Page 1 of 1
Add ATR to lowest low for the day and draw line starting at the beginning of the day for that price?
Posted: Sun Dec 06, 2020 3:59 am
by jtsas
Hi all, the other thing I just can't seem to figure out is drawing a horizontal line that starts at the beginning of the current day and goes until the end of the current day. The price for it needs to be calculated by taking the lowest low for the current day and adds the ATR to it. This line should redraw as new lows are made and there should only be one line. Thoughts?
Re: Add ATR to lowest low for the day and draw line starting at the beginning of the day for that price?
Posted: Tue Dec 08, 2020 2:52 pm
by jtsas
Never mind, I've figured this one out.
Re: Add ATR to lowest low for the day and draw line starting at the beginning of the day for that price?
Posted: Thu Dec 10, 2020 4:00 am
by Matthew
That's great! Well done jtsas :) I like this script concept. Great work solving it on your own.
Re: Add ATR to lowest low for the day and draw line starting at the beginning of the day for that price?
Posted: Sun Dec 13, 2020 6:29 pm
by Fxxtrader
jtsas wrote: ↑Sun Dec 06, 2020 3:59 am
Hi all, the other thing I just can't seem to figure out is drawing a horizontal line that starts at the beginning of the current day and goes until the end of the current day. The price for it needs to be calculated by taking the lowest low for the current day and adds the ATR to it. This line should redraw as new lows are made and there should only be one line. Thoughts?
Hi, this sounds interesting. Would you mind sharing the script?
I would like to draw a horizontal line from open of current day to the days close. Horizontal line value, + and - 1.X pips of previous days ATR.
Thanks.