NeoTraders NB Indicator Lab
- coolncalm
- Trader
- Posts: 173
- Joined: Mon Dec 12, 2011 1:09 am
Re: NeoTraders NB Indicator Lab
Thanks for sharing, NeoTrader. Excellent indys.
There's simplicity in every complexity.
- 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
hi cmeade,
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
-
If it is blank than you get the behavior you experience...this is not a defined state and the results are what you get.cmeade2 wrote:I just leave it blank. It seems to do the same thing. Is that ok?
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
-
- 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
hi coolncalm,

hope they help you in your trading...
happy weekend,
NeoTrader
Thanks for the appreciation...coolncalm wrote:Thanks for sharing, NeoTrader. Excellent indys.
hope they help you in your trading...
happy weekend,
NeoTrader
- spyderman
- Trader
- Posts: 338
- Joined: Sun Dec 11, 2011 1:39 pm
Re: NeoTraders NB Indicator Lab
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
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
- 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
hi spyderman,
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
-
This particular Indicator you mentioned above defines it colors in this code segmentspyderman 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.
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
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
-
- spyderman
- Trader
- Posts: 338
- Joined: Sun Dec 11, 2011 1:39 pm
Re: NeoTraders NB Indicator Lab
Thanks Neo,NeoTrader wrote:hi spyderman,This particular Indicator you mentioned above defines it colors in this code segmentspyderman 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.
it uses different Indicator Buffers for the view of the Histograms.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
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
-
I'll play with that.
Snaggin' some pips
-
Vesko
Re: NeoTraders NB Indicator Lab
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?
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.
- 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
hi vesko,
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
-
Did you read the description?Vesko wrote:that is when i attach the NT-RT-TMA on my chart.
Could some body to help me how to instal properly?
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
Thanks Neo,NeoTrader wrote:hi vesko,Did you read the description?Vesko wrote:that is when i attach the NT-RT-TMA on my chart.
Could some body to help me how to instal properly?
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
-
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.
- 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
hi vesko,

Google translator makes a good job in translating all sort of texts...maybe you should try it.
happy Sunday,
NeoTrader
-
Don't know what your language is so can't comment on that..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.
Google translator makes a good job in translating all sort of texts...maybe you should try it.
happy Sunday,
NeoTrader
-