Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AscTrend ?

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

    AscTrend ?

    Is their an AscTrend type indicator for Ninja?

    Anyone use KwikPop on Ninja?


    #2
    None released that I am aware of.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Easctrend

      Easctrend is available for free for metatrader:

      Discussion topics about algorithmic trading - development of automated trading systems and trading robots


      To reproduce it in Ninjatrader i would look at the ATRTrailing indicator...

      But maybe a talented programmer could port all the easctrend indicators from metatrader code to ninjatrader code...

      Comment


        #4
        Anybody able to translate the metatrader script of Asctrend. Thx

        Comment


          #5
          Easctrend is same or different from Asctrend?

          Comment


            #6
            they are the same

            Comment


              #7
              What does asctrend use to give out signal? or what formula?

              Comment


                #8
                Hi,
                AscTrend can generate very stong signal with CCI and Fisherkuskus, so anyone can write the program for NT can be vey helpful. The code on MT4 patform is:

                //+------------------------------------------------------------------+//| super-signals.mq4 |//| Copyright © 2006, Nick Bilak, beluck[AT]gmail.com |//+------------------------------------------------------------------+#property copyright "Copyright © 2006, Nick Bilak"#property link "http://www.forex-tsd.com/" #property indicator_chart_window#property indicator_buffers 2#property indicator_color1 Red#property indicator_width1 2#property indicator_color2 Lime#property indicator_width2 2static int prevtime=0;extern int SignalGap = 4;double gd_224 = 0.0;int dist=24;double b1[];double b2[]; int init() { SetIndexStyle(0,DRAW_ARROW,STYLE_SOLID,1); SetIndexStyle(1,DRAW_ARROW,STYLE_SOLID,1); SetIndexArrow(1,233); SetIndexArrow(0,234); SetIndexBuffer(0,b1); SetIndexBuffer(1,b2); return(0);}int start() { if (Time[0]==prevtime) return(0); prevtime=Time[0]; int counted_bars=IndicatorCounted(); int k,i,j,limit,hhb,llb; if (counted_bars<0) return(-1); if (counted_bars>0) counted_bars--; limit=Bars-1; if(counted_bars>=1) limit=Bars-counted_bars-1; if (limit<0) limit=0; for (i=limit;i>=0;i--) { hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2); llb = Lowest(NULL,0,MODE_LOW,dist,i-dist/2); if (i==hhb) {b1[i]=High[hhb]+SignalGap*Point; // Alert("Super Signal SELL"); } if (i==llb) b2[i]=Low[llb]-SignalGap*Point; } return(0);}

                Comment


                  #9
                  indicators

                  please let me know if you find these indicators helpful
                  i think they are close to the original ones

                  please post examples of successful trades if you like the indicators
                  Attached Files

                  Comment


                    #10
                    that's great to have Asctrend in Ninza...but how do we import those...please help.

                    Comment


                      #11
                      Hello,

                      Those files will need to be saved to your indicator folder within NT. However it always best to post zip files then use the File>Utilities>Import feature so that files go where they are supposed to and NT doesn't get unwanted errors.

                      Maybe tradereight could go to File>Utilities>Export and post the zip files.
                      DenNinjaTrader Customer Service

                      Comment


                        #12
                        Thank you VERY much for this!

                        Forex-TSD is the best place on the planet for indicators/systems in my opinion.

                        I recommend everyone go there, find some great indicators, convert them to NT and come back.

                        Anything done by Igorad is guaranteed to be brilliant.

                        Comment


                          #13
                          Tradereight ,
                          Many thanks for your help, but i could't open and run your second attachment in the indicators list. please look at the following link; the indicator should look like this : http://codebase.mql4.com/4148
                          Thanks again
                          Mark

                          Comment


                            #14
                            Hello,

                            This is because it was not posted as a zip file. You will need to save these files in your indicator folder within NinjaTrader 6.5>bin>Custom.
                            DenNinjaTrader Customer Service

                            Comment


                              #15
                              Its actually because I don't think this indicator shows arrows. It would be nice to have this functionality coded in, but its not too difficult to see the entries and exits manually.

                              As far as I know the up or down arrows are on bars when the stop indicator and the trend indicator have both changed.

                              There's plenty of examples on the original site:
                              Stocks & Commodities Awards since 1994, AbleSys trading software provides specific market direction, key support/resistance levels, buy/sell and stop signals for any market including stocks, futures, e-mini, etc.


                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by gentlebenthebear, Today, 01:30 AM
                              0 responses
                              1 view
                              0 likes
                              Last Post gentlebenthebear  
                              Started by samish18, Yesterday, 08:31 AM
                              2 responses
                              8 views
                              0 likes
                              Last Post elirion
                              by elirion
                               
                              Started by Mestor, 03-10-2023, 01:50 AM
                              16 responses
                              389 views
                              0 likes
                              Last Post z.franck  
                              Started by rtwave, 04-12-2024, 09:30 AM
                              4 responses
                              31 views
                              0 likes
                              Last Post rtwave
                              by rtwave
                               
                              Started by yertle, Yesterday, 08:38 AM
                              7 responses
                              29 views
                              0 likes
                              Last Post yertle
                              by yertle
                               
                              Working...
                              X