How do I plot low of specific candle as a horizontal line?
For example I have this criteria for an entry candle:
How do I plot for example the low of the Entry candle as a horizontal line and not an arrow?
Also is there a way to choose how long this line may be? Cause default the line ends in end of day.
Thank you
For example I have this criteria for an entry candle:
Code:
def Entry = X and Y and Z;
How do I plot for example the low of the Entry candle as a horizontal line and not an arrow?
Also is there a way to choose how long this line may be? Cause default the line ends in end of day.
Thank you