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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
50 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
16 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment