Forum Replies Created

Viewing 25 posts - 1 through 25 (of 68 total)
  • Author
    Posts
  • in reply to: Q & A For MQ4 Coding Newbies #10111
    scissors
    Participant

      This reply has been reported for inappropriate content.

      http://www.amazon.com/Expert-Advisor-Programming-Automated-MetaTrader/dp/0982645902 Getting it today Smallcat. Thank for all your help!!!

      Manage to find this book in my local library, and I must say I am hooked on this book right from the introduction page! Thanks for the recommendation. Also if any traders have good books to introduce to me, please feel free to post and share the titles here, thanks all for the recommendation :)

      in reply to: Q & A For MQ4 Coding Newbies #10000
      scissors
      Participant

        This reply has been reported for inappropriate content.

        Hi all,

        Thanks for the contributions here, appreciate it and I learn new things everyday with this forum!!

        I am a slow learner with limited time, but may ask basic questions on mt4 coding and hope you all don’t mind.

        Anyway I just found out that we can download and see the mql4 textbook by Sergey at our freetime without online, I have attached the link here

        http://forum.mql4.com/12929

        Scissors

        • This reply was modified 10 years, 4 months ago by scissors.
        in reply to: Q & A For MQ4 Coding Newbies #9566
        scissors
        Participant

          This reply has been reported for inappropriate content.

          Maybe I will start the ball rolling, I have some experience if C++ in high school, but as years went by my job does not need that kind of skill, thus never practise it till fx trading require me to seriously look into programming again.

          I am a ex4 users most of the time as mq4 coding need time to digest on the head-body-tail structure coding. Every coders have their own way of writing, so it will be quite tough to understand too.

          So my suggestion is that if you really want to learn as a basic coder for a start, you will need to have a preferred trading system in your mind before starting to code something.

          For example, I would like to have a system that allow me to input a buy/sell trade when ema100 cross upward/downward ema200 in TF 1H. And release the trade when vice versa condition appear. Within this system, we would have initial conditon, executional body, and ending strategy to form a structure.

          The above was how it will be taught in my hugh school, just for sharing purpose. My maths is not that great but still manageable.

          I am now crunching on Sergey’s stuff, seems alot to learn buy i think it worth it. As a father of 3 kids, I really need to plan my time well for self learning  :wacko:

          Scissors

          in reply to: Q & A For MQ4 Coding Newbies #9565
          scissors
          Participant

            This reply has been reported for inappropriate content.

            Subscribed!! Thanks Simplex for creating this thread :)

             

            Scissors

            in reply to: Filtering by Volume #9564
            scissors
            Participant

              Omg thanks everyone for the help and hope more penguin can join the thread for learning :)

              in reply to: Filtering by Volume #9540
              scissors
              Participant

                Hi all, always wanted to learn mt4 coding but do not know where to start. Have learnt c++ before in high school so know some basic structure of mt4, but still like to learn from the start.

                It would be appreciated if the good and average coders can start a thread with given practical tutorials and solution to crash course the fellow penguins, so that we have more basic trained coders to help code the ideas by the experts.

                Just some comments,  if effort is too great we can simply ignore this comment :)

                Scissors

                in reply to: MTH – Star Skull and Smiley Indicator (lite version) #9135
                scissors
                Participant

                  Haha sorry credits to BlackStack! Weekend head still not waking up to work yet :p

                  in reply to: MTH – Star Skull and Smiley Indicator (lite version) #9132
                  scissors
                  Participant

                    I think e3 has quite a good explanation before, you might want to reference to this for your testing of SSS indicator. Just remember that it will repaint and the symbols will disappear. To have high probability, use it to trade in Daily TF imo.

                    If anyone has an explanation of the meaning of the smiley, skull and stars I would like that information as well. Thanks in advance.

                    The star shows the direction for the next bar. The skull shows the direction for the current bar. When they are on top means that it should go down, and visa versa. I’m not using the smiley, but I think it shows a higher high and a lower low. Possibly those points may be returned to at some point in the future (maybe years away).

                     

                    in reply to: MTH – Star Skull and Smiley Indicator (lite version) #9098
                    scissors
                    Participant

                      Hi all,

                      For those who really want to know how skull star indicator came about, you can see from the link below. The revoking saga started from page 88 (so can ignore that), but it really bring back memories on how Master Kiads have taught us his goodies during that period of time. I am really glad I am still onboard his ship here, thanks once again Kiads for your guidance.

                      http://www.forexfactory.com/showthread.php?p=7915900

                      Scissors

                      in reply to: MTH – Star Skull and Smiley Indicator (lite version) #8951
                      scissors
                      Participant

                        Thanks alot Fast!! :)

                        in reply to: MTH – Star Skull and Smiley Indicator (lite version) #8945
                        scissors
                        Participant

                          Thanks Edin, i will try it when i am on my pc. :)

                          in reply to: MTH – Star Skull and Smiley Indicator (lite version) #8942
                          scissors
                          Participant

                            It really make a different as my EU graph is really different from MTH’s. By the way how do we check our broker is starting from GMT 0?

                            in reply to: MTH – Star Skull and Smiley Indicator (lite version) #8824
                            scissors
                            Participant

                              Thanks bro once again for your wonderful gift :)

                              in reply to: MTH Renko Builder Indicator #8811
                              scissors
                              Participant

                                Oh dear, hope everything is well and sound for you. Think penguins deeply miss your presence here too. May good health and green pips be with you always.

                                in reply to: MTH Renko Builder Indicator #7961
                                scissors
                                Participant

                                  Take care and I have liked the post. Not easy to be father as I am also a father. To give kids our fullest support is our greatest presents to them :)

                                  in reply to: NFP – amusement #7785
                                  scissors
                                  Participant

                                    That is what I am seeing the same in the past! Thanks for verifying, I have the same sentiment :)

                                    scissors
                                    Participant

                                      Thanks Saver, GG and all for the work done here, I truely appreciate it. Coming from the era of TZ is not easy, so I hope we can still learn more stuffs from each other.

                                      By the way, I have finally step into KZ thread in FF and read up to 10 pages. Till that point is good enough to make a judgement call whether to continue or not. The answer is yes.

                                      I hope some point of time, a KZ related thread will be started for us to learn again.  Green pips to all.

                                      scissors
                                      Participant

                                        Hi

                                        Currently using the following to take trend

                                        1) use TZ in day time frame (h is 21) for general trend recognition

                                        2) use crossing double moving average to in TF M15 to take the trade in general direction

                                        Just for sharing purpose :good:

                                        Scissors

                                        scissors
                                        Participant

                                          Hi Saver,

                                          Really thanks for the inspiring explanation and I need that as a reference guide for me, because I am also been trading without SL for a few months already. Same as you have been deriving a trading system of my own. Currently I am a day trader, I will spot the trend and input trades for major pairs and TP of 20pips each pair. If accuracy is there, you can easily double the account by one month.

                                          Scissors

                                          in reply to: MTH – OHLC MTF Moving Average #6764
                                          scissors
                                          Participant

                                            This reply has been reported for inappropriate content.

                                            Hi all,

                                            I would really like to thanks KIADS for this wonderful indicator, enjoying consistent profit from this indicator. I am still working hard to pickup more important pattern for trades. Some of the pattern can be as follow when at the start of the day trend

                                            1) is the day step up or down?

                                            2) is the h4 step above/in line/ below red step?

                                            3) at the middle of the day the day line will meet up with h4 step, which step is day step in line with? 1st 2nd 3rd 4th 5th or 6th?

                                            4) couple with he 7lines indicator, big spike on which 6 h4 steps?

                                            I cant give a direct answer as I do not want to mislead anyone yet, but above 4 conditions form my base to put in trades and tp at the end of the day ( with some drawdowns of course).

                                            Good trades to everyone!!

                                            Scissors :good:

                                            in reply to: Currency Strength/Power/Value Indicator #6699
                                            scissors
                                            Participant

                                              Hi,

                                              I presume what Arthur said about tweaking option of <24 is respective to what TF you are looking at when scalping. I did the following:

                                              1) Looking at TF15 only

                                              2) Off all colors except first one

                                              3) Set Level 2 and 8

                                              4) Set TF15 option to be 20 fastest bars

                                              5) the rest remain unchange

                                              Arthur correct me if I am wrong, thanks.

                                              Scissors

                                              Attachments:
                                              You must be logged in to view attached files.
                                              in reply to: Simple visual trading – KIS #6254
                                              scissors
                                              Participant

                                                Hi,

                                                Thanks for the useful advice, will look into it :)

                                                Scissors

                                                in reply to: Simple visual trading – KIS #6250
                                                scissors
                                                Participant

                                                  Hi Edington,

                                                  From what I see from my charts, ema50 seems to be magnetic line for PA, I looking mostly on TF15. Correct me if I am wrong.

                                                  By the way what are the setting for ema? You are using exponential and HL/2?

                                                  Thanks for the visual :-)

                                                  scissors

                                                  in reply to: MTH – OHLC MTF Moving Average #6224
                                                  scissors
                                                  Participant

                                                    Thanks Kiads for the advice :)

                                                    Thanks Marty for the mq4. Will look into it :) :good:

                                                    in reply to: MTH – 7lines OHLC Moving Average Indicator #6223
                                                    scissors
                                                    Participant

                                                      Thanks alot Kiads, this will enhance to the previous OHLC MA indicator :)

                                                    Viewing 25 posts - 1 through 25 (of 68 total)
                                                    Scroll to Top