Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Ninjatrader 7 not working
Collapse
X
-
see comments;Originally posted by Emma1 View Post
thank you for pointing out.
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:
-
thank you for pointing out.Originally posted by nkhoi View Postthis 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.
Leave a comment:
-
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:
-
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.Last edited by nkhoi; 12-31-2018, 01:40 PM.
Leave a comment:
-
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:
-
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:
-
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
Leave a comment:
-
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 FilesLast edited by Emma1; 12-31-2018, 12:55 PM.
Leave a comment:
-
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:
-
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:
-
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
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
49 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
35 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
71 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Leave a comment: