OBV TMATrueSlope NT indicator

Share your 10.x indicators here.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by NeoTrader »

hi babalu4u,
babalu4u wrote:Here are the two indicators one use a ATR and the second use Function of OBV True Range and here is the problem we must build better function or a new indicator OBV True Range because i think is beter this one ...and for this function is this indi SLOW when initialize but wait a litle its workin....
Since I'm sick and can't concentrate to much I thought that I take a peek into your indicator.
I rewrote it based on the TMATrueSlope Indicator so that you can do a better backtesting on it.

It is like the standard TMATrueSlope Indicator only that you have now a external Parameter "useOBV".
If it is set to true (default) the TMA calculations are based on the OBV otherwise on Price close like the standard TMA. You have also the option to switch TMAtrue on/off (default is on). The MTF Version should also work.

This is not the version with the average Range...only OBV.

happy trading,

NeoTrader

Edit: found a little blooper in jpy pairs...please download again...
-
You do not have the required permissions to view the files attached to this post.
User avatar
Fable
Trader
Posts: 115
Joined: Mon Sep 17, 2012 2:05 pm

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by Fable »

NeoTrader wrote:hi babalu4u,
babalu4u wrote:Here are the two indicators one use a ATR and the second use Function of OBV True Range and here is the problem we must build better function or a new indicator OBV True Range because i think is beter this one ...and for this function is this indi SLOW when initialize but wait a litle its workin....
Since I'm sick and can't concentrate to much I thought that I take a peek into your indicator.
I rewrote it based on the TMATrueSlope Indicator so that you can do a better backtesting on it.

It is like the standard TMATrueSlope Indicator only that you have now a external Parameter "useOBV".
If it is set to true (default) the TMA calculations are based on the OBV otherwise on Price close like the standard TMA. You have also the option to switch TMAtrue on/off (default is on). The MTF Version should also work.

This is not the version with the average Range...only OBV.

happy trading,

NeoTrader

Edit: found a little blooper in jpy pairs...please download again...
-
Thanks for sharing, nice work.
However MTF still does'nt work
User avatar
Fable
Trader
Posts: 115
Joined: Mon Sep 17, 2012 2:05 pm

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by Fable »

NeoTrader wrote:hi babalu4u,
babalu4u wrote:Here are the two indicators one use a ATR and the second use Function of OBV True Range and here is the problem we must build better function or a new indicator OBV True Range because i think is beter this one ...and for this function is this indi SLOW when initialize but wait a litle its workin....
Since I'm sick and can't concentrate to much I thought that I take a peek into your indicator.
I rewrote it based on the TMATrueSlope Indicator so that you can do a better backtesting on it.

It is like the standard TMATrueSlope Indicator only that you have now a external Parameter "useOBV".
If it is set to true (default) the TMA calculations are based on the OBV otherwise on Price close like the standard TMA. You have also the option to switch TMAtrue on/off (default is on). The MTF Version should also work.

This is not the version with the average Range...only OBV.

happy trading,

NeoTrader

Edit: found a little blooper in jpy pairs...please download again...
-

Nice work ! But still the MTF doesn't work at least on my Empty4
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by babalu4u »

Thank you Neo Trader great work!!!! Now we can see the difference all two indicators are no repaint....
You do not have the required permissions to view the files attached to this post.
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by babalu4u »

And Live Trade....
You do not have the required permissions to view the files attached to this post.
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by babalu4u »

Neo Trader, if you will have time pleas can you tray to make also with OBV True Range because look at difference...
You do not have the required permissions to view the files attached to this post.
Last edited by babalu4u on Tue Oct 02, 2012 6:19 am, edited 1 time in total.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by NeoTrader »

Hi Fable,
Fable wrote:Nice work ! But still the MTF doesn't work at least on my Empty4
What exactly do you mean with MTF doesn't work?

When I put a period Value (1,5,15,30,60,240,1440) in otherTfToShow it shows me the corresponding Value on the Indicator...it is the only MTF functionality implemented in this indicators...eventually you must resize your Indicator or input the correct values.

happy trading,

NeoTrader

-
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by NeoTrader »

hi babalu4u,
babalu4u wrote:Neo Trader, if you will have time pleas can you tray to make also with OBV True Range because look at difference...
Where did you get the algorithm for Average Range from?

I want to see how this Function was intended to be used...as of now I don't see why to average the whole chart/bars... normally there should be a Range Period or something like that...

That is also the reason why it takes so long to calculate/start this indicator....it calculates for every bar the OBV average from the bar it started till bar1 (previous of the current bar).

If it is intended to be this way we still could optimize the algorithm but I want to see first how it was used before.


thanks in advance,

happy trading,

NeoTrader
User avatar
babalu4u
Trader
Posts: 173
Joined: Fri Apr 13, 2012 6:52 pm
Location: Slovenia - EU

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by babalu4u »

Hi Neo,

I take that function from Scoobydo ForexRobot I think V. 5 AverageRange function from him and than I simple change iHigh and iLow with OBV High Low.... Because I dont find any OBV True Range indicator I tray with that function..... :D
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: OBV TMA slope indicator HELP TO BUILD!!!

Post by NeoTrader »

hi babalu4u
babalu4u wrote:Hi Neo,

I take that function from Scoobydo ForexRobot I think V. 5 AverageRange function from him and than I simple change iHigh and iLow with OBV High Low.... Because I dont find any OBV True Range indicator I tray with that function..... :D
The scoobydoo AverageRange function has a Range Period of 240.
I implemented now the average Range. You can activate it with the Parameter "useObvAtr". I also implemented the "obvAtrPeriod" Parameter where you can define the Period of the obvAtr. The default is at 100 like the standard atrPeriod.
As you can see the difference is not that great if you use the same period for the obvAtr.
The great difference in your AverageRange happened because you had no Period set and it calculated the average for the whole chart (all bars).

See image of the different Modes available:
obv_tmatrueslope nt all modes.gif
from top to bottom
standard TMAtrue
standard TMAtrue + useObv
standard TMAtrue + useObvAtr
standard TMAtrue + useObvAtr + useObv

hope this helps.

happy trading,

NeoTrader

-
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “10.x Indi forum”