- Search Energy EXCH
- 37 Results (1 Threads, 36 Replies)
-
xtractalpha replied Aug 25, 2015Could you please upload the mql4 file?
I will code your EAs and Indicators for no charge
-
xtractalpha replied Aug 18, 2015Could you please tell me where I should change the write permissions? I've already edited the folder permission and the permissions of the metaeditor and terminal. I'm not getting the error anymore, but when I compile an EA it compiles fine. But ...
MetaEditor: EX4 write error
-
xtractalpha replied Aug 17, 2015I've more than enough disk space. image
MetaEditor: EX4 write error
-
MetaEditor: EX4 write error
Started Aug 16, 2015|Platform Tech|6 replies
Hello traders, Last week I've installed Windows 10 (64 bit) on my trading computer. Since that ...
-
xtractalpha replied Aug 15, 2015Hi Hayseed, I really appreciate your explanation! I have never thought about this way to control an Expert Advisor. I will use your code on my Expert Advisors, this way it saves me a lot time (and probably money). Normally I had to open Teamviewer ...
Best Way to set up EA Trading at Home
-
xtractalpha replied Aug 13, 2015Hi Hayseed, Could you explain this further or share a link with the explanation? I'm really interested how you are doing this, because currently when I want to control my EA when I'm not at home I have use TeamViewer to control my EA's. Which costs ...
Best Way to set up EA Trading at Home
-
xtractalpha replied Aug 3, 2015This could be the problem. ctrl-o, Allow live trading. url
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jul 25, 2015Hi, I can program your request... Can you please tell me which indicator line you want to use to calculate the slope? (Base line, +DI line, -DI line) Thanks,
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jul 24, 2015Here you go! file file
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jul 24, 2015Here you go! I made the indicator working again. But I was not sure if you meant push notifications for on your phone or just alerts on MT4. If you meant mobile push notifications I will add it to the indicator. xtractalpha file
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jul 21, 2015That's good to hear.If you have more programming work, just send me a message.
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jul 21, 2015This is what you need! Good luck file
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jul 21, 2015Here you go! Good luck! file
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jul 21, 2015This will do the job. XtractAlpha file
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jun 29, 2015This is where I trade every morning from 4 GMT till 5 GMT... image
Show us your workstation!
-
xtractalpha replied Jun 4, 2015Thanks for your answer. The expert is making trades, but the lotsize isn't correct. I hope someone can tell me what is wrong. I've edit the code to this: extern int MaximumTrades = 10; extern double MartingaleAmount = 1.5; input double LotSize=0.1; ...
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jun 4, 2015RedLineFred, Thanks for your help. My lastTradeTicket() function isn't the problem, because it returns the correct trade ticket when I ask for it. Thanks, int lastTradeTicket(){ int ticket = -1; for(int i=OrdersHistoryTotal()-1; i>=0; i--){ ...
I will code your EAs and Indicators for no charge
-
xtractalpha replied Jun 3, 2015Could someone please help me with my LotsizeCalc() function. I would like to multiply my lotsize with the 'MartingaleAmount' if my last trade was a loser. If my last trade was a winner I would like to use the 'normal' lotsize. Unfortunately, when I ...
I will code your EAs and Indicators for no charge
-
xtractalpha replied May 25, 2015Hi, I have fixed it by myself. So, no help is needed anymore. See below how I coded the ATR TrailingStop double realsl(){ double stop; double savestop = NormalizeDouble((savesl*Point), Digits); double atr = iATR(Symbol(),TimeFrame,100,1); ...
I will code your EAs and Indicators for no charge