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



