Login Page - Create Account

Support Board


Date/Time: Tue, 24 Dec 2024 03:03:19 +0000



Post From: MACD Crossover System adjustment

[2015-10-21 20:28:21]
Sawtooth - Posts: 4141
The MAs available in the MACD Crossover System study do not include the Volume Weighted MA, so use the MACD-Volume Weighted study instead, then hide it, then use two instances of the Color Bar Based On Alert Condition study, one for each color/direction, to paint arrows at the MACD/MA of MACD crossovers, with formulas like these in the Alerts tabs:
Arrow Up:
=AND(ID1.SG2[-1]>ID1.SG1[-1],ID1.SG1>ID1.SG2)
Arrow Down:
=AND(ID1.SG2[-1]<ID1.SG1[-1],ID1.SG1<ID1.SG2)
where the MACD-Volume Weighted study is ID1.