Spin
Well-known member
- Joined
 - May 22, 2019
 
- Posts
 - 511
 
- Likes
 - 219
 
Hello fellow-coders,
I have a Study that colors the bars when certain conditions are met.
Sometimes the conditions are no longer met (during the timespan of that bar), and I want to 'uncolor' it.
I tried this:
	
	
	
		
and that results in a weird situation:

I can't find a fitting method in the API.
Has anyone succeeded at doing so ?
As always: grateful for all input
				
			I have a Study that colors the bars when certain conditions are met.
Sometimes the conditions are no longer met (during the timespan of that bar), and I want to 'uncolor' it.
I tried this:
		Java:
	
	series.setPriceBarColor(index, transparant);
	
I can't find a fitting method in the API.
Has anyone succeeded at doing so ?
As always: grateful for all input