I set L to trade through the MA line & H to trade through the MA line, but only the first time the MA line crossed the K line did the trade trigger, and the next 3 cycles met the set conditions but did not trigger the trade After three cycles, the process begins again.
This is why, here's my trick, please point out to me how to achieve the conditions to trigger.
MAN^^MA(C,N);
T1:=CROSS(H,MAN); T2:=CROSSDOWN(L,MAN); T1=1&&C>MAN&&BKVOL<1,BPK; T1=1&&CMAN&&BKVOL,BPK; T2=1&&C
AUTOFILTER; MULTSIG(0,0,100,0);
The fat boyThis is used to determine whether the current holdings are used.
Inventors quantify - small dreamsThere is a problem with coding, it seems, judging what BKVOL <1 and SKVOL <1 do.
Inventors quantify - small dreamsLess than 1 means no holdings. Why do you want BPK?