Trouble with setting up the RSI signal?
-
I am trying to build an EA to open a position under the indicator "RSI" Unfortunately, I have a problem with the setting? For example, I only want my EA to open a BUY position if the value goes above 70.
On the other hand, it opens BUY at 59 and unfortunately it causes the so-called false signal to open the position. Maybe some of you had a similar problem ... I will be grateful for your help.
My little project:
-
you have your constants set the wrong way around you are buying at 30 on rsi
-
Re:
But they all have it that way. -
@piotras10000 change above/below with cross up and cross down x> x< ?
-
@ambrogio Thanks working.