0
Follow
0
Followers
Comment examiner un signal unique à l'aide du langage FMZ (Microphone Language)
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;
Les exemples ci-dessus sont destinés à être des exemples, tels que: BPK exécute le modèle de prix de clôture, sp et BP exécutent le modèle de prix à l'heure, sp et BP, et effectuent également un mode de configuration séparé, je pense que WinXP a une fonction CHECKSIG qui peut le faire, actuellement FMZ ne prend pas en charge cette fonction, quel grand dieu peut aider à fournir une idée, et peut également considérer si la fonction est compatible avec la plate-forme, cette fonction est très utile,
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



