Bar color change

a_edwall

Active member
Joined
May 22, 2019
Posts
28
Likes
7
For reasons I cannot understand or believe MotiveWave does not color a bar green if the present bar's close is greater than or equal to the previous bar's close (it uses the present bar's open and close to determine color). It colors red if the current close is less than the current open. I want bar color to be based on present bar's close versus previous bar's close. I see there is a .java package called LBRPaintBar. But I don't know what it does nor how to implement it and run it. Can someone help with some details on this, or how to achieve what I am looking for? Thank you.

P.S. I did find some info on LBRPaintBar at http://www.motivewave.com/studies/lbr_paint_bars.htm
 

a_edwall

Active member
Joined
May 22, 2019
Posts
28
Likes
7
Thank you for this information. I had forgotten I posted my question. As it turned out, I wrote my own "study" using the SDK. Simple enough, as it turned out - I don't know why MW won't just do this and make it an option.
 
Top