- Search Metals Mine
-
yousername replied Sep 13, 2017//+------------------------------------------------------------------+ //| Learning stuff! | //| Copyright 2017, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property ...
MQL4 Programming
-
yousername replied Sep 13, 2017If I may, from 1 to 10, what will you give your self regarding your programming skill? Do you have any background in computer programming? Thanks

MQL4 Programming
-
yousername replied Sep 13, 2017I have to emphasize here that it is important to read through the documentation/API provided by MetaQuote or any programming language url << there you will find info about property url and url <<Event handling, there you will find start
MQL4 Programming
-
yousername replied Sep 13, 2017Sure buddy! Yeah we need to cover up some basic first before we go further. I really appreciate if you could start get your hand dirty. If you are in problem with your code, you can let me know so I can help you with the troubleshooting. Learn by ...
MQL4 Programming
-
yousername replied Sep 13, 2017No problem. There's nothing new under the sun.
Palpite - share indicators, teach, and learn
-
yousername replied Sep 13, 2017Wow, thanks man for recommending my thread in yours. I appreciate it!
Palpite - share indicators, teach, and learn
-
yousername replied Sep 13, 2017Well that's interesting. Perhaps could you help me how do you define trendlines, S/R? What's your method to draw those information?

Flexy Grid EA (Grid Trading)
-
yousername replied Sep 13, 2017I appreciate it if you could share your trading strategy here
Thanks in advance! 
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 13, 2017In the next video I will teach you about VARIABLE, and FUNCTION or METHOD Here you can have a head start: Variable url Method/function url Until now I have teach you the basic only. Those are the brick and mortar which you then can use to make ...
MQL4 Programming
-
yousername replied Sep 13, 2017In this video I teach you about For and While Loop operator. This is very important basic concept and most likely you will use this more often in all your indi/EA program. url url ...
MQL4 Programming
-
yousername replied Sep 13, 2017Here is a new thread where I teach coding with MQL4.
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 13, 2017I was thinking to have a hide/show for those group buttons. We'll see, update will come but won't come soon. I'll keep that in mind for the next update.
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 13, 2017Just to add more detail to the video if(candleClose<sma){//Downtrend condition Print("downtrend"); } else if(candleClose>sma){//Uptrend condition Print("uptrend"); } For more info about the If Else Condition Operator, please read this nice MQL4 ...
MQL4 Programming
-
yousername replied Sep 13, 2017In this video I try to implement bits of particular trading strategy from here url . The strategy is related to Simple Moving Average and Candle price. In this video I also show you how to make an if else condition statement in order to define a ...
MQL4 Programming
-
yousername replied Sep 12, 2017In this 2nd video I introduce you to EVENT HANDLING FUNCTIONS (important and Mql4 basic) url //+------------------------------------------------------------------+ //| tutorial1.mq4 | //| Copyright 2017, MetaQuotes Software Corp. | //| ...
MQL4 Programming
-
yousername replied Sep 12, 2017url Below is the code I use in the video Please play around with the code, try out the indicator library provided in the MQL4 doc reference website url //+------------------------------------------------------------------+ //| tutorial1.mq4 | ...
MQL4 Programming
-
MQL4 Programming
Started Sep 12, 2017|Platform Tech|165 replies
In this thread, I will teach you how to code or do some programming. I will use MQL4 for the ...
-
yousername replied Sep 12, 2017In the next post I will teach you guys how to code an indicator that provide the buy/sell signal which you can use to feed into FG's parameter. I will make a youtube video for it.
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 12, 2017Almost forgot in the ZigCharm there's a music score that uses Keltner Channel. You need to download the indi attached and put it into your MT4 indi folder. Then you will be able to use the Keltner Channel music score image Notice the Tempo is set ...
Flexy Grid EA (Grid Trading)