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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
256 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
165 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
169 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
252 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
203 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment