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 cmoran13, 04-16-2026, 01:02 PM
|
0 responses
36 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
23 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
162 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
96 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
152 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment