- Search Metals Mine
- hanzov replied Oct 7, 2015
Hmmm.. what means "the tradinglogic should be far away from MT4"? Are u speaking about physical placement of the DLLs? U have put the first DLL into predefined directory inside MT4 directory. Second DLL could be outside MT4 root. The whole code is ...
EA outside of MT4
- hanzov replied Oct 5, 2015
I agree with you. Backtest data are very strange, not corresponds to selected time periods.
Is optimization reliable?
- hanzov replied Oct 5, 2015
Sorry, what means -> Own Programm with Tradinglogics. DLL should realize your trading logics
EA outside of MT4
- hanzov replied Oct 4, 2015
To create universal bridge, necessary to take into account all(or qualified majority) of connectors and manage all changes in the future. This is field of the activity for specialized company.. MT4 Server uses FIX to open orders, so direct ...
How do I enable my MT4 EA to trade using a FIX API?
- hanzov replied Oct 2, 2015
U have export FIXAPI work into separate DLL, written in C++/Qt/ But use FIX API depends on concrete realization of the APi and this is a very serious work, you need qualified progranner. FIX API is a universal standard and there are different ...
How do I enable my MT4 EA to trade using a FIX API?
- hanzov replied Sep 19, 2015
in the simplest form, you have check if (Bid>=1.5) { TRADE } It doesnot work in your case?
Bid Ask experts?
- hanzov replied Sep 19, 2015
The same I have. Netaquotes simply deleted my question from their forum. The problem is looking like illegal instruction , but what is solution..?
My MT4 platform is Having a Problem - Crashing PC
- hanzov replied Sep 13, 2015
Help, it means code EA for you? But there are similar EAs, and dont expect so much from this scheme. Coding this EA results in a lot of work for free)
(binned per thread starter’s request) EA request
- hanzov replied Sep 13, 2015
It is simple. You have scan orders. If you found market order (OP_BUY or OP_SELL) , start closing all pending orders. Also prevent opening new pending orders when your market order is active one.
EA search: delete pending orders, max 1 trade at a time
- hanzov replied Sep 7, 2015
P.s. Near half of the testing period EA stopped to open close orders, and zigzag in the end corresponds to forceable close-up of the orders , as testing period finished.
Grid EA - Need Help to Make It More Beneficial
- hanzov replied Sep 7, 2015
I just backtested this EA, as is. For USDCHF & USDJPY. Look graph. These results correspond to your ones?
Grid EA - Need Help to Make It More Beneficial
- hanzov replied Sep 5, 2015
"deal with lots sizes so that losing trade is covered " looking like martingale game) This EA (as you described) should be a really simple code. Do you have it already? It is possible modify this strategy and close order after changing market. F.e. ...
Can someone code this hedging EA?
-
MT4 crashes
Started Sep 4, 2015|Platform Tech|0 repliesJust now all MT4 installations on my computer are crashing and result in computer forced ...
- hanzov replied Mar 4, 2015
Things became more interesting. I did not see similar results before. The main question, how historical data correlates with real... Rather, not concrete prices, but tendencies. Simple speaking, has testing result the real value or not.
share your opinions about these results?
- hanzov replied Mar 3, 2015
I am really missed with testing results. I have tested EA for usdchf and usdjpy pairs on historical data. Starting from 01-01-2014, 01-04-2014, 01-07-2014 up to today ( 03-03-2015) I have three absolutely different results. How I can make any ...
share your opinions about these results?
- hanzov replied Feb 26, 2015
I have obtain results during 1 year, or stop it. I have not resources for life for next 5 years' expectation :-)
share your opinions about these results?
- hanzov replied Feb 25, 2015
I agree with you. More than results are depending on starting date. Look two examples . In my case, I see the perfect results starting from 2013-10-01 and total catastrophe for 2014-03-1 starting date. I have expected differences, it is not a linear ...
share your opinions about these results?
- hanzov replied Feb 25, 2015
No< I dont think it is ready to the real world still
share your opinions about these results?
- hanzov replied Feb 24, 2015
Thanks, imifx, for your opinion. I continue to work on this EA and testing results are similar, although different for various pairs. It is natural thing. But what is important for me: 1. How relevant and predictable behaviour of the EA in the ...
share your opinions about these results?
-
share your opinions about these results?
Started Feb 1, 2015|Platform Tech|11 repliesHello folk Can I ask you to share your opinions about these results? There are the standard ...