2
Follow
0
Followers
L가 MA선을 통과하고 H가 MA선을 통과하여 거래하는 것을 설정했지만 MA를 통과한 첫 번째 K선에서만 거래가 발생했습니다. 후의 3 주기는 설정 조건을 충족했지만 거래가 발생하지 않았습니다.
3주기가 지나서 다시 성관계를 맺기 시작했습니다.
왜 이런 일이 일어나는가, 아래는 제 전략입니다. 여러분, 어떻게 하면 조건이 충족될 수 있는지 알려주시겠습니까?
MAN^^MA(C,N);
T1:=CROSS(H,MAN);
T2:=CROSSDOWN(L,MAN);
T1=1&&C>MAN&&BKVOL<1,BPK;
T1=1&&C<MAN&&SKVOL<1,SPK;
T2=1&&C>MAN&&BKVOL<1,BPK;
T2=1&&C<MAN&&SKVOL<1,SPK;
AUTOFILTER;
MULTSIG(0,0,100,0);
Related Recommendations
Get 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 test5.3 How to read the strategy backtest performance report


