Current location - Trademark Inquiry Complete Network - Futures platform - Find a master tracking and liquidity code that can be used for both address book and great wisdom.
Find a master tracking and liquidity code that can be used for both address book and great wisdom.
Friend's, I don't know if it's ok. Try it yourself.

{Main force tracking}

MID:=(3 * close+low open+high open)/6;

Main force: (20 * mid+ 19 * ref (mid, 1)+ 18 * ref (mid, 2)+ 17 * ref (mid, 3)+

16*REF(MID,4)+ 15*REF(MID,5)+ 14*REF(MID,6)+

13*REF(MID,7)+ 12*REF(MID,8)+ 1 1*REF(MID,9)+

10*REF(MID, 10)+9*REF(MID, 1 1)+8*REF(MID, 12)+

7*REF(MID, 13)+6*REF(MID, 14)+5*REF(MID, 15)+

4*REF(MID, 16)+3*REF(MID, 17)+2*REF(MID, 18)+REF(MID,20))/2 10,COLORRED

{Navigator Fund}

VAR 1:=SMA (amount, 10,1)10000;

VAR2:=REF(VAR 1, 1);

VAR3:=SMA(AMOUNT, 10, 1)/ 10000;

Capital operation: sticky line (var1> VAR2,VAR 1,VAR2,8,0),COLORRED

Capital loss: viscosity line (var 1

Starting lineup: Ma (VAR 1, 5);

Warning line: Ma (var 1, 10), yellow in color;

Demarcation line: MA(VAR 1, 30), COLORCYAN.