Ancien Posted April 19, 2010 Report Posted April 19, 2010 Can someone share the new today release Hi-rider MODIFIEED (not advanced) which improved gain by a factor 3? It looks good - an unplugged version would be perfect! Quote
Ancien Posted April 19, 2010 Author Report Posted April 19, 2010 Code: UNEDUCATED so please Coders - EDUCATE AND PLEASE BACKTEST BEFORE POSTING BACK... http://www.4shared.com/file/LGj33l95/HiRIDER_Modified.html http://www.4shared.com/file/0k_urLuq/HiRIDER_Modified.html http://www.4shared.com/document/eZ0HQ2NM/HiRider_Modified.html Chip4Pips, testttt, Stormin_Norman and 1 other 4 Quote
testttt Posted April 20, 2010 Report Posted April 20, 2010 (edited) you should have packed the files plz download these files first http://www.4shared.com/file/LGj33l95/HiRIDER_Modified.html http://www.4shared.com/document/eZ0HQ2NM/HiRider_Modified.html original EDUCATED version http://www.multiupload.com/3BW3CKGXN2 plz note that the original release version has logical bugs, it add positions 2 times at the very same point as the first entry, so the profit (and loss) are always increased by factor 3. Backtest in the manual is untrusty, plz test the corrected version by yourself logic corrected version here: http://www.multiupload.com/SROUJBOTE9 Edited April 21, 2010 by testttt ⭐ topstep, San4x, taipan and 9 others 12 Quote
Ancien Posted April 20, 2010 Author Report Posted April 20, 2010 Thanks testttt - still learning here as newbie :-)! Quote
San4x Posted April 20, 2010 Report Posted April 20, 2010 Can someone share the new today release Hi-rider MODIFIEED (not advanced) which improved gain by a factor 3? It looks good - an unplugged version would be perfect! Where did you find out about this and that this version was improved by factor 3? Quote Thanks for the kudos...much appreciated!
testttt Posted April 20, 2010 Report Posted April 20, 2010 Where did you find out about this and that this version was improved by factor 3? the manual Quote
jamestan1978 Posted April 20, 2010 Report Posted April 20, 2010 there is a sentence says authentication...... Quote
Stormin_Norman Posted April 20, 2010 Report Posted April 20, 2010 http://stashbox.org/864110/10%20year%20test.gif 10 year test. looks similar to the other versions. goes great the last 18 months, but before that, its a rocky road. so be careful -- dont overleverage it if you are going to run it live. Papa4x 1 Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician
Papa4x Posted April 20, 2010 Report Posted April 20, 2010 Link doesnt work for me... doesnt work for me too.. directed to yahoo page.. can somebody help mirror to 4shared? regards Quote
superfx Posted April 20, 2010 Report Posted April 20, 2010 doesnt work for me too.. directed to yahoo page.. can somebody help mirror to 4shared? regards here http://hotfile.com/dl/38837887/dd4f3af/HiRIDER_Modified.mq4.html Quote
superfx Posted April 20, 2010 Report Posted April 20, 2010 doesnt work for me too.. directed to yahoo page.. can somebody help mirror to 4shared? regards look superfx Thank you for posting! Your post will not be visible until a moderator has approved it for posting. I'm still having trouble with my posts Quote
vikram88 Posted April 20, 2010 Report Posted April 20, 2010 Hello Backtested the EA Results looks good but noticed that some trades were hedged ie both buy & sell trades were open at the same time How does use this EA on a broker like IBFX that do not allow hedging Currently I have set Max trades to 1 for S1 to S4 and Add Positions to false Some body please help thanks Quote
pro Posted April 21, 2010 Report Posted April 21, 2010 I backtested visually on 4 and 5 dig platform and NO additional positions opened at the 55% and 70% SL level... odd Quote
clovelly Posted April 21, 2010 Report Posted April 21, 2010 I backtested visually on 4 and 5 dig platform and NO additional positions opened at the 55% and 70% SL level... odd There is a bug in this version. It does not add positions at the defined levels at all, but instead it adds the same number of trades immediately at roughly the same entry prices, for both. As an example, if you define maxtrades = 5, it will immediately add 5 trades (supposedly at 55% level) and then 5 more trades (supposedly at 70% level) making total 15 trades just after the first 5 entries. Hence the profit (and loss) are always increased by 3 times. San4x 1 Quote
Stormin_Norman Posted April 21, 2010 Report Posted April 21, 2010 Code: UNEDUCATED so please Coders - EDUCATE AND PLEASE BACKTEST BEFORE POSTING BACK... http://www.4shared.com/file/LGj33l95/HiRIDER_Modified.html http://www.4shared.com/file/0k_urLuq/HiRIDER_Modified.html http://www.4shared.com/document/eZ0HQ2NM/HiRider_Modified.html dll is in there. i think the 2nd one. cant remember. taipan and superfx 2 Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician
leonfoo Posted April 21, 2010 Report Posted April 21, 2010 does anyone know how the settings goes for "AddPosition"? --------------Default settings-------------- AddPositions= True AddPositions_Percent_1=55 AddPositions_Percent_2=70 S1_MagicNumber_add_1=7781 S1_MagicNumber_add_2=7791 S2_MagicNumber_add_1=7782 S2_MagicNumber_add_2=7792 S3_MagicNumber_add_1=7783 S3_MagicNumber_add_2=7793 S4_MagicNumber_add_1=7784 S4_MagicNumber_add_2=7794 Quote
testttt Posted April 21, 2010 Report Posted April 21, 2010 There is a bug in this version. It does not add positions at the defined levels at all, but instead it adds the same number of trades immediately at roughly the same entry prices, for both. As an example, if you define maxtrades = 5, it will immediately add 5 trades (supposedly at 55% level) and then 5 more trades (supposedly at 70% level) making total 15 trades just after the first 5 entries. Hence the profit (and loss) are always increased by 3 times. thanks clovelly, i looked into the code and found the logic error, they did not even seriously test it before release, what a shame to them!!! i will upload the corrected version in the original post Chip4Pips, pro, San4x and 1 other 4 Quote
vikram88 Posted April 21, 2010 Report Posted April 21, 2010 thanks clovelly, i looked into the code and found the logic error, they did not even seriously test it before release, what a shame to them!!! i will upload the corrected version in the original post Hello testttt During Back test the EA Also Places Hedge trades ie opens both buy and sell positions As you are testing the logic, Please check for this error also Thanks Quote
pro Posted April 21, 2010 Report Posted April 21, 2010 thanks clovelly, i looked into the code and found the logic error, they did not even seriously test it before release, what a shame to them!!! i will upload the corrected version in the original post Thx. I tested again in visual mode, seems it still doesn't add positions on these percentage levels.. Quote
Stormin_Norman Posted April 21, 2010 Report Posted April 21, 2010 Thx. I tested again in visual mode, seems it still doesn't add positions on these percentage levels.. you tested the new version and found it still isnt trading at those levels, or the original one? Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician
pro Posted April 21, 2010 Report Posted April 21, 2010 (edited) you tested the new version and found it still isnt trading at those levels, or the original one? the corrected one.. Edited April 21, 2010 by Stormin_Norman fixing formatting. Quote
testttt Posted April 21, 2010 Report Posted April 21, 2010 my backtest from 2009.01-2009.05, you can see it did add position http://stashbox.org/865416/xvvvvvv.gif Quote
pro Posted April 21, 2010 Report Posted April 21, 2010 my backtest from 2009.01-2009.05, you can see it did add position http://stashbox.org/865416/xvvvvvv.gif I agree. On 5 digits(Alpari UK) it works, on 4 digits(Tadawulfx) it doesnt. Just test it on January2010, there it hits the SL w/o opening the addpositons on the determined levels( and this was good in this case LOL). What may be the reason? Quote
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.