Do you mean, to change the time-frame of the chart it is attached to?
Then yes, it can, but be very careful, as this will cause to EA and all indicators, to reset and restart. Unless the EA is properly coded to take this into account it can cause many issues.
However, EAs can be "blind", so instead, just have the EA collect the data from both time frames as it needs to, instead of changing the timeframe on the chart.
The trades themselves, however, are not associated with any time-frame.
Do you mean, to change the time-frame of the chart it is attached to?
Then yes, it can, but be very careful, as this will cause to EA and all indicators, to reset and restart. Unless the EA is properly coded to take this into account it can cause many issues.
However, EAs can be "blind", so instead, just have the EA collect the data from both time frames as it needs to, instead of changing the timeframe on the chart.
The trades themselves, however, are not associated with any time-frame.
Ok Thanks.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Can a EA be coded to change the time frame when a trade is opened
and then return to the original time frame when the trade closes?