The first trade closed at tp1.
The sl2 moved at break even.
The sl2 moved at break even.
We've got two pairs on this symbol ...
There is a method to the madness.
2
Expert Advisor 8 replies
Can someone create for me an easy Expert Advisor? 0 replies
Interbank FX Expert Advisor how to program? 15 replies
DislikedMy live forward test so far on multiple pairs is struggling a bit 5 losses 3 smaller wins 3 open at the moment GBPJPY, GBPUSD, GBPNZD {image}Ignored
Disliked<InitialValues EAMode="EA_MODE_A" BuyVolume="0.01" SellVolume="0.01" StopLossPoints="200" TakeProfitPoints="200" SlopeForUptrend="3.0" SlopeForDowntrend="-3.0"></InitialValues> <!-- MinBuyR, MinSellR: min value of reward/risk --> <!-- MidBandFilter: if true - ask below Mid Band for buy, bid above Mid Band for sell --> <!-- PPFilter: if true - ask below Pivot for buy, bid above Pivot for sell --> <!-- PercentRangeFilter: buy only within this % range from lower band, sell only within this % range from upper band --> <!-- TP1InFilter: tp1 have to be...Ignored
DislikedMy live forward test so far on multiple pairs is struggling a bit 5 losses 3 smaller wins 3 open at the moment GBPJPY, GBPUSD, GBPNZD {image}Ignored
Disliked{quote} I suggest u turn TP1infilter true and read original thread of this system, will be helpfulIgnored
DislikedThank you for the advice, as it is most appreciative. I found these suggested settings in recent post on this thread but will always change and go with the newest suggestions. This was a lot of reading and I am sure i must of missed something. I will change the filter to TRUE and what was the latest suggestion for the MinBuyR/SellR ? Thank you very much,Ignored
Dislikedi also have error 130 and EA fails to open order: {image} {image} based on my coding knowledge i think i know the reason... about the error 130 as far as i know, it's not a specific broker or broker server problem to open orders. it's related to ECN Accounts. An intrinsic feature of ecn accounts is that you will not be able to set a StopLoss and/or TakeProfit with your Market Order (BUY or SELL) simultaneously. If you try to do this, you will get Error 130. of course, you need to set a StopLoss (and maybe TakeProfit) for your order, and this must be done as soon as possible after the order has been executed. you need to send a request to execute a market order without the StopLoss and TakeProfit via OrderSend() function, and then modify the newly opened market order by adding the desired SL and TP via the OrderModify function. Regards EDIT: i disabled r filters to check if EA opens order or not. but it failed several times again. {image}Ignored
Disliked{quote} The MT4 wrapper has been updated. It should be solved in the 1.03 version. Thank you for your feedback. regardsIgnored
DislikedThe week testing result: MinBuyR="0.05" MinSellR="0.05" MidBandFilter="false" PPFilter="false" PercentRangeFilter="100" TP1InFilter="false" TP2InFilter="false" SL1OutFilter="false" SL2OutFilter="false"></Filters> {image}Ignored