Hi,
as far as I can see, one cannot address multiple timeframes in ProRealTime;
in a strategy or indicator you only address one timeframe; e.g. I work on the 30-minute chart;
now my question is: is there a way to solve this mathematically?
example: if – working on the 30-minute chart – I want to check whether the daily EMA9 crosses over the daily EMA20, can I calculate these daily ema’s by
simply using the EMA(9 x 48) and the EMA(20 x 48) ?
(calculating the daily EMA would then require multiplication by a factor 48 because one day contains 48 30′-candles)
Does this make sense or is it more complex?
Regards, Jerke