Timeframeset help please!

#1
Hi, I use the following AFL which seems to be OK, to get real time scan. However, it does not get the expected results. Anyone can help please? Thank you.

TimeFrameSet(in15Minute);
r=RSI(5);
Buy = r < 20 OR r = 20;
AlertIf( Buy, "SOUND C:\\Windows\\Media\\Ringin.wav", "Audio alert", 1 );
 

Similar threads