8
Follow
1370
Followers
উদ্ভাবক কোয়ান্টের নতুন ফাংশন "ওয়েচ্যাটে কমান্ড পাঠান/ওয়েচ্যাট রিয়েল ট্রেডিং নিয়ন্ত্রণ করুন"
Created 2019-07-19 11:49:28 Updated 2021-09-15 09:56:28
5
4535
উদ্ভাবক কোয়ান্টের নতুন ফাংশন "ওয়েচ্যাটে কমান্ড পাঠান/ওয়েচ্যাট রিয়েল ট্রেডিং নিয়ন্ত্রণ করুন"
-
উইকিপিডিয়ায়, আপনি আপনার কম্পিউটারের হার্ডডিস্কের জন্য নির্দেশাবলী পাঠাতে পারেন।
-
উইকিপিডিয়ায় সম্পাদনা আদেশের চিত্রঃ
-
উদাহরণস্বরূপঃ
/send id cmdদৃঢ় অফার
idএর মাধ্যমেঃ/list 查看运行的实盘/listall 查看所有的实盘অনুসন্ধান করুনঃ
-
পরীক্ষা
/send id cmdকমান্ডের রিয়েল-ডিস্ক নীতি কোডঃfunction main() { while(true){ // 处理交互 var cmd = GetCommand() if(cmd){ Log("cmd:", cmd) // 测试 } Sleep(2000) } } -
ইন্টারফেস সেটিং
-
ব্যবহার
/send id cmdএই আদেশের লোগো দেখায়ঃআপনি দেখতে পাবেন যে, ডিস্কটি পাঠানো হয়েছে।
UpdateAmount:1ইন্টারেক্টিভ কমান্ড
-
-
重启/停止দৃঢ় অফার/start idনির্দিষ্ট হার্ডডিস্ক চালু করুনঃ/stop id: নির্দিষ্ট হার্ডডিস্ক বন্ধ করুন
-
ক্যোয়ারী উল্লেখ
idবাস্তব ডিস্ক/list idনির্দিষ্ট ডিস্ক দেখুনঃ
Related Recommendations
Get Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization5.4 Why do we need an off-sample test5.3 How to read the strategy backtest performance report
Comment
All comments (5)
发送交互给实例
/send id cmd
这里的cmd是可以任意自定义的命令内容吗?比如例子中的UpdateAmount,是发明者平台的内置函数,还是某个策略代码自定义的变量或函数?
机器人收到这个cmd交互命令之后,具体会怎样做?
刚结合了API文档中的例子来理解,搞懂了。
例子:策略中设计交互代码
https://www.fmz.com/api#getcommand
6 years ago
- 1






