Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Development
Collapse
X
-
Strategy Development
Hello , I'm using volumetric bars in my strategy development , and the logic for the long position is " Enter long after 3 consecutive Ask/Bid imbalances with imbalance ratio = 2 " , can someone please help me to turn this into a code ? Thank you.Tags: None
-
Chelsea B.NinjaTrader Customer Service
-
Hello Chelsea , yes I am interesting of how to extract data from the inside of the volumetric bars. For instance I need 5 sequential rows inside of current volumetric bar with Ask 1.5 times greater than Bid. Thank you for response.
Comment
-
Hello Roman Hrabovskyi,
The ask volume for a price row can be found with GetAskVolumeForPrice(double price), and for a bid price row GetBidVolumeForPrice(double price).
From the help guide:
"Gets the ask volume (long value) for the passed in price"
I am also including a link to a forum post with helpful information about getting started with C# and NinjaScript.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
475 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
315 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
253 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
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
305 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment