Hi
Is it possible to use 2 different time units ?
for example : Condition 1 Money Flow in 1 Day ..
condition 2 MACD in 1 week ..
Thank you.
Joseph
Yes, we just need to make sure we don’t use the same condition names in both TF’s.
We can use, for example … CW = xyz //Weekly TF and CD = xyz //Daily TF … my thinking might be a bit awry? Anybody feel free to correct me or add more?.
When coding, use of the same name in more than 1 Timefame gets an error message.
When coding, use of the same name in more than 1 Timefame gets an error message.
Very tiny correction : giving the same variable(-name) a value in more than 1 TF gets an error message.
Yeah that’s right, thanks Peter! It didn’t feel right even as I was typing above.
Yes, there are many examples around. However, you can learn the basis from this topic: First approach to multi timeframe trading with ProRealTime
Thank you so much ,it works perfectly !