最新
热门
嗨,
我只是想检查我的RSI是否与上一期相比有所增加。如何做到这一点?
目前,比较是基于:-
- 金叉
- 死亡叉
- 顶部背离
- 底部背离。
有功能吗?
谢谢!
我只是想检查我的RSI是否与上一期相比有所增加。如何做到这一点?
目前,比较是基于:-
- 金叉
- 死亡叉
- 顶部背离
- 底部背离。
有功能吗?
谢谢!
已翻译
2
@Potato和时间做朋友 慢慢研究通透了相关数据,助力自己的交易。👏👏👏
2
1
我正在使用moomoo客户端的量化策略平台开发量化交易策略。在尝试保存和加载策略状态时遇到了问题。日志显示出错信息:'ERROR: 保存策略状态时出现意外错误:禁止打开写入文件:strategy_state.json'。
在moomoo的量化策略环境中是否不允许进行文件读写操作?如果是,那么在运行之间持久化策略状态的推荐方法是什么?moomoo是否提供了内置函数或API来存储和检索策略数据?
在moomoo的量化策略环境中是否不允许进行文件读写操作?如果是,那么在运行之间持久化策略状态的推荐方法是什么?moomoo是否提供了内置函数或API来存储和检索策略数据?
已翻译
1
hi there! i love moomoo algo. it is a lot of fun to backtest strategies.
i am working on a futures trading algorithm and i am having some trouble placing a limit order on the contracts.
here's what's happening:
given
Backtesting Account - Futures account selected
when
i run a backtest with
place_limit(symbol=Contract('US.NVDA241115C130000'), ...)
then
i receive
"The account cannot trade this contract"
if i use the securities account i receive
"Unavailable to trade"
normal symbol ...
i am working on a futures trading algorithm and i am having some trouble placing a limit order on the contracts.
here's what's happening:
given
Backtesting Account - Futures account selected
when
i run a backtest with
place_limit(symbol=Contract('US.NVDA241115C130000'), ...)
then
i receive
"The account cannot trade this contract"
if i use the securities account i receive
"Unavailable to trade"
normal symbol ...
3