Trying to draw a line when a buffer is lower than it was on the previous candle
-
https://fxdreema.com/shared/UxoSVMuze
For some reason I cannot get this to draw lines correctly (Lots of instances where there should be a line and isn't & shouldn't be a line but there is)
Would love some explanation as to what's going on/advice on how I can get this to work -
where are you trying to place the line at the high or low ,open close ect....of which candle
ID 0 means the candle is still forming ID 1 means last candle closed. -
Thanks for the response, I overlooked the fact that while candle 0 is being drawn it can fulfill my conditions then end up looking like it didn't. So it's working as intended now.