Can EA be programmed to trade on lower timeframe together with the information it gathered from higher timeframes ?
- can 2 EAs working at the same time on one currency pair?.......one given command to another !
- Chart Loading by EA
- Removing EA programing
Misterdog: because it can be easier to program? Let's say you want the close of yesterday. Instead of having to calculate the amount of bars needed to get to that close, you can simple request the close of yesterday by using the PERIOD_D1 constant. ( https://docs.mql4.com/constants/timeframes )
Misterdog: because it can be easier to program? Let's say you want the close of yesterday. Instead of having to calculate the amount of bars needed to get to that close, you can simple request the close of yesterday by using the PERIOD_D1 constant. ( https://docs.mql4.com/constants/timeframes )
Even when it comes to technical indicators, most use Periods. For example: you can put a 30 minute 10 period moving average on a five minute chart. 30 divided by 5 = 6. so, on the five minute chart, 10 periods times 6 = 60 periods. A 60 period moving average of five minute chart will look the same as a 10 period moving average on a 30 minute chart. The advantage is that you can represent both time frames on one chart.
Even when it comes to technical indicators, most use Periods. For example: you can put a 30 minute 10 period moving average on a five minute chart. 30 divided by 5 = 6. so, on the five minute chart, 10 periods times 6 = 60 periods. A 60 period moving average of five minute chart will look the same as a 10 period moving average on a 30 minute chart. The advantage is that you can represent both time frames on one chart.
Not true at all, the the iMA(Open,H1,2) is not the same as iMA(Open,M1,120) at least certainly not for 59minutes in one hour. (Beside that, there is a performance difference)
Looking at higher timeframes gives you the 'advantage' of filtered data. Of course you loose informations trough that filtration.
Not everyone uses Technical Indicators ;-) I don't, my EA can look at data on two timeframes and has the capability to look at more than two . . .
Not true at all, the the iMA(Open,H1,2) is not the same as iMA(Open,M1,120) at least certainly not for 59minutes in one hour. (Beside that, there is a performance difference)
Looking at higher timeframes gives you the 'advantage' of filtered data. Of course you loose informations trough that filtration.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use