Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninjatrader 7 not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Emma1
    replied
    Originally posted by nkhoi View Post

    see comments;

    12-31-2018, 03:38 PM
    helllo nkhoi, i am ok in creating external variable but from the 2nd line of the update Bar code menu that i am not clear as the referencing and what each volume /values do.
    i had wanted to code it in NT8 but much error.

    if(Volume[0] > Values[0][0]) // Values[0] = Plot 0 the first plot , [0] = current index, [1] = 1 bar back index
    Values[4].Set(Volume[0]); //Values[4] = the third plot , Set(Volume[0]) = set current value of third plot to current volume value, NT8 = Values[4][0] = .(Volume[0]);

    if(Close[0] == Close[1])
    Values[3].Set(Volume[0]);
    else
    if (Close[0] > Open[0])
    Values[1].Set(Volume[0]);
    else
    Values[2].Set(Volume[0]);

    thank you.
    Resolved, Thank you again.

    Leave a comment:


  • nkhoi
    replied
    Originally posted by Emma1 View Post

    thank you for pointing out.
    see comments;

    12-31-2018, 03:38 PM
    helllo nkhoi, i am ok in creating external variable but from the 2nd line of the update Bar code menu that i am not clear as the referencing and what each volume /values do.
    i had wanted to code it in NT8 but much error.

    if(Volume[0] > Values[0][0]) // Values[0] = Plot 0 the first plot , [0] = current index, [1] = 1 bar back index
    Values[4].Set(Volume[0]); //Values[4] = the third plot , Set(Volume[0]) = set current value of third plot to current volume value, NT8 = Values[4][0] = .(Volume[0]);

    if(Close[0] == Close[1])
    Values[3].Set(Volume[0]);
    else
    if (Close[0] > Open[0])
    Values[1].Set(Volume[0]);
    else
    Values[2].Set(Volume[0]);

    thank you.

    Leave a comment:


  • Emma1
    replied
    Originally posted by nkhoi View Post
    this indicator is no good the name says volumes break out but the break out condition will never happen, here is why ;
    it take a fixed average of 6 period of volume and multiply it with 1.6 so the average is always higher than volume so there will never be a break out condition
    Values[0].Set(SMA(Volume, 6)[0] * 1.618);

    Note:there is break out if I use period of 30, so this value should be entered not fixed.
    thank you for pointing out.

    Leave a comment:


  • Emma1
    replied
    Thank you nkhoi.

    Leave a comment:


  • Emma1
    replied
    Thank you for checking.

    Leave a comment:


  • NinjaTrader_PatrickG
    replied
    Please contact the developer of this indicator if you'd like for there to be a change or adjustment. If you'd like to learn how to program/edit this NinjaScript yourself, please post on the NinjaScript sub-forum so that a NinjaScript Technician may assist you.

    Leave a comment:


  • nkhoi
    replied
    this indicator is no good the name says volumes break out but the break out condition will never happen, here is why ;
    it take a fixed average of 6 period of volume and multiply it with 1.6 so the average is always higher than volume so there will never be a break out condition
    Values[0].Set(SMA(Volume, 6)[0] * 1.618);

    Note:there is break out if I use period of 30, so this value should be entered not fixed.
    Attached Files
    Last edited by nkhoi; 12-31-2018, 01:40 PM.

    Leave a comment:


  • NinjaTrader_PatrickG
    replied
    You looking for advice on how to code this add-on for NinjaTrader 8? If so, please post a new thread (with the zip file) over on the NinjaScript sub-forum so that a NinjaScript Technician may assist you.

    Leave a comment:


  • Emma1
    replied
    Please, i was wondering if i may have an image of the output on charge as a png as i may trying to convert it to NT8. Thank you.

    Leave a comment:


  • NinjaTrader_PatrickG
    replied

    I see that you're running an older version of NinjaTrader 7. The newer version contains many critical updates to the database. Please update NinjaTrader 7 and reset your instruments:

    First, to update NinjaTrader, please follow the steps below:
    • First get your license key from NinjaTrader under Help> License Key then exit NinjaTrader
    • Click on the link: http://ninjatrader.com/PlatformDirect
    • Enter your license key and press Submit
    • Select 'NinjaTrader 7'
    • Select 'Download'
    • Critical: Before running the installer, ensure NinjaTrader is closed.

    Lastly, to reset your instruments, please follow the steps below:
    • Disconnect from your data feed: NinjaTrader Control Center> File> Disconnect> Select your data feed
    • Reset your Instruments: NinjaTrader Control Center> Tools> Options> Data tab> Reset Instruments>OK
    • Restart NinjaTrader> Connect (NinjaTrader Control Center> File> Connect> Select your connection
    I am able to successfully import and use the indicator you've attached in my NinjaTrader 7. After updating/resetting instruments, could you go into more detail about what symptoms you're still experiencing?

    Leave a comment:


  • Emma1
    replied
    No error on screen and no error message but does not work. NT7 version 0.1000.38. The Volume Breakout Indicator .zip, i have up loaded.
    Attached Files
    Last edited by Emma1; 12-31-2018, 12:55 PM.

    Leave a comment:


  • NinjaTrader_PatrickG
    replied
    What version of NinjaTrader 7 are you using? Please provide the entire version number. This can be found under Help -> About (Example: 7.0.1000.X)

    Also, in your original message you mention that "NT7 is no working". What does this mean exactly?

    We'll need more information about the file you're referring to. Is the 'Volume Breakout Indicator' currently in .zip file format? If not, what format do you have? Could you attach it for my review?


    Leave a comment:


  • Emma1
    replied
    i needed to run a file -Volume Breakout Indicator to observe it as displayed on a chart NT7.
    Last edited by Emma1; 12-31-2018, 09:06 AM.

    Leave a comment:


  • NinjaTrader_EricB
    replied
    Thank you for your reply.

    Can you please clarify what you mean by file testing? For example, are you looking for assistance with how to place trades with NinjaTrader? Regarding NinjaTrader not working, what is happening?


    Who are you connected to? This is displayed in green on lower left corner of the Control Center window.


    What instrument (and expiry if applicable) have you selected? For example, ES 03-19, AAPL, EURUSD, etc.

    (For a chart) what interval is selected? For example, 5 minute, 1 day, 2000 volume, 4 Renko, etc.

    Do you receive an error on screen? Are there errors on the Log tab of the Control Center? If so, what do these errors report?

    We look forward to assisting further.

    Leave a comment:


  • Emma1
    replied
    Hello EricB, please , is it possible to help with file testing for NT7 here?

    Leave a comment:

Latest Posts

Collapse

Topics Statistics Last Post
Started by argusthome, 03-08-2026, 10:06 AM
0 responses
94 views
0 likes
Last Post argusthome  
Started by NabilKhattabi, 03-06-2026, 11:18 AM
0 responses
49 views
0 likes
Last Post NabilKhattabi  
Started by Deep42, 03-06-2026, 12:28 AM
0 responses
31 views
0 likes
Last Post Deep42
by Deep42
 
Started by TheRealMorford, 03-05-2026, 06:15 PM
0 responses
35 views
0 likes
Last Post TheRealMorford  
Started by Mindset, 02-28-2026, 06:16 AM
0 responses
71 views
0 likes
Last Post Mindset
by Mindset
 
Working...
X