Support Board
Date/Time: Fri, 07 Feb 2025 15:01:10 +0000
Post From: Paint MACD Histogram
[2016-01-26 23:53:11] |
Sawtooth - Posts: 4173 |
Use the Color Bar Based On Alert Condition study. You'll need a separate instance for each color. You'll need 3 instances, one for higher, lower, and equal. They need to be below the MACD study in the Studies to Graph list. -Set the Based On to the MACD study -Set the Chart Region to the same as the MACD study -Set the Output When Condition True to Use Input Data -Set the Input Data to MACD Diff -Set the Draw Style to Bar -Set the colors of each -Use these formulas: =C>C[-1] =C<C[-1] =C=C[-1] |