0
Follow
0
Followers
So überprüfen Sie ein einzelnes Signal mit FMZ (Mikrofonsprache)
Created 2019-09-07 18:37:22 Updated 2019-09-09 11:19:58
1
1830
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;
Die oben genannten Beispiele dienen als Beispiele, wie: BPK-Ausführung des Schließpreismodells, SPK-Ausführung des Zeit-Zeit-Preismodells, SP und BP, auch für die separaten Einstellungsmodelle. Ich sehe, dass Wenhua eine CHECKSIG-Funktion hat, die dies tun kann. Derzeit unterstützt FMZ diese Funktion nicht.
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



