Page 1 of 2

OpenHigh vs OpenLow

PostPosted: Fri Jan 08, 2016 5:33 am
by Apprentice
EURUSD H1 (01-08-2016 1056).png

Based on.
viewtopic.php?f=27&t=63017

SumUp Off / Accumulate Off
HO= high-open;
OL = open-low

SumUp On / Accumulate Off
Output = (HO-OL)


SumUp On / Accumulate On
Output = Previous Output + (HO-OL)


OpenHigh vs OpenLow.lua
(3.44 KiB) Downloaded 1092 times

OpenHigh vs OpenLow Label

PostPosted: Sun Jan 10, 2016 7:29 am
by Apprentice
EURUSD H1 (01-10-2016 1255).png

OpenHigh vs OpenLow Label.lua
(3.75 KiB) Downloaded 1052 times

Re: OpenHigh vs OpenLow

PostPosted: Sat Aug 26, 2017 5:14 am
by Apprentice
The indicator was revised and updated.

Re: OpenHigh vs OpenLow

PostPosted: Wed Apr 18, 2018 10:08 pm
by frankdrebin
Hi all. I am looking for an indicator very similar to this one, but that only shows the LARGER of the UP vs DOWN move, that is, the larger of H-O vs O-L, and charts it as a positive bar. Basically showing the largest move of the day regardless of direction.

Seems that this indicator could easily be modified to do just that by someone who knows how. Unfortunately, I'm not that person.

Could someone modify this to do that, or even give me some tips as to how to do it myself?

As usual, any help would be greatly appreciated.

Thanks again.

Re: OpenHigh vs OpenLow

PostPosted: Sat Apr 21, 2018 8:37 am
by Apprentice
Is that for OpenHigh vs OpenLow.lua or OpenHigh vs OpenLow Label.lua

Re: OpenHigh vs OpenLow

PostPosted: Tue Apr 24, 2018 2:39 pm
by frankdrebin
Sorry. Is for OpenHigh vs OpenLow.lua.

Thanks

Re: OpenHigh vs OpenLow

PostPosted: Wed Apr 25, 2018 2:25 pm
by Apprentice
OpenHigh vs OpenLow.lua
(4.29 KiB) Downloaded 782 times

Try this version.

Re: OpenHigh vs OpenLow

PostPosted: Fri Apr 27, 2018 3:19 am
by frankdrebin
Close. But the Down Prevailing are still showing as negative bars, below the 0 line. I'm looking for an absolute value that will always be a positive bar, even if the prevailing move was negative. Direction doesn't matter to me, just the size of the move.

Basically I'd just like to see the maximum the market moved during the period, regardless of direction.

Maybe a "Show All As Positive" or an "Absolute Values" option?

Thanks again for all your help.

Re: OpenHigh vs OpenLow

PostPosted: Fri Apr 27, 2018 4:42 am
by Apprentice
OpenHigh vs OpenLow.lua
(4.53 KiB) Downloaded 740 times

Try it now.
Will apply if Accumulate is set to False and SumUp is set to True

Re: OpenHigh vs OpenLow

PostPosted: Tue May 01, 2018 3:10 pm
by frankdrebin
Thank you very much!

As always, your help is much appreciated.