Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

dual timeframes

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

    dual timeframes

    Is it possible to create an automated system that enters the market long if a faster EMA crosses a slower EMA on a lower timeframe ONLY IF the stochastic is rising and not overbought on a higher timeframe . I need it to enter the market , place a stop below the entry bar , scale out multi contracts and exit when the two EMA's on the lower timeframe cross against my position ( and vice versa for a short trade ).

    Any guidance and assistance is appreciated .

    #2
    Hi starrynight,
    Unfortunately this is not possible in the wizard, but you can realize this with custom NinjaScript programming. This link shows you more - http://www.ninjatrader-support.com/H...struments.html

    You might also be interested in this reference sample - http://www.ninjatrader-support2.com/...ead.php?t=5787
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thanks Bertrand

      Thanks for the help Bertrand , I got this far and cant figure out what its asking me for -


      {region Properties ;
      [Category(
      "Parameters")];
      publicint MyInput0;

      get { return myInput0; }
      set { myInput0 = Math.Max(1, value);
      }}}}
      #endregion


      Comment


        #4
        Hi, not sure from that snippet, this defines one of your custom inputs....we have a reference sample for those here - http://www.ninjatrader-support2.com/...ead.php?t=5782
        BertrandNinjaTrader Customer Service

        Comment


          #5
          thanks Bertrand

          That helps , I'll keep trying . The help guide is pretty extensive with instructions too .

          Do you know if the introduction to Ninjascript strategy development session is scheduled soon ? are there any videos or recorded sessions I can access ? That would be a big help , thanks .

          Comment


            #6
            There is one scheduled on 12/23 @ 5:30 PM EST - http://www.ninjatrader.com/webnew/tr...ine_events.htm

            Although this is more about the Strategy wizard...

            Maybe you wait a bit with the dual timeframe ideas and start with some basic indicators and those tutorials here - http://www.ninjatrader-support.com/H...verview18.html
            BertrandNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Segwin, 05-07-2018, 02:15 PM
            14 responses
            1,789 views
            0 likes
            Last Post aligator  
            Started by Jimmyk, 01-26-2018, 05:19 AM
            6 responses
            837 views
            0 likes
            Last Post emuns
            by emuns
             
            Started by jxs_xrj, 01-12-2020, 09:49 AM
            6 responses
            3,293 views
            1 like
            Last Post jgualdronc  
            Started by Touch-Ups, Today, 10:36 AM
            0 responses
            13 views
            0 likes
            Last Post Touch-Ups  
            Started by geddyisodin, 04-25-2024, 05:20 AM
            11 responses
            63 views
            0 likes
            Last Post halgo_boulder  
            Working...
            X