How to Have Bot Read From Different Chart Time Frames
-
Hello, I am making a bot that reads the RSI both on the 4H chart and 15M chart but when I go to back test it never buys or sells. Is there a specific condition or block I should be using. Under conditions I have RSI set to sell when it crosses under 70 on the 15M time frame as well as a confirmation on the 4H time frame. Is it my bot or is it how Im back testing in mt4 strategy tester where I am forced to select one period?
-
@laneciar hi, depends on the conditions you have set, if you put RSI through (x< or x>) on both the H4 and the M15 time frame, this is very unlikely to happen
You should put higher or lower on H4 (< or >) then x> or x< on M15. -
Yes, better post some example (Projects -> Create a Shared Copy). I can also see your projects, so for me only the name of the project works. Otherwise different timeframes should work for the Tester.