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 Rodriguez, 08-23-2023, 12:26 PM
            3 responses
            1,164 views
            0 likes
            Last Post clodoaldoemunah  
            Started by tkaboris, Today, 06:27 AM
            0 responses
            8 views
            0 likes
            Last Post tkaboris  
            Started by kevinenergy, Yesterday, 12:01 PM
            4 responses
            15 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by DawnTreader, 05-08-2024, 05:58 PM
            7 responses
            29 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by sgordet, Today, 05:24 AM
            0 responses
            10 views
            0 likes
            Last Post sgordet
            by sgordet
             
            Working...
            X