5
Follow
4
Followers
مائی لینگویج اس پروگرام کے لیے عام بندش کا استعمال کیوں نہیں کرتی؟
Created 2021-12-07 23:03:51
8
1090
TR:=MAX(MAX((HIGH-LOW),ABS(REF(CLOSE,1)-HIGH)),ABS(REF(CLOSE,1)-LOW));
ATR:=MA(TR,M);
TC:=0.01;
U:=WMA(H, M);
D:=WMA(L, M);
A:=WMA(H, N);
B:=WMA(L, N);
REF(L,1)>U AND REF(L,2)<U ,BK(TC);
REF(H,1)<D AND REF(H,2)>D,SK(TC);
REF(L,1)>A &&SKVOL>0 ,BP(SKVOL);
REF(L,1)<B &&BKVOL>0 ,SP(BKVOL);
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary 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?
Comment
All comments (8)
5 years ago
检查一下你的麦语言模板参数是否设置正确、合适。参考帖子:
https://www.fmz.com/digest-topic/5789
https://www.fmz.com/digest-topic/5768
5 years ago
- 1


