Merhabalar,
Aşağıdaki şekilde deneyiniz,
TrigLen:=13;
FastX:=34;
SlowX:=55;
xTrend:=if((H+L+C)/3>ref((H+L+C)/3,-1),V,-V);
xFast:=mov(xTrend,FastX,e);
xSlow:=mov(xTrend,SlowX,e);
KVO:=xFast-xSlow;
Trigger:=mov(KVO,TrigLen,e);
CROSS(KVO,Trigger)
iyi çalışmalar