Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Amount of Bars, which is added by Add()
Collapse
X
-
I have a problem in using NinjaScript to get Time[0] value on historical chart
Please, look at this picture:
SaveImg позволит вам загрузить фото или картинку бесплатно и без регистрации
Comment
-
Hello agafon2,
To assist you further can you please send a toy NinjaScript code* replicating the behavior to support[AT]ninjatrader[DOT]com
Please append Attn:Joydeep in the subject line of the email and give a reference of this thread in the body of the email.
I look forward to assisting you further.
*The "toy" just means something that is a stripped down version that isn't necessarily the whole logic. It makes things easier to rout out.JoydeepNinjaTrader Customer Service
Comment
-
How to get Open, Low, High, Close information of last right bar?
SaveImg позволит вам загрузить фото или картинку бесплатно и без регистрации
Comment
-
Open[0];Originally posted by agafon2 View PostHow to get Open, Low, High, Close information of last right bar?
http://saveimg.ru/show-image.php?id=...b53907aaa6d2f0
Low[0];
High[0];
Close[0];
Volume[0];
Comment
-
What does "Gold" volume in Time and Sales mean? Does it mean that somebody bought some lots on price, which is higher than Ask price?
Look at this picture, please:
SaveImg позволит вам загрузить фото или картинку бесплатно и без регистрации
Comment
-
Hello, Joydeep
Please, help me
To write some data to binary file i use:
But if i use a code above, other programes can't open this file in a Read modeCode:using (FileStream stream = new FileStream(History_way+"EURUSD"+i_period+".hst", FileMode.Append)){ using (BinaryWriter writer = new BinaryWriter(stream)){ writer.Write(Open[0]); writer.Close(); } }
How to make a code, where i can open binary file in NinjaScript and in other programes in one time?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
628 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment