Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Vol Trigger Value
Collapse
X
-
Vol Trigger Value
I'm using a Managed Approach in my Strategy with limit orders. If I decide to trade manually using the DOM, I use a Custom Stop Strategy with the Vol Trigger set to 190. Is this DOM setting recognized by my Strategy or do I have to set this with code? If I have to set it, could you point me in the right direction?Tags: None
-
Hi DenMan, the NinjaScript strategy would work on it's own and not respect / use any of the DOM settings. You could though call ATM strategy templates for exit management as done in our 'SampleAtmStrategy' shipped with NinjaTrader per default.
However you could not backtest those, it would need to be testing either via Market Replay or Realtime trading going forward.
-
You could check into this link here to learn how the vol trigger works - http://www.ninjatrader.com/support/h...top_orders.htm
The market's bid / ask volume are monitored here, via NinjaScript the OnMarketData() or GetCurrentBidVolume / GetCurrentAskVolume would be suitable methods.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment