8
Follow
1370
Followers
Inventor Quant의 새로운 기능 "WeChat에 명령 보내기/WeChat 제어 실제 거래"
Created 2019-07-19 11:49:28 Updated 2021-09-15 09:56:28
5
4535
Inventor Quant의 새로운 기능 "WeChat에 명령 보내기/WeChat 제어 실제 거래"
-
화면 디스크를 조작할 수 있는 명령어도 전송할 수 있게 되었습니다.
-
위키미디어의 편집 명령은 아래와 같습니다.
-
예를 들어:
/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






