- Search Energy EXCH
-
RedLineFred replied Jun 5, 2013Not many books out there that I could find, but the one that did give me a good insight is: Expert Advisor Programming - Creating Automated Trading Systems in MQL for Metatrader, by Andrew R Young
I will code your EAs and Indicators for no charge
-
RedLineFred replied Jun 5, 2013Not sure why it doesn't work for you as I tried the same setting and all was ok. I can't really advise on the base indicator ( the Red Period Lines) as I only added to it and am not responsible for the base code, so not sure how it operates. You ...
I will code your EAs and Indicators for no charge
-
RedLineFred replied Jun 4, 2013Try this version, and see if it works for you.
I will code your EAs and Indicators for no charge
-
RedLineFred replied Jun 3, 2013try this. The orange line is where the open and previous close are the same
I will code your EAs and Indicators for no charge
-
RedLineFred replied Jun 3, 2013Fxx, will this do?
I will code your EAs and Indicators for no charge
-
RedLineFred replied Jun 2, 2013Hi Petrov, Send me a PM of your idea, and i will see if i can help. I am not interested in any payment, but would like to see how you make your trading decisions as this will assist me with mine. Fred
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 31, 2013Hope this works for you. Places one market order and then two sell/buy limit orders.
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 31, 2013Try this. If you want more than the two MAs just copy the section of code and change the name to 3 - also need to change the Y distance
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 30, 2013Hi S, Sorry for the delay but it proved a bit of a challenge. Try this and see how it goes. It back tests ok. Fred
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 29, 2013100% - good luck finding a solution. Server side is your best option, as this takes away the communications risk.
MQL4 - How to close 2 orders without delay?
-
RedLineFred replied May 29, 2013Pips, I think I figured it out. Try it and let me know if it works the way you wanted. Fred
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 29, 2013Hi Lingsbord, how did it go? Hope it's what you wanted. If so, I would be keen to understand how you use it in your trading, send me a PM if you are willing to share. Fred
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 29, 2013Hi mate, I haven't forgotten you, you're next on the list. I have had a few requests lately, so please stand by.
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 29, 2013Jumbo, Update attached. NormalExecution = true for normal or false for inverted. Keep in touch and let me know how it goes. Fred
Looking for a Hi Lo EA
-
RedLineFred replied May 29, 2013Try this and let me know how it goes. If you're happy with it, I would appreciate a PM outlining how you use it, which pair, timeframe etc. Fred
Looking for a Hi Lo EA
-
RedLineFred replied May 28, 2013Working on it, should be able to post it up in the next day or two
Looking for a Hi Lo EA
-
RedLineFred replied May 28, 2013yes before expert initialization. It will only reset when you either reload the EA or have a section of code that resets once the trade is done - you have control, so restet when you are ready.
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 28, 2013bool FirstTimeInLoop = true; // put this in the variables section before init() if (NewBar() && FirstTimeInLoop ) // dont need == true as the compiler assumes it so { Close position function ? Open new position function ? FirstTimeInLoop = false; // ...
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 28, 2013An interesting problem, as the indi needs to keep a total of the trades per bar, but as you change the timeframe the bars that were on the same bar previously could now be on different bars. I'll keep looking for an answer but it might take a bit to ...
I will code your EAs and Indicators for no charge
-
RedLineFred replied May 26, 2013mmaker, Using your changecolor code, use that variable in the ObjectSetText definition as follows: bool ObjectSetText(string name, string text, int font_size, string font=NULL, changecolor) where string changecolor = "Red" in one case or string ...
I will code your EAs and Indicators for no charge