0
Follow
0
Followers
AA:=CROSSUP(C,MA(C,5));
BB:=CROSSDOWN(C,MA(C,20));
AA,BPK(5);
BB,SPK(5);
C>=BKPRICE1.01 || C<=BKPRICE1.01,SP;
C<=SKPRICE1.01 || C>=SKPRICE1.01,BP;
以上简单例子,旨在举例表达,如:BPK执行收盘价模式,对spk执行时时价模型,sp及BP,也进行单独设置模式,我看文华有个CHECKSIG函数可以做到,目前FMZ不支持该函数,哪位大神能够帮忙提供个思路呢,另外能否考虑将该函数兼容到平台,这个函数用处还是很大的,
Related Recommendations
Elementary Tutorial for FMZ Quant platform Strategy WritingGet 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 test
Comment
All comments (1)
7 years ago
- 1



