Page 1 of 1

Custom ATR Pivot

PostPosted: Fri Mar 06, 2015 10:13 am
by Apprentice
Custom  ATR Pivot.png

Based on request.
viewtopic.php?f=27&t=61968

Top horizonal line
MaxPrice (Last X Day) - ATR(X)(today)
Bottom horizonal line
MinPrice (Last X Day) + ATR(X)(today)
Custom ATR Pivot.lua
(4.76 KiB) Downloaded 972 times

Re: Custom ATR Pivot

PostPosted: Fri Mar 06, 2015 11:00 am
by lorepiu
thank you very much

Re: Custom ATR Pivot

PostPosted: Sun Jul 02, 2017 1:03 pm
by Apprentice
The indicator was revised and updated.

Re: Custom ATR Pivot

PostPosted: Tue Sep 12, 2017 5:00 am
by lorepiu
It's possible a indicator : range=max (yesterday or n day) -close(yesterday or n day)
BUY line1= open(today) + 100% range
BUY stop line2= open(today) -50% range

SELL line3= open(today) - 100% range
BUY stop line4= open(today) + 50% range

thanks

Re: Custom ATR Pivot

PostPosted: Tue Sep 12, 2017 5:36 am
by Apprentice
Something like this.
viewtopic.php?f=17&t=65079&p=114833#p114833
I'm not sure I understand your definition.

Re: Custom ATR Pivot

PostPosted: Fri Jul 13, 2018 4:28 am
by Apprentice
The indicator was revised and updated.