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

  • nicbizz
    replied
    Originally posted by geotabs View Post
    Thanks nick,

    It does work when I select the Indicators,Data,Calculate on bar close to True.But it waits for close of that bar and fires alert on next bar. If it is false then the the indicator plots zero on the chart?
    I have posted a pic to illustrate.

    Thanks Again
    Ok, managed to test it out with real-time data. Saw where the problem was.

    Keep in mind though, that because SMA is barClose = true, that figure is calculated based on the close of the previous bar. Should matter very little in the practical sense, but just fyi.

    -Nick
    Attached Files

    Leave a comment:


  • geotabs
    replied
    Thanks nick,

    It does work when I select the Indicators,Data,Calculate on bar close to True.But it waits for close of that bar and fires alert on next bar. If it is false then the the indicator plots zero on the chart?
    I have posted a pic to illustrate.

    Thanks Again
    Attached Files

    Leave a comment:


  • Karado58
    replied
    MACD-Histogram w/ 2 period SMA (Please)

    Hello,
    Can someone please develop this basic (50,88,9) MACD-Histogram, with an option to add a 2 period (1 and 5) SMA?

    I would also like the option to change colors and all other settings.

    It is part of a strategy on the ES 2 minute chart.

    I would appreciate someone developing this indicator.

    Thanks.

    Joseph
    Attached Files

    Leave a comment:


  • nicbizz
    replied
    Originally posted by geotabs View Post
    Thanks Nick

    I have been testing it out this morning and unfortunately it does not fire of the sound alert or text in the alerts window. Also is it possible to have it alert if it touches the SMA as sometimes on the higher time frames that's all it does.

    Cheers
    Yea, the previous code was incorrect.

    I've attached an updated version. Not the neatest bit of code, but it works on historical data. However, I can't test Alerts unless it's real time, which I don't have access to right now, so give it a shot, and let me know how it goes.

    -Nick
    Attached Files

    Leave a comment:


  • geotabs
    replied
    Thanks Nick

    I have been testing it out this morning and unfortunately it does not fire of the sound alert or text in the alerts window. Also is it possible to have it alert if it touches the SMA as sometimes on the higher time frames that's all it does.

    Cheers

    Leave a comment:


  • nicbizz
    replied
    Originally posted by geotabs View Post
    If the offer still stand for free indicator development, I would like to have a SMA with sound alerts so that when last price touches or crosses below or above the SMA it will play a sound that I would be able to select from sounds that I have put into NT's sound folder and a message to send to the alerts window that i would be able to type in for different instruments..
    It would calculate the indicator on bar close but send the sound alert on the last price printed to that it will not wait for bar to close.
    I hope I am articulating what it is I am after well.

    Thanks for your consideration

    Cheers
    geotabs,

    Markets are closed, so I havent had a chance to test this out in real-time. Let me know how it goes.

    -Nick
    Attached Files
    Last edited by nicbizz; 11-29-2012, 03:52 AM.

    Leave a comment:


  • geotabs
    replied
    SMA with sound alerts

    If the offer still stand for free indicator development, I would like to have a SMA with sound alerts so that when last price touches or crosses below or above the SMA it will play a sound that I would be able to select from sounds that I have put into NT's sound folder and a message to send to the alerts window that i would be able to type in for different instruments..
    It would calculate the indicator on bar close but send the sound alert on the last price printed to that it will not wait for bar to close.
    I hope I am articulating what it is I am after well.

    Thanks for your consideration

    Cheers

    Leave a comment:


  • flipper26
    replied
    Hurst Bands

    Can someone translate the attached code from TOS into Ninjatrader. This is an indicator for Hurst Bands. The settings in the code have been optimized for TF but for coding should be selectable. Thanks.
    Attached Files

    Leave a comment:


  • Karado58
    replied
    Thank you Harry!

    Originally posted by Harry View Post
    The Session VWAP should reset at the beginning of each session. The VWAP on your chart does not reset.

    This means that the TOS VWAP is calcuated over N days, where N is the lookback period of your chart. This is pretty arbitrary and not used by professional traders.

    Attached is a chart of today's VWAP which should come out at 67.95
    Perfect...thank you for the explanation and for steering me to a very nice VWAP!

    Thank you Harry!

    Joseph

    Leave a comment:


  • Harry
    replied
    The Session VWAP should reset at the beginning of each session. The VWAP on your chart does not reset.

    This means that the TOS VWAP is calcuated over N days, where N is the lookback period of your chart. This is pretty arbitrary and not used by professional traders.

    Attached is a chart of today's VWAP which should come out at 67.95
    Attached Files

    Leave a comment:


  • Karado58
    replied
    This was todays session and the VWAP is the pale dotted blue line.

    Thanks so much Harry!!


    Originally posted by Harry View Post
    The VWAP in the download section of this forum

    - is slow
    - calculates false standard deviation bands

    If you look for a correct VWAP you can take this one



    and select Band Type = None.

    The value of the VWAP depends on the definition of the session. If you do it correctly you will select the session according to the contract specifications of the instrument traded. For NinjaTrader the tradimg times can be entered via the session template used for the instrument.

    Why don't you post a screenshot of your TOS VWAP? This would allow me to check whether it is correct or not.
    The VWAP you recommended:




    TOS VWAP:
    Last edited by Karado58; 10-18-2012, 04:19 PM.

    Leave a comment:


  • Harry
    replied
    The VWAP in the download section of this forum

    - is slow
    - calculates false standard deviation bands

    If you look for a correct VWAP you can take this one



    and select Band Type = None.

    The value of the VWAP depends on the definition of the session. If you do it correctly you will select the session according to the contract specifications of the instrument traded. For NinjaTrader the tradimg times can be entered via the session template used for the instrument.

    Why don't you post a screenshot of your TOS VWAP? This would allow me to check whether it is correct or not.

    Leave a comment:


  • Karado58
    replied
    Simple line VWAP?

    Hello everyone,

    I'm using this simple 1 line VWAP on TOS on a 1 minute 1 day chart. Could someone duplicate it for NT?

    Here is the code from TOS:

    Code:
    plot Data = TotalSum(Volume * Close) / TotalSum(Volume);
    I have tried the VWAP here in the forum, BUT, the VWAP line does not match TOS VWAP.

    Also, I just want a single VWAP line with no bands.

    Thanks so much in advance!

    Leave a comment:


  • KentLaw
    replied
    Thanks Prov1322!

    Leave a comment:


  • canthony09
    replied
    Kathy 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 a programming office in Asia which allows us to be extremely competitive. 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 free for one week. If you like it and choose to continue using it, we will charge you a one time, mutually acceptable fee for a lifetime license. Please email me at [email protected] for more information. Thank you.

    Leave a comment:

Latest Posts

Collapse

Topics Statistics Last Post
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
0 responses
607 views
0 likes
Last Post Geovanny Suaza  
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
0 responses
353 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
560 views
1 like
Last Post Geovanny Suaza  
Started by RFrosty, 01-28-2026, 06:49 PM
0 responses
561 views
1 like
Last Post RFrosty
by RFrosty
 
Working...
X