Tums,
From Anek, here is the studies for the "Strong" and "Weak" bars.
Change your symbol.....change 'up' bars to light green, and your 'down' bars to dark red. Also, change your neutral bars to white.
Add both studies, CH and CL.
Note: For multicharts user, the bar won't plot correctly. To fix this, there is a line in each study:
"PlotPaintBar( High, Low, "CustomPB" ) ;
To fix this, change the line to:
"PlotPaintBar( High, Low, Open, Close, "CustomPB" ) ;
This will plot correctly the entire candle.
I'm not sure if these needs to be done for Tradestation or not?
Also not sure if I should have pm'd this to Tums or not?
From Anek, here is the studies for the "Strong" and "Weak" bars.
Change your symbol.....change 'up' bars to light green, and your 'down' bars to dark red. Also, change your neutral bars to white.
Add both studies, CH and CL.
Note: For multicharts user, the bar won't plot correctly. To fix this, there is a line in each study:
"PlotPaintBar( High, Low, "CustomPB" ) ;
To fix this, change the line to:
"PlotPaintBar( High, Low, Open, Close, "CustomPB" ) ;
This will plot correctly the entire candle.
I'm not sure if these needs to be done for Tradestation or not?
Also not sure if I should have pm'd this to Tums or not?