- Search Metals Mine
-
lghr replied Jun 4, 2018mod. those warnings do not effect the ea working.
I will code your EAs and Indicators for no charge
-
lghr replied Jun 4, 2018close position on opposite signal then open new trade
I will code your EAs and Indicators for no charge
-
lghr replied May 26, 2018You can insert the code into EA: if(OrderType()==OP_BUY) { if(Bid-OrderOpenPrice()>= XX*Point) { if(OrderClose(OrderTicket(),OrderLots(),OrderClosePrice(),0,clrWhite)) Print("***** Close "+Symbol()+" buy @ "+DoubleToStr(xx,0)+" pip"); } } ...
I will code your EAs and Indicators for no charge
-
lghr replied May 26, 2018It is use EA to close the positions , instead of setting up stop loss.
I will code your EAs and Indicators for no charge
-
lghr replied May 2, 2018To achieve this goal, there must be the mq4 file。 The other EA can't do it。
I will code your EAs and Indicators for no charge
-
lghr replied May 2, 2018that's not difficult, but, no ea, how to modify?
I will code your EAs and Indicators for no charge
-
lghr replied Apr 29, 2018The EA is symple, but your description is not detailed enough.
I will code your EAs and Indicators for no charge
-
lghr replied Apr 25, 2018I have read your file, it is easy to solve about " if the open operation reaches positive ground and returns to negative territory for more than 4 hours, that operation must be closed at market price. ". The only thing is specify how much pip that ...
Trying to improve EA by coding
-
lghr replied Apr 25, 2018"The problem is in the rules of position management" What changes are you going to do?
Trying to improve EA by coding
-
lghr replied Apr 16, 2018very symple, and the test result is not good. buy = o1<bbunder[1] && c1>bbunder[1] && dema[0]>dema[1] && dema[1]>dema[2] close buy = c1<bbupper[1] && o1>bbupper[1]
I will code your EAs and Indicators for no charge
-
lghr replied Apr 8, 2018When the accumulation of a lot of buy and sell orders,it is a big problem, easy to blow up. i think.
Help Needed to Debug Existing EA with proven strategy
-
lghr replied Apr 7, 2018Hi,Philip-Lee. Thank you for sharing. Why did you give up this method before?
Help Needed to Debug Existing EA with proven strategy