Current location - Trademark Inquiry Complete Network - Futures platform - Does that expert know how to write the DTOSC index formula in High Opportunity Trading Strategy? I would appreciate it if you could give me some advice!
Does that expert know how to write the DTOSC index formula in High Opportunity Trading Strategy? I would appreciate it if you could give me some advice!
LC := REF (closing price,1);

RSI 1:=SMA(MAX(CLOSE-LC,0),N 1, 1)/SMA(ABS(CLOSE-LC),N 1, 1)* 100;

STRSI:=((RSI 1-LLV(RSI 1,n2)) / ( HHV(RSI 1,n2) - LLV(RSI 1,N2)))* 100;

Senal 1:=if(n5= 1,ma(STRSI,n3),ema(strsi,n3));

Senal2:=if(n5= 1,Ma(Senal 1,n4),EMa(Senal 1,n4));

senal 1;

Senal2

80;

20;

Indicators are not everything. Without indicators, nothing can be done!