NeoTraders NB Indicator Lab

Share your 10.x indicators here.
Locked
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 »

spotdespot wrote:Great - thanks - I should have checked that myself :oops:
yeah i know....i thought the same about the histo mode.. ;)
spotdespot wrote:Liked the Simpson's clock avatar....bring it back :lol:
your wish is my order.... I just thought it would be to distractive ;)

happy trading,

NeoTrader

P.S.: You will have a PM in a Minute... ;)
forexripper
Trader
Posts: 133
Joined: Fri Apr 13, 2012 6:11 pm

Re: NeoTraders NB Indicator Lab

Post by forexripper »

Thanks.

Will wait for Steve to show some interest in this strategy.
SMScom
Posts: 5
Joined: Sat Jun 02, 2012 3:09 pm

Re: NeoTraders NB Indicator Lab

Post by SMScom »

NeoTrader:

Proper attribution for the (Verb) Mod indicator I furnished you goes to robbo1961. He introduced it May 21st on post #2217 on the Nb 10.0 thread on ForexForum. Thought you'd like to know.

Take care,

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

NT TMA-CSS-SP New Version v1.0.2

Post by NeoTrader »

NT TMA-CSS-SP
New Version: v.1.0.2 released on 21.06.2012
nt tma-css-sp h1 analysis with diff, ratio, base, cross values in histo mode.gif
Changes in Version 1.0.2
  • Fixed: Ratio Value doesn't show in Histo Mode (thanks to spotdespot for spotting ;) )
  • Fixed: Ratio Value doesn't calculate sometimes (thanks to spotdespot for spotting ;) )
  • New Feature: Histo Mode can now view different slope Values.
    Just set all other showSlope Parameters to false and only the slope value you want to see to true.
    If all slope values are set to true, Diff will be shown as default.
  • New Feature: Label of Histogram bars shows Information about current TMAmode and viewed Slope
  • Change: some Parameter-names have changed (eg. show)
  • Change: Changes in IndexBuffer

    Code: Select all

    	IndicatorBuffers(7);
    	
    	SetIndexBuffer ( 0, slopeCSSDiff );
    	SetIndexLabel ( 0, "CSS Difference" );
    
    	SetIndexBuffer ( 1, slopeCSSRatio );
    	SetIndexLabel ( 1, "CSS Ratio" );
    
    	SetIndexBuffer ( 2, histoOverLevel );
    	SetIndexLabel ( 2, StringConcatenate ( histoName, " - over ", histoLevel, " - " ) );
    
    	SetIndexBuffer ( 3, histoUnderLevel );
    	SetIndexLabel ( 3, StringConcatenate ( histoName, " - under ", -histoLevel, " - " ) );
    
    	SetIndexBuffer ( 4, histoRanging );
    	SetIndexLabel ( 4, StringConcatenate ( histoName, " - Range - " ) );
    
    	SetIndexBuffer ( 5, slopeCurrencyBase );
    	SetIndexLabel ( 5, currencyBase );
    	
    	SetIndexBuffer ( 6, slopeCurrencyCross );
    	SetIndexLabel ( 6, currencyCross );
    
If you have any further Feature Requests or find any Bugs please inform me here on the thread.

have fun and enjoy,


NeoTrader


Download in Post 1

-
You do not have the required permissions to view the files attached to this post.
Last edited by NeoTrader on Thu Jun 21, 2012 4:00 pm, edited 1 time in total.
User avatar
Eamonn
Trader
Posts: 87
Joined: Wed Nov 16, 2011 6:45 am

Re: NeoTraders NB Indicator Lab

Post by Eamonn »

Superb stuff Neo !!!
aacd_1
Trader
Posts: 21
Joined: Sat Dec 10, 2011 8:34 am

Re: NeoTraders NB Indicator Lab

Post by aacd_1 »

thanks for your update, if you can decrease the CPU usage that.s great.
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 aacd,
aacd_1 wrote:thanks for your update, if you can decrease the CPU usage that.s great.
My version is already faster and less resource hungry then baludas version...but if you want to decrease the cpu usage further you can use the maxBar parameter to use a lesser Number of Bars. just set it to something about 100 or experiment for yourself...as default all bars will be used (setting 0).

Don't forget that this indicator is based on the CSS calculation of Baluda...this means that all related currency pairs are calculated in the background to get the Currency Strength for each of the two currencies in this pair.

happy trading,

NeoTrader
garyfritz

Re: NeoTraders NB Indicator Lab

Post by garyfritz »

NeoTrader wrote:
spotdespot wrote:Liked the Simpson's clock avatar....bring it back :lol:
your wish is my order.... I just thought it would be to distractive ;)
The Homer clock is funny, but I think this is a better avatar for you!
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 gary,
garyfritz wrote:The Homer clock is funny, but I think this is a better avatar for you!
me likey... ;) will try it...

tried it...this was actually more distractive...I thought I would be neurolized like in MIB, and this every second... ;).

I think I go with my own lesser distractive simpson like avatar.. ;)


happy trading,

NeoTrader
forexripper
Trader
Posts: 133
Joined: Fri Apr 13, 2012 6:11 pm

Re: NeoTraders NB Indicator Lab

Post by forexripper »

Neo just a quick request. The diff and ratio is now telling me the story so good on that front. Just that I am not able to gauge if ratio is increasing or decreasing so a histogram like of Diff would be helpful. Can you please add that to the indi. If possible, user should be able to trun it on or off as desired. Thanks a lot.
Locked

Return to “10.x Indi forum”