Look to the LEFT of your CHART.....

I will code your EA (Robot) for free 57 replies
Free 100% Non Repaint High accurate Arrow Indicator for You 26 replies
indicator code to inside EA code 15 replies
I am going to give away all my profits 19 replies
20pips a day and I will eventually give my day-job away 39 replies
DislikedGBPNZD recovery closed for total of all trades in profit woohoo! Good Job!! Now EUR CAD buy need to recover from that downward spikeIgnored
DislikedHi Iamgotzaa, I ran the v66ba on 15min TF, but I noticed the TS/Stoploss didn't work, so I changed to H1 TF. On H1 TF, the Stoploss works but seems that the TS not working as some profit pairs finally closed by SL with only 3 points profit. The recovery works as well even I don't know the results since no recovery trade get closed yet. Here are the screenshot of the open trades & acc.history: {image} {image}Ignored
if(calbreak_flag==true) { lots=init_lot_size*MathPow(exponent,power); status("Next Lot Size="+DoubleToStr(lots,2)); target_gain=squeeze_factor*ATR; if(target_gain<pts(30)) target_gain=30*Point; new_target_price=thisBreakEven+target_gain; //enforce if recovery orders are more than xx number, just got all of them close ASAP if(power>=4 && power<8) new_target_price=thisBreakEven+0.5*target_gain; if(power>=8 ) new_target_price=thisBreakEven+0.1*target_gain; ModifyTakeProfit(OP_BUY,new_target_price); calbreak_flag=false; }
Disliked{quote} I haven't posted in ages, but I traded that trend today, so here is my analysis..take it or leave it. CAD is in a huge strength across the board. IF EURCAD retraces, it is very unlikely to get past 1.5175 (Daily Pivot). If that is enough for your recovery, you might have a chance. Sadly, none of the CAD pairs found any support at their current levels and EURCAD should reach 1.5060 before the night is through. Or maybe notIgnored
Dislikedupdate: dear friends since sunday i had 14 trades ( 7 win & 7 loss ) with overall profit of $462.55,this is great with such a win ratio ( %50),i should tell i changed the lot size to 1.00 just for tray ( demo account). regardsIgnored
Disliked{quote} I have some question/request? Just curious what if server open time effect the performance. Because I use bar open close high low. What broker you use? Server open time, NY Session? Yes, To all participants. Can you make simple analysis by pair, trade side, win/loss rate and avg. pips? it will be great. At least we can compare "what" is best for this 66b version.Ignored
DislikedCheck it out here but dont expect any support as this has long been abandoned due to the creator missing. Somehow with build 610 happening... all hell broke lose as the code was not made to adapt anymore. It worked but with some bugs. But still a piece of art we can learn some coding ideas from to better the Feb10 EA http://www.mql5.com/en/code/11023Ignored
Disliked{quote} Hi Gotzaa Not sure if the PDF file included herein is in line with what information you want. Please advise if you want more detailed information. Please keep in mind however that the trailing stop loss does not work more than 25% of the time. So I have to manually add a trailing stop (MT4 Script) when I see that the trade is in profit. So there is some discretion trading in these results which may render the summary a little skewed. Regards, Spar {image}Ignored
Disliked{quote} noted. placing manual stop would be a good intervention too. we all are here to make profit not racing in EA intelligentIgnored
Disliked{quote} Hi any idea milestone works on which pairs and what TF? thanksIgnored
Disliked{quote} I concur with you that manual intervention is acceptable. I actually never traded with an EA ... but use them for back testing a theory only. In this case, I just cannot understand why the trailing stop loss does not work all the time. The reason you gave yesterday makes sense if there is a gap or ticks are too fast and the calculation is not made. I will ask my programmer if he could understand what is wrong with the code or what situation can create this issue. Please advise on the type of report you want from participants. Maybe some...Ignored
Disliked{quote} but rethink of the ticks if it fail the first tick to trail, it should be able to do the next tick because I put it to do every tick function Start() or On_tick(). May be it's just fundamental error where the stop loss price I inserted is invalid. Spar, do you get any error code from the Experts log tab? gotzaaIgnored
Dislikeddon't worry no offense taken. I was referring to the madtrader and milestones ability when to take trades(has a calendar function to avoid major news v22.5) and in what direction (madtrader adx rsi i think v8.7).Ignored
Disliked{quote} What I coded in there for Recovery is if positions are less than 4, it think it can take some pips out of current ATR some pips for profit is squeeze_factor (0.3) x ATR means i would like to have only 30% from current ATR (depends on the session they are recovering) so if ATR is too low, and 30% of it is too less, then i would take 3 pips (just enough to buy a candy ^_^ ) if positions are more than 4 but less than 8 (we are in deep shit) I would take just a half of 30%ATR --> if 30%ATR is 3 pips, then I take 1.5 pips (which in high spread...Ignored