0
Follow
0
Followers
Cómo revisar una sola señal usando FMZ (lenguaje de micrófono)
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;
Este es un ejemplo sencillo, con el fin de expresar, por ejemplo: BPK ejecuta el modelo de precio de cierre, para spk ejecuta el modelo de precio de hora y hora, sp y BP, también hace un modo de configuración por separado, me parece que Wenhua tiene una función CHECKSIG que puede hacer, actualmente FMZ no soporta la función, ¿quién puede ayudar a proporcionar una idea?, Además, puede considerar si la función es compatible con la plataforma, esta función es muy útil,
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



