pro Posted February 1, 2011 Report Share Posted February 1, 2011 http://www.myfxbook.com/members/ForexClub_RT/forex-shocker-20xe-n1/58861 Quote Link to comment Share on other sites More sharing options...
sidecona Posted February 1, 2011 Report Share Posted February 1, 2011 (edited) awesome work.. Edited February 1, 2011 by sidecona tomislav 1 Quote Link to comment Share on other sites More sharing options...
grooter Posted February 1, 2011 Report Share Posted February 1, 2011 Put FFCal.mq4 into indicators. Quote Link to comment Share on other sites More sharing options...
pro Posted February 1, 2011 Report Share Posted February 1, 2011 try turning super aggressive off... it seems to do wonders for this ea in backtest... awesome work.. May I ask u you upload your backtests and the set files for it. I'm getting nothing else than bad results on BT, i.e. E/U 2010 -34%:-S. Thx. Quote Link to comment Share on other sites More sharing options...
fselvan2000 Posted February 1, 2011 Report Share Posted February 1, 2011 Yeap, it does utterly nothn besides printing in the Journal... Try replacing: void MaxSpreadFilter() { RefreshRates(); if (10000.0 * (Ask - Bid) > MaxSpread) { Print("Spread is too high"); return; } } with bool MaxSpreadFilter() { RefreshRates(); if (10000.0 * (Ask - Bid) > MaxSpread) { Print("Spread is too high"); return(0); } return(1); } Then replace: if (TradeSession() && AllowTrading) with if (TradeSession() && AllowTrading&&MaxSpreadFilter()) Then compile... Cheers Hi expat 1967, Kindly share the EA with above maxspread settings change. Thanks for your help. Quote Link to comment Share on other sites More sharing options...
sidecona Posted February 1, 2011 Report Share Posted February 1, 2011 May I ask u you upload your backtests and the set files for it. I'm getting nothing else than bad results on BT, i.e. E/U 2010 -34%:-S. Thx. I did a simple optimisation backtest for 2010-01-01 - 2011-01-30 on AlpariUK (with holes in their data), and only changed the logic parameter between 1 and 6. I was going to list the % dd's in my earlier post, but the dd reported in the optimisation report seems different to the dd in backtest... am investigating. I am also investigating the super aggressive thing I mentioned above , as I now realise that Super Aggressive wasn't the only setting I changed... Back with some results a bit later... tomislav 1 Quote Link to comment Share on other sites More sharing options...
sidecona Posted February 1, 2011 Report Share Posted February 1, 2011 Hi expat 1967, Kindly share the EA with above maxspread settings change. Thanks for your help. Here you go... http://www.multiupload.com/58WHSYR2N5 tomislav and taipan 2 Quote Link to comment Share on other sites More sharing options...
sidecona Posted February 1, 2011 Report Share Posted February 1, 2011 May I ask u you upload your backtests and the set files for it. I'm getting nothing else than bad results on BT, i.e. E/U 2010 -34%:-S. Thx. Ok.. here goes. My suspicions about Super aggressive turned out to be true after all. Take it off, and it makes more profit (~6x more), but dd goes from about 10% to about 23%... it must mean aggressive filtering, not recovery Did the following on Alpari UK (with holes in their data) but 90% backtest quality (if that means anything) EURUSD M15 for the period 2010-01-01 - 2011-01-31 starting with $10 000: 1st = vanilla => profit 282.02 - max dd 1.04% (small lot size 0.1 on 10k) 2nd = with money management + aggressive + super aggressive => profit 3021.58 - max dd 9.54% 3rd = with money management + aggressive => profit 7492.32 - max dd 17.58% 4th = with money management => profit 3209.50 - max dd 9.09% 5th = optimise with logic between 1-6 => Logic 1 => profit 5344.96 - dd 21.20 => Logic 2 => profit 4632.64 - dd 18.63 => Logic 3 => profit 2479.68 - dd 23.91 => Logic 4 => profit 35969.44 - dd 23.31 => Logic 5 => profit 5201.60 - dd 15.98 => Logic 6 => profit 2024.84 - dd 39.53 6th = with Logic 4 on EU (not what is recommended) => profit 47106.04 - max dd 20.50% All backtests and settings files for the above can be downloaded here: hxxp://www.multiupl0ad.c@m/CXZ3KH4N11 Further to this, during yesterday's optimisation (along similar lines) (and excluding USDCHF and EURCHF which don't return optimisation results... haven't taken this further yet.. may be a spread filter thing) Logic 4 most profitable for all of them 11-23% dd Logic 5 generally has the least dd I haven't even started playing with logic = 0 yet.. but presume that could offer better optimisation. (some might call it curve fitting, I call it making the robot work optimally, where optimally is defined as a fine balance between most profit and least dd) If I find anything interesting, I'll be sure to share.. fxshare, beorn, tomislav and 5 others 8 Quote Link to comment Share on other sites More sharing options...
albatore Posted February 1, 2011 Report Share Posted February 1, 2011 thanks for all of this, does someone can share some live result so far with this EA ?? or nothing to share ? which turn me crazy is that when a new EA arrive in the market there are a lot of blablabla but nobody share any live result on them .... what about the person who add the news filter ? Quote Link to comment Share on other sites More sharing options...
acosma Posted February 1, 2011 Report Share Posted February 1, 2011 which turn me crazy is that when a new EA arrive in the market there are a lot of blablabla but nobody share any live result on them .... what about the person who add the news filter ? You are right albatore same thing that I always think, got me razy too. Quote Link to comment Share on other sites More sharing options...
sidecona Posted February 1, 2011 Report Share Posted February 1, 2011 You are right albatore same thing that I always think, got me razy too. people running experts are most likely running more than one on a live account... you're asking someone to create a new live account for each robot, and run it in a separate terminal just so that they can publish clean results... too much hassle if you ask me.. Quote Link to comment Share on other sites More sharing options...
tyt1 Posted February 2, 2011 Report Share Posted February 2, 2011 i have backtest from 2010 Jan to 2011 Feb. and have good result. can someone modify the money management to increase from a decimal 0.01 per time. example 0.10, 0.11, 0.12,0.13.... the default was 0.10, 0.20, 0.30. And also i would like to see the money management start to kicks in when the account reach $500. :D thanks! Quote Link to comment Share on other sites More sharing options...
grooter Posted February 2, 2011 Report Share Posted February 2, 2011 I don't know why but I can not backtest it. I remember that worked some time ago, but now no luck at all. Backtest just hangs, no errors, nothing. Too bad. Quote Link to comment Share on other sites More sharing options...
devilonline Posted February 3, 2011 Report Share Posted February 3, 2011 i put FFCal.mq4 on indicators folder and on experts and i cant make it work. what im doing wrong? thanks Quote Link to comment Share on other sites More sharing options...
Pipaholic Posted February 3, 2011 Report Share Posted February 3, 2011 I forget who asked about the differences between live and demo, and this EA is sensative to spread, I have found it trades less live as the spread is usually bigger. Check the Experts tab, it will let you know Quote Link to comment Share on other sites More sharing options...
Ferenc86 Posted February 6, 2011 Report Share Posted February 6, 2011 Anybody help me, please! The money management is very poor.. There are only 3 different settings -> Moneymanagment single: shocker use 0,01 lot /100$ , or agressive tru: 0,01 lot /50$ and super agressive true: 0,01lot/33$ ... all three settings very high for me. Because I would like use 0,01 lot / 200 $ , and not 100 or 50 or 33$.. Another EA i see it so at else money management, example: lot risk reductor 0-100. This is good, and sensitive electoral opportunity. But forex shocker is not good. What is it necessary to modify in metaeditor how the forex shocker money management should he be good? Help me , please! Quote Link to comment Share on other sites More sharing options...
⭐ osijek1289 Posted February 7, 2011 Report Share Posted February 7, 2011 Anybody help me, please! The money management is very poor.. There are only 3 different settings ... But forex shocker is not good. What is it necessary to modify in metaeditor how the forex shocker money management should he be good? Help me , please!I think you're asking the unreasonable. I don't think someone is going to modify the MM part of the EA, esp. if the trading it does is mediocre, barely profitable, or not profitable at all. If you're not happy with it in demo testing, then don't use it. IMO you are not missing out on anything with this EA. Quote Link to comment Share on other sites More sharing options...
Ferenc86 Posted February 7, 2011 Report Share Posted February 7, 2011 I use the forex shocker since 1 year on my real account... only till now I use with fix lot, yesterday I believed it I try it his money management, and I saw that it is not too good. Tonight I made it for myself, in metaeditor I modified .mq4, fortunately was not complicated and difficult!:) I use in the future 0,01 lot/200$ , not 100 or less. Because I use more(6 pieces) expert advisor in a time only on 1 account, not only alone this forex shocker, and this money management (0,01 lot/100$) was little agressive for me. Good night! Quote Link to comment Share on other sites More sharing options...
albatore Posted February 8, 2011 Report Share Posted February 8, 2011 thanks Ferenc86, could you share on a real account what are the result compare with demo ? are you satisfied ? thanks !! Quote Link to comment Share on other sites More sharing options...
Pipaholic Posted February 8, 2011 Report Share Posted February 8, 2011 It does not take that many trades that you can't just set the lot size manually and forget the Money management. But lately Shocker has not done that well, and live for a year, I'm about breaking even. Quote Link to comment Share on other sites More sharing options...
civicsi411 Posted February 8, 2011 Report Share Posted February 8, 2011 (edited) I think you're asking the unreasonable. I don't think someone is going to modify the MM part of the EA, esp. if the trading it does is mediocre, barely profitable, or not profitable at all. If you're not happy with it in demo testing, then don't use it. IMO you are not missing out on anything with this EA. I second that, it works great on demo due to low spreads but terrible on live due to high spreads. Which is why it looks great on test sites but getting the opposite results when trading live with real money. Edited February 8, 2011 by civicsi411 Quote Link to comment Share on other sites More sharing options...
albatore Posted February 9, 2011 Report Share Posted February 9, 2011 so nobody has good results here with this ea .... Quote Link to comment Share on other sites More sharing options...
nemezzis Posted February 9, 2011 Report Share Posted February 9, 2011 Thanks for the great share :) Quote Link to comment Share on other sites More sharing options...
albatore Posted February 16, 2011 Report Share Posted February 16, 2011 with shocker I got that error yesterday live : EURUSD,M15: There was an error closing the trade.Error is: 3 and he was not able to close the trade do you know what does means this error ? thanks Quote Link to comment Share on other sites More sharing options...
kappaforex Posted February 16, 2011 Report Share Posted February 16, 2011 I also agree, the shocker works great on small spreads but when running it live its a waste of time. Asian scalping is very hard these days i find. Im using forex Multivers v2.0 which has been performing quite good. I have now removed forex shocker cheers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.