Multiple TimeFrame EA
-
So I want to create a Multiple timeframe EA using the macd,
I want to be able to run the macd on Higher timeframes while running on lower timeframe chart.so for example I want to have a 5min chart but the macd is showing a 1hr or 4hr timeframe on that 5 min chart and if I happen to get crosses to buy or sell
-
you can specify the timeframe in the condition block when you selecting the MACD , and you can check the timeframe field that have a check box, and you can put the timeframe of the MACD in the settings of the EA, there is no way to show this visually, but the block will do its calculations based on the timeframe selected
-
So If I attach the EA to a 15min chart, but have the macd crossing on the 1hr timeframe, I want it to execute according the the timeframe settings but on the 15min chart if that make sense,
-
Yes, you can run the bot on the 15M chart but your MACD condition blocks checking the info from the 1H timeframe for example. No problem with that.
-
THIS IS NOT WORKING, I NEED HELP , CAN U SHOW ME HOW?
-
Add your latest shared link so people can check.
-
-
What time frame is block 4 supposed to work on?
-
@Nashwan Yes by going into more settings on the condition block you reminded me of that, I think you solved one of my problems, thank you so much!