0
Follow
0
Followers
Como revisar um único sinal usando 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;
O exemplo acima é simples e tem o objetivo de demonstrar, por exemplo: BPK executa o modelo de preço de fechamento, o spk executa o modelo de preço de fechamento, sp e BP, também faz um modo de configuração separado, eu acho que a WinRAR tem uma função CHECKSIG que pode ser feita, o FMZ não suporta a função atualmente, quem pode ajudar a fornecer uma idéia, além de considerar se a função é compatível com a plataforma, a utilidade da função é grande,
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



