What am I doing wrong?
-
Hello,
Can you please advise what am I doing wrong?
I have a very simple setup for two indicators crossing each other to trigger a trade and have tested it with moving averages and it works fine but doesn't work with "Williams Percent Range" crossing "Relative Vigor Index" as shown below:
This is what I currently have:
For buy
No trade is running ->Condition (Williams percent range 21 >Relative Vigor Index 14 -> Buy nowFor Sell:
No trade is running ->Condition (Williams percent range 21 < Relative VIgor Index 14 -> Sell nowClosing trade for buy or sell is when the indicators cross in the opposite direction.
I have attached the file.
Please have a look and advise
Thank you very much
......
Testing1.mq4
Testing1.ex4 -
It seems to only open sell trades. I have been testing in 1 min and noticed when W%R 21 crosses above RVI 14 it still opens a sell trade when should open a buy trade.
Please advise
Thank you.
-
you try compared values, that never crosses, values approx:
WPR in range from 0 to -100
RVI in range from 0.6 to -0.6WPR never crosses RVI in positive values

-
Thank you for your feedback Miro1360.
Do you know or anyone know how I can get a BUY open for example when WPR (aqua color) line crosses above RVI (red and green) lines? as shown in the image.
http://i61.tinypic.com/29cooro.jpg
I have been trying to do this in FXdreema but having a hard time.
-
If these lines have different nature (values) and you can see them crossing only because they are printed in the same window... I don't know how
