- Search Metals Mine
- hanzov replied Dec 1, 2015
I told you about other designs.. But how you are ready to treat orders opened by other EAs? If you close MT4 , it is not correct in relation to these orders. They are still alive and without any management could produce significant losses.
Shutting down MT4 on order close
- hanzov replied Nov 28, 2015
Hmm.. I dont know how toshut down MT4 from Ea itself. EAs ar not for this kind of work. I dont understand why you need this action, but I see 2 options: 1. You can stop all EAs , which are able to process tje flag value, fired in one of them. But ...
Shutting down MT4 on order close
- hanzov replied Nov 15, 2015
It is not problematic/ Scan the tray of orders, summarize profit and compare with desired value. If so. close all orders. Very easy.
Close all trades when profit of $20?
- hanzov replied Nov 12, 2015
Guys, just now I see how wide request to code EAs!! Is it really so important service? It means, not so much traders are familiar with coding?
free MT4 coding on expert advisors
- hanzov replied Oct 25, 2015
But not share mql file! Still, in decompiled version your expiry date easy to identify.
I need to add an expiry date to my Expert Advisor
- hanzov replied Oct 19, 2015
It is not so hard to code similar script. I can do it during one day. But problem that u will need changes and support to operate this script, necessary test it on many symbols to prevent errors during opening pending orders, put balance checkups, ...
multiple order script or EA
- hanzov replied Oct 19, 2015
In this case, you have learn programing or rent a programer for this work. No any other solution)
multiple order script or EA
- hanzov replied Oct 19, 2015
Ok create script which one: 1. open eur/usd buy at price 1.23000 puting sl at 1.2290 tp at 1.2330 after that, if order opened successfully 2. Putting buy limit orders.. Put the code inside one sctipt.
multiple order script or EA
- hanzov replied Oct 18, 2015
u want change tp/sl manually ( u get decision, when to do it) or automatically, under certain market conditions?
multiple order script or EA
- hanzov replied Oct 18, 2015
Of course, could be (and should be) inside one EA.. There are few scripts to open progresive pending orders - https://www.mql5.com/en/code/10832 It is possible to realize all functionality inside one script or EA(preferable). U have decide, do you ...
multiple order script or EA
- hanzov replied Oct 18, 2015
Ok, but I propose to describe and discuss your strategy before coding. Lookin like, you try to generate signal BUY/SELL as a result of comparison closes on the 1 hour interval. But your rule dont check the real behavior in the end of this interval...
Anyone can check this code pls?
- hanzov replied Oct 16, 2015
>>>instead of pending its just placing the trade at current price OP_BUY or OP_SELL instead of pending? but u have call PlaceOrder(OP_BUY, GetLotSize()); Rather this call executes instead of placement pending order. U have check the logic. And ur ...
Need help modifying script please
- hanzov replied Oct 16, 2015
I had deal with Dukascopy API, wrote app , but I dont know what is the current state of their environment today. How quickly and what do you want to code? Send me private message, if prefer.
mt4 to jforex java indicator conversion
- hanzov replied Oct 16, 2015
hmm.. Hour() is a time function, Close[] contains close prices. How you compare time and prices and which result u expect?? if((Close[60]<Hour())&&(Close[30]<Hour())&&(Close[15]<Hour())&&(Close[5]<Hour())) // Here is your open Sell rule {
Anyone can check this code pls?
- hanzov replied Oct 16, 2015
but what means " but others will do " in ur initial post? "will do " with initial code?
Anyone can check this code pls?
- hanzov replied Oct 12, 2015
it is possible backtest ea with dll url One remark more , I dont think time latence is a challenge, but for sculping strategy, latencies could affect strategy behavior or not . I have not idea now.
EA outside of MT4
- hanzov replied Oct 10, 2015
hello, I will comment yoir concept: - Tradinglogic (most of that) written in c++ most of that.. - MT4 Backtest has to work with the tradinglogic ! Necessary to investigate - Tradinglogic should be out of MT4 root. No problems - The entire construct ...
EA outside of MT4
- hanzov replied Oct 8, 2015
Because MT4 is imstalled on your computer and could scan tje entire disk. But I dont see the reason to do it. Metaquotes, in common, has not interest to your EA, is it profitable or not. SO it is not their business. Broker is able to copy all your ...
EA outside of MT4
- hanzov replied Oct 8, 2015
It is possible, but I think, it is not reliable to prevebt access to DLL. I dont think MT4 scans users' computers in search for DLL and re-enguneer it to get ur strategy. About broker. If ur strategy is profitable, broker could copy ur trades on own ...
EA outside of MT4
- hanzov replied Oct 7, 2015
Rather no. I have doubts MT4 scans your logs. And more doubts, Metaquotes shares contents with brokers. But why necessary to scan your journal, if broker gets all your actions?
Can an MT4 broker see what is in my MT4 platform's journal?