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 Balage0922, Today, 07:38 AM
            0 responses
            3 views
            0 likes
            Last Post Balage0922  
            Started by JoMoon2024, Today, 06:56 AM
            0 responses
            6 views
            0 likes
            Last Post JoMoon2024  
            Started by Haiasi, 04-25-2024, 06:53 PM
            2 responses
            19 views
            0 likes
            Last Post Massinisa  
            Started by Creamers, Today, 05:32 AM
            0 responses
            6 views
            0 likes
            Last Post Creamers  
            Started by Segwin, 05-07-2018, 02:15 PM
            12 responses
            1,786 views
            0 likes
            Last Post Leafcutter  
            Working...
            X