NexusFi: Find Your Edge


Home Menu

 





Programmer needed to make a Indicator


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one blkreign69 with 4 posts (0 thanks)
    2. looks_two bizman70 with 2 posts (0 thanks)
    3. looks_3 dimitri with 2 posts (0 thanks)
    4. looks_4 studio88 with 2 posts (1 thanks)
      Best Posters
    1. looks_one gregid with 2 thanks per post
    2. looks_two Big Mike with 1 thanks per post
    3. looks_3 DavidHP with 1 thanks per post
    4. looks_4 studio88 with 0.5 thanks per post
    1. trending_up 5,145 views
    2. thumb_up 6 thanks given
    3. group 6 followers
    1. forum 16 posts
    2. attach_file 7 attachments




 
Search this Thread

Programmer needed to make a Indicator

  #11 (permalink)
 
bizman70's Avatar
 bizman70 
toronto, ontario
 
Experience: Intermediate
Platform: ninja trader
Broker: sterling, iqfeed
Trading: es, nq, 6e
Posts: 363 since May 2010
Thanks Given: 41
Thanks Received: 140

i am looking to normalize an indicator for a range of 0-100 so it acts like an rsi for oversold and overbought - the indicator is attached in free form and it needs to be done for ninja trader

Attached Files
Elite Membership required to download: FATLSATLRBCI.zip
Visit my NexusFi Trade Journal Reply With Quote

Can you help answer these questions
from other members on NexusFi?
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
Deepmoney LLM
Elite Quantitative GenAI/LLM
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
38 thanks
NexusFi site changelog and issues/problem reporting
27 thanks
GFIs1 1 DAX trade per day journal
19 thanks
The Program
18 thanks
  #12 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,397 since Jun 2009
Thanks Given: 33,173
Thanks Received: 101,537

Without looking at your code, many times you can do a quick and dirty trick by just using RSI, like so:

 
Code
                            


ds 
RSI(myDataSeries11)[0]; 
Typing that free hand from my notebook, no Ninja editor. But the point is, just pass your dataseries that you want to normalize into RSI directly. If 1,1 doesn't give you the desired results, increase the lookback smoothing period.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #13 (permalink)
 
bizman70's Avatar
 bizman70 
toronto, ontario
 
Experience: Intermediate
Platform: ninja trader
Broker: sterling, iqfeed
Trading: es, nq, 6e
Posts: 363 since May 2010
Thanks Given: 41
Thanks Received: 140


thanks - but i dont know the first thing about programing so would not know how to do it - any help would be appriciated - i know it was done in meta and is being used by some prop traders i know so its very helpful

Visit my NexusFi Trade Journal Reply With Quote
  #14 (permalink)
 dimitri 
Athens - Greece
 
Experience: Intermediate
Platform: Metastock
Posts: 76 since Jul 2010
Thanks Given: 202
Thanks Received: 36

Hi to ALL of you,
I am interested to translate an indicator From Metastock to Ninja Trader...

(Mov((C+L+H+O)/4>Ref(LLV(C,2) ,-1),2,S)) AND
(((H-L)+(O-C))/2<Ref(HHV((H-L),2) ,0))

Any reply is welcome....
Regards
Dimitri

Reply With Quote
  #15 (permalink)
 
gregid's Avatar
 gregid 
Wrocław, Poland
 
Experience: Intermediate
Platform: NinjaTrader, Racket
Trading: Ockham's razor
Posts: 650 since Aug 2009
Thanks Given: 320
Thanks Received: 623


dimitri View Post
Hi to ALL of you,
I am interested to translate an indicator From Metastock to Ninja Trader...

(Mov((C+L+H+O)/4>Ref(LLV(C,2) ,-1),2,S)) AND
(((H-L)+(O-C))/2<Ref(HHV((H-L),2) ,0))

Any reply is welcome....
Regards
Dimitri

Hi Dimitri

If you provide some more information - like the name of the indicator, link or screenshot you may find the requested indicator already exists

Reply With Quote
Thanked by:
  #16 (permalink)
 
shodson's Avatar
 shodson 
OC, California, USA
Quantoholic
 
Experience: Advanced
Platform: IB/TWS, NinjaTrader, ToS
Broker: IB, ToS, Kinetick
Trading: stocks, options, futures, VIX
Posts: 1,976 since Jun 2009
Thanks Given: 533
Thanks Received: 3,709


bizman70 View Post
i am looking to normalize an indicator for a range of 0-100 so it acts like an rsi for oversold and overbought - the indicator is attached in free form and it needs to be done for ninja trader

You are looking for a bound oscillator, which never goes lower than 0 or greater than 100. These are usually bound because they the result of a ratio, which implies a value is divided by some other value, and the divisor is always >= the dividend. So, I'm not sure what sort of ratio you are looking for. What is being divided by what?

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #17 (permalink)
 dimitri 
Athens - Greece
 
Experience: Intermediate
Platform: Metastock
Posts: 76 since Jul 2010
Thanks Given: 202
Thanks Received: 36


gregid View Post
Hi Dimitri

If you provide some more information - like the name of the indicator, link or screenshot you may find the requested indicator already exists

The oscillator
(Mov((C+L+H+O)/4>Ref(LLV(C,2) ,-1),2,S)) AND
(((H-L)+(O-C))/2<Ref(HHV((H-L),2) ,0))
which i would like to be translated into Ninja Trader is composed from two parts. I have attached screen shots from each one separetely.

In case somebody wants to contact me : [email protected]

Regards
Dimitri

Attached Thumbnails
Programmer needed to make a Indicator-dax_test6.pdf   Programmer needed to make a Indicator-dax_test6_a.pdf   Programmer needed to make a Indicator-dax_test6_b.pdf  
Reply With Quote




Last Updated on August 3, 2010


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts