I want to place an order when volume is at least double the volume of the prior candlestick.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Using Candlestick volume to trigger entry in NT7 Strategy Wizard
Collapse
X
-
Using Candlestick volume to trigger entry in NT7 Strategy Wizard
Does anybody know how to use candlestick volume to trigger an entry in NT7 strategy wizard?
I want to place an order when volume is at least double the volume of the prior candlestick.Tags: None
-
Hello Bertram195,
Thank you for your note.
You would not be able to apply a multiplier in the strategy wizard so you would not be able to build this condition using the wizard.
If you were to write this in the editor it would look like,
Please let us know if you need further assistance.Code:if(VOL()[0]>VOL()[1]*2) { EnterLong(); }Alan P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
89 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
92 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
70 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
87 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
64 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment