Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Placing orders in a different Data Series.

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

    Placing orders in a different Data Series.

    Hi,

    My Strategy is set to evaluate 'On bar close'. I've added a 1 tick data Series to this strategy, for accuracy during Playback.

    Is it possible to use this tick series to place all orders, manage stops, especially (once I can figure it out) trailing stops? In other words, is it possible to evaluate conditions at the close of each bar of the main data series, but place the orders on tick series? Can this be done using Strategy Builder?

    I have a feeling this will involve unlocking the code and changing ninjascript. Still, I would appreciate the pointers. Thanks!

    RK

    #2
    Hi RK, thanks for posting. It would require the script to be unlocked because you need to be able to run code within a condition block when BarsInProgress == 1 (0 is the primary series and 1 is the second series). The strategy builder will only run code when BarsInProgress == 0. We have an example here that shows how you can separate OnBarClose logic from OnEachTick logic by using the IsFirstTickOfBar property:



    Kind regards,
    -ChrisL
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by cre8able, Yesterday, 01:16 PM
    3 responses
    11 views
    0 likes
    Last Post cre8able  
    Started by ChartTourist, Today, 08:22 AM
    0 responses
    6 views
    0 likes
    Last Post ChartTourist  
    Started by LiamTwine, Today, 08:10 AM
    0 responses
    2 views
    0 likes
    Last Post LiamTwine  
    Started by Balage0922, Today, 07:38 AM
    0 responses
    5 views
    0 likes
    Last Post Balage0922  
    Started by JoMoon2024, Today, 06:56 AM
    0 responses
    6 views
    0 likes
    Last Post JoMoon2024  
    Working...
    X