Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

I will Develop your Indicator or Strategy for FREE

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Prov1322
    replied
    Kathy...just a word about this thread since you are new.

    It was started by "Michel" who made the offer in the original thread posting but never responded to anything after (that I could see).

    Several very generous NT Forum users have chimed-in on occasion and provided some code responses, so maybe they can help find what you want.

    The other option is to start a brand new thread (if you have not already) to catch the eyes of other very generous NT coders who can help.

    Best wishes!

    Leave a comment:


  • KentLaw
    replied
    Parabolic SAR and Stochastic RSI

    Hi Michel,

    I am not sure if you are still assisting people with the creation of strategies still or not. I am new to Ninja Trader. The program I used before was automated for building strategies so I do not have experience programming. I am feeling a little overwhelmed when trying to build a simple strategy.

    I would like to use the Parabolic SAR with default settings and the Stochastic RSI with default settings.

    Parabolic SAR - AccFactor Value - 0.02, MaxAcc Value - 0.2, Colour on rise - green, colour on fall - red, symbol - dot, Trade Type - stop and reverse, Trade at bars close, Allow multiple entries in the same direction, show indicators on chart, show trades on chart.

    Stochastic RSI - RSI Value - 14, % K Value - 8, % D Value - 5, Weighted - N, Style - line, Colour - blue, Trade Type - OvBought/OvSold enter zone, Overbought Line - 80.0, Oversold line - 20.0, Line Colour Red for Overbought and Oversold.

    Stop - 70
    Profit - 0 - with an option of "with a retracement from high profit of 1%". - I am not sure if this an option in Ninja Trader or not. This particular setting increases the winning trades and decreases the losing trades substantially. Maybe the "chase" feature is similar??

    Any help you could give me with this would be so appreciated. I have tried copying and pasting from the original indicators into my strategy but am not sure how they should be put together without all of the errors that I keep getting.

    Please let me know if you can help. Thank you so much!
    Kathy

    Leave a comment:


  • canthony09
    replied
    MDL my firm would be happy to help you develop this indicator. Through the end of the year we are offering no risk strategy and indicator development. We will provide you with an intial estimate of the cost to develop your concept into a fully functioning product, develop it without ANY INITIAL COST to you, let you use it for one week and if you like it you can purchase a one time, lifetime license for the product. If you are interested email me at [email protected] for more details.

    Leave a comment:


  • mdl060374
    replied
    BBB (Bull/Bear balance indicator)

    Michel (or anyone else that can offer help),

    I am looking to get this translated into NT for a historgram indicator. I was trying to use the TS code in this link, but still cant get it to work,.

    Basically it is an indicator based off of Elders work measuirng buying/selling power. (The code is in the October 2003 issue of S&C linked here..)

    (Vadim Gimelfarb does an interpretation of the indicator)

    It doesnt look overly complex, just getting the syntax is a little tough for me.

    (I am also looking to create a divergence indicator that alerts me to any divergence to be used in Market analyzer if that isnt too difficult.)

    Any advice or help you can give would be great!

    Leave a comment:


  • Kalau
    replied
    Hi michel - thx for ur help to all NT fans. May be u will continue - let me try to explain -
    There ´s a range - get the middle oft it like a 50% retreace - take e fiboextension from range
    resits to range support - back to the middle and extend it down - on the other hand from support to resits- back to middle extend up - for targets. Add a picture - hope u understand .


    Regards

    Leave a comment:


  • birdog
    replied
    Raw Code for a indicator or strategy for NT

    Hi,

    Could you explain step by step how to successfully use and compile code someone posts raw (like in notepad or a forum etc) for a NT indicator or strategy? I am able to initially get code in the editor but there is usually 1 or 2 errors that keep it from compiling successfully. Thanks a bunch!



    Greg

    Leave a comment:


  • SinatraFan
    replied
    Michel,

    If you are still offering... I need something very simple. I want a histogram that prints a +1 bar during the time I trade and prints 0 when I'm not trading. I would want start and stop time input variables. I know this sounds easy, but I only know easylanguage and don't have the time to figure out ninja script at this time. thanks.

    Leave a comment:


  • Jazz88
    replied
    Bb %b

    Hi there,

    I realized that NT doesn't have BBand%B indicator. I found it useful. Could someone create this indicator? It's equations is:

    Percent B = ((Close - Bollinger Lower Band) / (Bollinger Upper Band - Bollinger Lower Band))*100

    I normally use standard 20 2 and simple moving average, but if I can have options to change the period and MA to EMA, that would be great.

    Thanks a lot,

    Jasmine

    Leave a comment:


  • Harry
    replied
    Originally posted by levesque View Post
    Harry, I like it. Would like it better if it included total cumulative session vol for day as % of avg, but I can get the gist for that by eyeballing the MA.

    What did you mean by "needs a little overhaul?" It looks fine.

    Thanks,
    JB
    It does include the total cumulative session vol as a percentage of avg (but always relative to the day of week). The percentage is shown as a figure on the right side of the indicator panel. The moving average changes its color depending on whether the cumulative session volume is above or below 100%.

    Overhaul: The percentage plotted will disappear if you scroll back horizontally. With Plot Override it is possible to get that information for the last bar plotted on the chart when scrolling back. Also need to reorganize the properties. There is nothing wrong with the indicator otherwise, but it is over a year that I touched it, will certainly be able to improve it.

    Leave a comment:


  • canthony09
    replied
    We provide custom programming of strategies and indicators for Ninja users at a fraction of the cost of other programming services due to our low overhead structure. We are based in the US however we maintain an office in the Philippines where our programmers reside which allows us to be extremely competitive . Free programming sounds too good to be true and usually anything too good to be true really isn't. Our firm will create your custom indicator or strategy for you, provide it to you at NO COST and allow you to use it for one week. If you like it and choose to continue using it we will charge you a mutually agreeable fee for a permanent license. Please email me at [email protected] for more information. Thank you.
    Last edited by canthony09; 09-24-2012, 08:54 AM.

    Leave a comment:


  • levesque
    replied
    Originally posted by Harry View Post
    I have coded this some time ago, it needs a little overhaul....
    Harry, I like it. Would like it better if it included total cumulative session vol for day as % of avg, but I can get the gist for that by eyeballing the MA.

    What did you mean by "needs a little overhaul?" It looks fine.

    Thanks,
    JB

    Leave a comment:


  • turbotrader
    replied
    Range Volume

    Hi,
    I am looking for an indicator that shows how much volume is spend for a range (tick).
    The Code is very simple
    Code:
    volume / (high - low)
    The result should be plotted on a new pane.

    Can somebody code this indicator?

    Leave a comment:


  • hdwman
    replied
    Dynamic Trader Stoch Rsi Osc.

    Hi, and thanks in advance. What I would like is an indicator that takes a stochastic of an RSI, and plots a moving average of that product. Then plot a moving average of the previous moving average. 13 period RSI, 8 period Stochastic, 5 period MA and then a 5 period MA of the first MA. This is, I think, the settings that Robert Miner uses for the Dynamic Trader DT Osc., which is what I'm trying to reproduce (I own DT).

    Leave a comment:


  • philxhong
    replied
    Need help w/ coding

    Hi Michel,
    Can you help to code this:
    IF The SPY is above its 200-day moving average
    && The VIX is stretched 5% or more above its 10-day MAfor 3 or more days.
    Thanks for your help.

    Leave a comment:


  • philxhong
    replied
    Hi Michel,
    Can you give the code for this:
    1.The SPY is above its 200-day moving average
    2. The VIX is stretched 5% or more above its 10-day MAfor 3 or more days.
    Thanks for your help.

    Leave a comment:

Latest Posts

Collapse

Topics Statistics Last Post
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
0 responses
612 views
0 likes
Last Post Geovanny Suaza  
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
0 responses
355 views
1 like
Last Post Geovanny Suaza  
Started by Mindset, 02-09-2026, 11:44 AM
0 responses
105 views
0 likes
Last Post Mindset
by Mindset
 
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
0 responses
561 views
1 like
Last Post Geovanny Suaza  
Started by RFrosty, 01-28-2026, 06:49 PM
0 responses
564 views
1 like
Last Post RFrosty
by RFrosty
 
Working...
X