custom time frames - does this affect your EA?

 

Hey guys,

I'm considering on adding the custom time zone app with FXCM - see link here: https://www.fxcmapps.com/apps/custom-time-zones/

 

This should make the time of each candlesticks reflect your actual time zone. Would this have an affect on my EA?

 Say for example, if I wanted my EA to trade after the 9th hour candlestick, would that apply to my local time or the host server time?

 

Thanks in advance 

Custom Time Zones - FXCM Apps Store
Custom Time Zones - FXCM Apps Store
  • www.fxcmapps.com
Custom Time Zones allows MetaTrader4 users the ability to plot their own individual local time onto each chart. MT4 traders are no longer restricted viewing their charts in only the host servers time zone. View charts customized to any time zone. Each new candle updates to the local time automatically. Custom Time Zone charts can still have...
 

Using time functions in mql4 means you are using the broker's server time.

Using your EA on different brokers means different time zones are used.

To solve this problem, you need to add an input entry like "GMT_Difference" or so

to adjust the EA to work on a specific time zone !. 

Reason: