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

Estrategia con diferentes marcos de tiempo

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

    Estrategia con diferentes marcos de tiempo

    Hola!
    Estoy preparando una estrategia y me gustaría saber si es posible incluir, en una misma estrategia, condiciones con marcos temporales distintos.
    Por ejemplo, poner como setup que si la EMA(15) en barras diarias es con pendiente negativa y la EMA(15) en barras de 3min también es negativa entonces abro corto.
    Algo así es posible?
    Gracias!

    #2
    Hello deividfor,

    Thanks for your post.

    Yes, it is possible for a strategy to reference and use multiple time frames and or other instruments.
    You would need to add a dataseries to your Ninjascript using the method AddDataSeries(), please see the helpguide here: https://ninjatrader.com/support/help...dataseries.htm

    Creating a multi-time frame or multi-series script will require changes to how you code your script in order for your code to reference the data correctly, for example to reference the Close value of the current bar of the first added data series you would use Closes[1][0], to reference the Low of the current bar of the chart bars you would use Lows[0][0].

    To program a multi-time frame/series script correctly, please make sure you review the helpguide section here: https://ninjatrader.com/support/help...nstruments.htm
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mongo, Today, 11:05 AM
    0 responses
    1 view
    0 likes
    Last Post Mongo
    by Mongo
     
    Started by Tim-c, Today, 10:58 AM
    0 responses
    1 view
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by traderqz, Yesterday, 09:06 AM
    3 responses
    21 views
    0 likes
    Last Post NinjaTrader_ThomasC  
    Started by f.saeidi, Today, 10:19 AM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by kujista, Today, 06:23 AM
    5 responses
    18 views
    0 likes
    Last Post kujista
    by kujista
     
    Working...
    X