NeoTraders NB Indicator Lab

Share your 10.x indicators here.
Locked
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: NeoTraders NB Indicator Lab

Post by coolncalm »

Thanks for sharing, NeoTrader. Excellent indys.
There's simplicity in every complexity.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

hi cmeade,
cmeade2 wrote:I just leave it blank. It seems to do the same thing. Is that ok?
If it is blank than you get the behavior you experience...this is not a defined state and the results are what you get.

If you set it to 0 the indicator knows what you want and uses the appropriate values for color, width and so on.

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: NeoTraders NB Indicator Lab

Post by NeoTrader »

hi coolncalm,
coolncalm wrote:Thanks for sharing, NeoTrader. Excellent indys.
Thanks for the appreciation... ;)

hope they help you in your trading...

happy weekend,

NeoTrader
User avatar
spyderman
Trader
Posts: 338
Joined: Sun Dec 11, 2011 1:39 pm

Re: NeoTraders NB Indicator Lab

Post by spyderman »

Hey NT,

Thanks much for the indicators. Man it gets confusing with all the 10.2 threads going on. I got the 10.2 TmaSlopeTrue NT v1.4B.4.30 off FF and am playing with that.

Is there an easy way to modify the histogram colors for different levels on this or any of the TMA slope indicators for that matter. Your code isn't accessible, but looking at the other TMA's I can't see where the parameters for the different colors are spelled out (I'm certainly no coder. Can just manage to change a few colors and levels, etc.)

There's a lot of discussions about the use of these indicators, primarily around the .04 & .08 levels. Not much said about the bar colors. For my personal use it would seem clearer to have green above 0 and red below. One shade for 0 to .0399/-.0399, shade change at .04 and .08, etc.

Not suggesting it should be changed, just wondering if there was an easy way for me to modify it for myself.

Thanks,
Spyderman
Snaggin' some pips
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

hi spyderman,
spyderman wrote:Thanks much for the indicators. Man it gets confusing with all the 10.2 threads going on. I got the 10.2 TmaSlopeTrue NT v1.4B.4.30 off FF and am playing with that.

Is there an easy way to modify the histogram colors for different levels on this or any of the TMA slope indicators for that matter. Your code isn't accessible, but looking at the other TMA's I can't see where the parameters for the different colors are spelled out (I'm certainly no coder. Can just manage to change a few colors and levels, etc.)

There's a lot of discussions about the use of these indicators, primarily around the .04 & .08 levels. Not much said about the bar colors. For my personal use it would seem clearer to have green above 0 and red below. One shade for 0 to .0399/-.0399, shade change at .04 and .08, etc.

Not suggesting it should be changed, just wondering if there was an easy way for me to modify it for myself.
This particular Indicator you mentioned above defines it colors in this code segment

Code: Select all

#property indicator_color1 Yellow
#property indicator_color2 DarkBlue
#property indicator_color3 Green
#property indicator_color4 LimeGreen
#property indicator_color5 FireBrick
#property indicator_color6 Red
#property indicator_color7 Teal
#property indicator_color8 HotPink
it uses different Indicator Buffers for the view of the Histograms.
Play with them and see what happens.. ;)


Íf you only want a single up down color you could also use my TMATrue SlopeHisto MTF Indicator...

set timeFrames to 0
set showHisto to true
histoLevel allows you to set at what Level the histo changes its color...set it to 0 if you want them to switch the Color at the 0 Level...
The colors can be selected at the end of the Parameter List.

If you are finished save it as template.. ;)

hope this helps...


happy weekend,

NeoTrader

-
User avatar
spyderman
Trader
Posts: 338
Joined: Sun Dec 11, 2011 1:39 pm

Re: NeoTraders NB Indicator Lab

Post by spyderman »

NeoTrader wrote:hi spyderman,
spyderman wrote:Thanks much for the indicators. Man it gets confusing with all the 10.2 threads going on. I got the 10.2 TmaSlopeTrue NT v1.4B.4.30 off FF and am playing with that.

Is there an easy way to modify the histogram colors for different levels on this or any of the TMA slope indicators for that matter. Your code isn't accessible, but looking at the other TMA's I can't see where the parameters for the different colors are spelled out (I'm certainly no coder. Can just manage to change a few colors and levels, etc.)

There's a lot of discussions about the use of these indicators, primarily around the .04 & .08 levels. Not much said about the bar colors. For my personal use it would seem clearer to have green above 0 and red below. One shade for 0 to .0399/-.0399, shade change at .04 and .08, etc.

Not suggesting it should be changed, just wondering if there was an easy way for me to modify it for myself.
This particular Indicator you mentioned above defines it colors in this code segment

Code: Select all

#property indicator_color1 Yellow
#property indicator_color2 DarkBlue
#property indicator_color3 Green
#property indicator_color4 LimeGreen
#property indicator_color5 FireBrick
#property indicator_color6 Red
#property indicator_color7 Teal
#property indicator_color8 HotPink
it uses different Indicator Buffers for the view of the Histograms.
Play with them and see what happens.. ;)


Íf you only want a single up down color you could also use my TMATrue SlopeHisto MTF Indicator...

set timeFrames to 0
set showHisto to true
histoLevel allows you to set at what Level the histo changes its color...set it to 0 if you want them to switch the Color at the 0 Level...
The colors can be selected at the end of the Parameter List.

If you are finished save it as template.. ;)

hope this helps...


happy weekend,

NeoTrader

-
Thanks Neo,

I'll play with that. 8-)
Snaggin' some pips
Vesko

Re: NeoTraders NB Indicator Lab

Post by Vesko »

Hi Neo and All,

that is when i attach the NT-RT-TMA on my chart.
Could some body to help me how to instal properly?
You do not have the required permissions to view the files attached to this post.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

hi vesko,
Vesko wrote:that is when i attach the NT-RT-TMA on my chart.
Could some body to help me how to instal properly?
Did you read the description?

This is a rule tester so it means that you need to set a rule number in the Parameters and also set up the according parameters per rule you want to use or use the defaults.

Please check the description to see what rules and parameters are available.

If you have further questions don't hesitate to ask...but be more specific about what you want to accomplish..

happy Sunday,

NeoTrader

-
Vesko

Re: NeoTraders NB Indicator Lab

Post by Vesko »

NeoTrader wrote:hi vesko,
Vesko wrote:that is when i attach the NT-RT-TMA on my chart.
Could some body to help me how to instal properly?
Did you read the description?

This is a rule tester so it means that you need to set a rule number in the Parameters and also set up the according parameters per rule you want to use or use the defaults.

Please check the description to see what rules and parameters are available.

If you have further questions don't hesitate to ask...but be more specific about what you want to accomplish..

happy Sunday,

NeoTrader

-
Thanks Neo,
the problem is that my English is no so good and some time i can't understand the the explanation. But any way i will check again.
Thanks for the quick response.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

hi vesko,
Vesko wrote:the problem is that my English is no so good and some time i can't understand the the explanation. But any way i will check again.
Thanks for the quick response.
Don't know what your language is so can't comment on that.. ;)

Google translator makes a good job in translating all sort of texts...maybe you should try it.


happy Sunday,

NeoTrader

-
Locked

Return to “10.x Indi forum”