Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can anyone turn these into a NT indicator?

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

    Can anyone turn these into a NT indicator?

    Hi the code from these is in C something but its for MetaTrader4 from Metaquotes Software.It is similar code it looks like to NT I just don't know how to make it into a NT indicator.
    One indicator is Heiken Ashi Smoothed and the other is Signal Line.
    I put 2 pics and 2 text files with the code.
    If someone could make them into NT indicators it would be good.
    Attached Files

    #2
    I asked a similar question - no reply so far.




    Comment


      #3
      Not sure I follow. How are either of these different to ModHeikenAshi?

      Comment


        #4
        Originally posted by Gumphrie View Post
        Not sure I follow. How are either of these different to ModHeikenAshi?
        Well the lower pane of the attached image in this thread shows a modified HA (smoothed HA type indicator) shown "smoothed" (which we are trying to get this capability as an indicator for NT6.5). Also this smothed indicator is shown as an overlayed indicator ON TOP of price...so smoothed and overlayed as a stand alone indicator that can be added to a pane which also has regular price candles/bars. Make more sense?

        Comment


          #5
          Originally posted by Gumphrie View Post
          Not sure I follow. How are either of these different to ModHeikenAshi?
          These ones color based on Moving averages not on high low close etc.

          extern int MaMetod = 2;
          extern int MaPeriod = 6;
          extern int MaMetod2 = 3;
          extern int MaPeriod2 = 2;

          extern int period=15;
          extern int method=3; // MODE_SMA
          extern int price=0; // PRICE_CLOSE
          I cant get ModHA to compile has to many errors.
          When I go to, file, utilities, import ninja script, it gives me this.
          You have custom ninja script files on your pc that have programming errors.
          These errors must be resolved before you can import a nonja script archive file.
          Last edited by Mike_32; 01-28-2008, 03:28 PM.

          Comment


            #6
            Originally posted by Fulcrum View Post
            Well the lower pane of the attached image in this thread shows a modified HA (smoothed HA type indicator) shown "smoothed" (which we are trying to get this capability as an indicator for NT6.5). Also this smothed indicator is shown as an overlayed indicator ON TOP of price...so smoothed and overlayed as a stand alone indicator that can be added to a pane which also has regular price candles/bars. Make more sense?
            But the actual 'smooth' is the same isn't it? Its just the plotting method...

            Comment


              #7
              Originally posted by Mike_32 View Post
              These ones color based on Moving averages not on high low close etc.

              extern int MaMetod = 2;
              extern int MaPeriod = 6;
              extern int MaMetod2 = 3;
              extern int MaPeriod2 = 2;

              extern int period=15;
              extern int method=3; // MODE_SMA
              extern int price=0; // PRICE_CLOSE
              I cant get ModHA to compile has to many errors.
              When I go to, file, utilities, import ninja script, it gives me this.
              You have custom ninja script files on your pc that have programming errors.
              These errors must be resolved before you can import a nonja script archive file.

              If you add the .cs file in manually to the indicators directory and try to compile what errors do you get?

              Comment


                #8
                I fixed all that ok here is the difference in ModHA and HASmoothed.

                Comment


                  #9
                  I cant get ModHA to compile has to many errors.

                  I don't understand. I have been using Gumphrie's ModHA since he posted and it works fine.

                  These ones color based on Moving averages not on high low close etc.

                  I can also see some value in the smoothed indicators you are inquiring about. Very interesting!

                  Comment


                    #10
                    Have to import other peoples indicators straight from zipfile's cannot go to tools, edit ninja script, indicator and select the unzipped file then compile.
                    If I have any other corrupt things in directory it wont let me import anything.
                    But anyway thats the difference in ModHA and HASmoothed they are almost the same but smoothed gives less signals.

                    Comment


                      #11
                      So we do have a HASmoothed indicator now for NT6.5 that looks like the very last chart image you posted...with the HASmoothed overlayed onto price?

                      What file?

                      Comment


                        #12
                        Smoothed HA..

                        Naww. Fulcrum.. if a truly smoothed HA exists for NT 6.5 or otherwise, I have never seen any evidence of it. Now I don't really know if the metatrader versions are smoothed with a 3 period T3 or KAMA or whatever, but I haven't seen any HA here that performs close to that.

                        Perhaps one of the outstanding coders here who is not already swamped with our incessant indicator requests will look upon it as a challenge and have a go at producing one.

                        Happy Trading...

                        Comment


                          #13
                          I know I would use a smoothed one if someone made it!!

                          Comment


                            #14
                            Originally posted by zelli View Post
                            I know I would use a smoothed one if someone made it!!
                            I had a quote from some wackjob to code this into NT format he wanted $1500 Some people must think all are noobs.

                            Comment


                              #15
                              Originally posted by Mike_32 View Post
                              I had a quote from some wackjob to code this into NT format he wanted $1500 Some people must think all are noobs.
                              Well, I really want to get my hands on this indicator so if it takes paying someone to do it I would..but not for $1500 ... that is excessive imo. If someone has this for NT6.5 let me know (with the capability to "adjust" the smoothed period parameter), as I am VERY interested to get this added to NT6.5 for my use (and I am willing to pay a lower amount for the programming work...give me a number).......Thanks!

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by RubenCazorla, 08-30-2022, 06:36 AM
                              3 responses
                              77 views
                              0 likes
                              Last Post PaulMohn  
                              Started by f.saeidi, Yesterday, 12:14 PM
                              9 responses
                              23 views
                              0 likes
                              Last Post f.saeidi  
                              Started by Tim-c, Today, 03:54 AM
                              0 responses
                              3 views
                              0 likes
                              Last Post Tim-c
                              by Tim-c
                               
                              Started by FrancisMorro, Today, 03:24 AM
                              0 responses
                              4 views
                              0 likes
                              Last Post FrancisMorro  
                              Started by Segwin, 05-07-2018, 02:15 PM
                              10 responses
                              1,772 views
                              0 likes
                              Last Post Leafcutter  
                              Working...
                              X