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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
60 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
148 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
284 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment