Forum

Timeframe / Shift

Hi... quick question. I'm working on an expert which trades in the main using 30min & 4h indicators. However It also has a 1min aspect so I run it on a 1min chart. When calling the value of an indicator from another timeframe with a different shift to the current bar, i.e

Extracting murrey math data

I am currently developing an expert which is used on the 1min chart. However it needs to know the values of the 3/8 and 5/8 murrey lines on a 5min chart. How do I get this data? I've tried using: fivethree=iCustom(Symbol(),PERIOD_M5, "Murrey_Math_MT4_VG_3_5",5, 0);