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

  • NinjaTrader_PaulH
    replied
    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

    Leave a comment:


  • deividfor
    started a topic Estrategia con diferentes marcos de tiempo

    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!

Latest Posts

Collapse

Topics Statistics Last Post
Started by bortz, 11-06-2023, 08:04 AM
47 responses
1,609 views
0 likes
Last Post aligator  
Started by jaybedreamin, Today, 05:56 PM
0 responses
9 views
0 likes
Last Post jaybedreamin  
Started by DJ888, 04-16-2024, 06:09 PM
6 responses
19 views
0 likes
Last Post DJ888
by DJ888
 
Started by Jon17, Today, 04:33 PM
0 responses
6 views
0 likes
Last Post Jon17
by Jon17
 
Started by Javierw.ok, Today, 04:12 PM
0 responses
16 views
0 likes
Last Post Javierw.ok  
Working...
X