PureBytes Links
Trading Reference Links
|
This might be RTFM but if someone answer, I'll appreciate.
I'm using chart with data1 - 5 min, data2 - 30min.
I apply MACD to data2 and say when MAdiff turns up (Condition1)
I start looking at data1 for best long entry.
How do I get the same signal (Condition1) from data1 only??
In other words can I say that:
MACD(FASTMA, SLOWMA, MACDMA) of 30 min graph =
MACD(FASTMA * 6, SLOWMA * 6, MACDMA * 6) of 5 min graph
or something like this ??
Regards,
Finn
|