- Search Metals Mine
- hanzov replied Feb 1, 2016
There were discussions about orders copying. Look before in this thread/ But communication through webserver looking like simplest, cheapest and safe approach. It is possible to combine information on orders with other information on the web page ...
Sending Signals (NO Trade-Copier) from Platform to Platform
- hanzov replied Jan 29, 2016
I think the best way to communicate through web server, post and read messages. One MT4 is the poster, and others are readers.
Sending Signals (NO Trade-Copier) from Platform to Platform
-
inconsistent backtest data
Started Jan 14, 2016|Platform Tech|0 repliesTrying to test EA in MT4, I see data gap , there is 2 monts! interval between entries. Of ...
- hanzov replied Jan 14, 2016
Hi, guys, is trading through emails is so popular, so much people asking for these system? I have not it, but I know, how to create it. In general, u dont need specific MT4 emails, possible to get emails from ur mailbox with pop protocol or from web ...
Auto trade from email signals in metatrader?
- hanzov replied Jan 13, 2016
Looking like, slopping is really important thing. Graphs for historical data, mart 2015 up today, USDJPY, 5min But still necessary more explorer work..for other symbols and downfalls.
ADX EA for testing
- hanzov replied Jan 11, 2016
Several reasons could exist. try GetLasterror(0 function anf look for error code explanation.
Help with EA not closing trades at tp
- hanzov replied Jan 11, 2016
May be I will get the better results with the positive slopping, but I am more afraid how explain strange behaviour in the end of the testing..
ADX EA for testing
- hanzov replied Jan 10, 2016
Hello, thanksfor advice, I tried it. Result a little better (appr. 10%) for USDJPY, but use $3 DI- >20 & DI+ <20 get a mixed effect ) Necessary more investigations. Now I have next results, USDJPY, GBPJPY, USDCAD on M% timeline. But what the hell ...
ADX EA for testing
- hanzov replied Jan 9, 2016
Having mql code, all is possible) It is necessary only replace send orders points with alarms.
EA reversed to be separate indicators
- hanzov replied Jan 8, 2016
No, impossible. DLL is produced from C-lamguage code, not mql. Right, mql is very-very simplified C, but there alot of constructions from C with no support in mql. I dont know tool to fo this job. In the best case, possible to create assembler code ...
Convert dll back to mql4
-
ADX EA for testing
Started Jan 6, 2016|Platform Tech|6 repliesI propose this EA for backtesting/ It is based on ADX crosses and opened positions management ...
- hanzov replied Jan 6, 2016
read it. url must be something more in journal. How functions you EA? Why you need graphic objects. They are natural in indicators, not EA. Do you sure is it indicator or EA?
Help compile my EA
- hanzov replied Jan 6, 2016
1. what you mean under "losing connection"? Slow data feed, no connection with servers? MT4 has own color indicator on the panel. 2/ Do you want : alert sound/text warning, or send information to other platform?
How to tell if MT4 loses its connection
- hanzov replied Jan 6, 2016
I think, it is possible to find mql code or DLL to create xml content.
How to write contents of variables to a CSV file?
- hanzov replied Jan 6, 2016
your EA compiles successfully, with warnings still. You use graphic objects in EA? But how you will work with 1600 lines of code without programming skills?
Help compile my EA
- hanzov replied Jan 3, 2016
MQL programing skills are still necessary, online builder foesnot produce perfect code for you. You still have to understand, change and modify code.
Help for my first EA
- hanzov replied Jan 3, 2016
Of course, you have put your code nside this function. but with your currrent code u will start orders with every tick. So you have put additional conditions to concretize when you want to open orders. The best way, get any simple customed EA ( from ...
Help for my first EA
- hanzov replied Jan 2, 2016
your EA opens 10 order immediately after loading. read about start() function. you nust use OnTick() handler or timer to ececute ordrrs continuously
Help for my first EA
- hanzov replied Jan 1, 2016
Ok, if it is finished test, no need in accEquity.
Looking for the best EA
- hanzov replied Dec 30, 2015
For 2. looking, you have create CSV content manually and write to file. F.e. I dont know the standard function to export data to CSV file.
How to write contents of variables to a CSV file?