Announcement

Collapse
No announcement yet.

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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    53 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X