Current location - Trademark Inquiry Complete Network - Futures platform - Please change the big letter formula. The price of support and pressure inside can't be the same as my stock software, but it is slightly lower. Please change it to consistent.
Please change the big letter formula. The price of support and pressure inside can't be the same as my stock software, but it is slightly lower. Please change it to consistent.
p:= 3;

N:=POW(2,P);

FF:=CONST(REF(C, 1));

AA:= IF((FF & lt; 100)、FF、(FF/ 100));

a:= int part((N *(LOG(AA)/LOG(2))+ 1));

z 1:=((A- 1)/N); {First Support}

ZC 1:= IF((FF & gt; 100),(POW(2,Z 1) * 100),POW(2,z 1));

Support: = if (currbarscout

Between (c, support *0.97, support *1.03);

There will be many votes selected, so conditional filtering is needed.