Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using Candlestick volume to trigger entry in NT7 Strategy Wizard

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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,

    Code:
    if(VOL()[0]>VOL()[1]*2)
    {
    EnterLong();
    }
    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by AttiM, 02-14-2024, 05:20 PM
    12 responses
    213 views
    0 likes
    Last Post DrakeiJosh  
    Started by cre8able, 02-11-2023, 05:43 PM
    3 responses
    237 views
    0 likes
    Last Post rhubear
    by rhubear
     
    Started by frslvr, 04-11-2024, 07:26 AM
    8 responses
    117 views
    1 like
    Last Post NinjaTrader_BrandonH  
    Started by stafe, 04-15-2024, 08:34 PM
    10 responses
    47 views
    0 likes
    Last Post stafe
    by stafe
     
    Started by rocketman7, Today, 09:41 AM
    3 responses
    12 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X