clovelly Posted April 14, 2010 Report Posted April 14, 2010 Hi Clovelly The manual Reccommends trading Eur/Chf & Gbp/Usd Strange there no codes for manipulating Back test on GBP/USD Am I missing something Thanks The block starting with this line if (!TestSymbol("EURCHF")) { is for non-EURCHF, so including GBPUSD halcyonn 1 Quote
vikram88 Posted April 14, 2010 Report Posted April 14, 2010 Thanks Clovelly I am no good at programming Can this be removed so that True Back test results can be seen Thanks Quote
scorpion Posted April 15, 2010 Report Posted April 15, 2010 Of all forms it seems to be Interesting, Please a coder, can eliminate the part of the code that the perido manipulates: I have optimized with the following parameters, and the result is very good at 2010, I have tried to put in a real account, but the platform to cracked, please someone can help? ========================================================= Strategy Tester Report BlackPanther_v1.01 Alpari-Demo (Build 226) Symbol GBPUSD (Great Britain Pound vs US Dollar) Period 1 Hour (H1) 2010.01.04 00:00 - 2010.04.09 22:00 (2010.01.01 - 2010.04.12) Model Every tick (the most precise method based on all available least timeframes) Parameters H.1=" ---------------- Positions Parameters ---------------- "; TakeProfit=250; MaxStopLoss=75; TrailingStop=70; Slippage=3; H.2=" ------------------- Money Managment ------------------- "; Use.Smart.Money.Management=true; Smart.MM.Risk.Factor=0.5; Use.Percent.Risk=false; Percent.Risk=5; Use.Fixed.Lots=false; Fixed.Lots=0.1; H.3=" ------------------- Aggressive Mode ------------------ "; Aggressive.Mode=false; TrendDetect_Sensitivity=50; TrendPower_Sensitivity=0.04; Sup_Res_Sensitivity=3; Sup_Res_Safety_Pips=5; Draw_Sup_Res=true; H.5=" ----------------- General Parameters ------------------ "; TradeComment="BP"; MagicNumber=7777709; MessageColor=DodgerBlue; LinesColor=LightSkyBlue; Arrow.Buy.Color=Lime; Arrow.Sell.Color=Red; Arrow.Width=3; ArrowDistance=30; Bars in test 2668 Ticks modelled 3439134 Modelling quality 90.00% Mismatched charts errors 0 Initial deposit 1000.00 Total net profit 10922.90 Gross profit 18084.40 Gross loss -7161.50 Profit factor 2.53 Expected payoff 188.33 Absolute drawdown 72.08 Maximal drawdown 3141.32 (21.94%) Relative drawdown 42.32% (2322.73) Total trades 58 Short positions (won %) 31 (61.29%) Long positions (won %) 27 (70.37%) Profit trades (% of total) 38 (65.52%) Loss trades (% of total) 20 (34.48%) Largest profit trade 2099.75 loss trade -645.01 Average profit trade 475.91 loss trade -358.07 Maximum consecutive wins (profit in money) 6 (1475.85) consecutive losses (loss in money) 4 (-764.67) Maximal consecutive profit (count of wins) 4036.28 (4) consecutive loss (count of losses) -1654.45 (3) Average consecutive wins 3 consecutive losses 2 Quote
loulou69 Posted April 15, 2010 Report Posted April 15, 2010 set file Of all forms it seems to be Interesting, Please a coder, can eliminate the part of the code that the perido manipulates: I have optimized with the following parameters, and the result is very good at 2010, I have tried to put in a real account, but the platform to cracked, please someone can help? ========================================================= Strategy Tester Report BlackPanther_v1.01 Alpari-Demo (Build 226) Symbol GBPUSD (Great Britain Pound vs US Dollar) Period 1 Hour (H1) 2010.01.04 00:00 - 2010.04.09 22:00 (2010.01.01 - 2010.04.12) Model Every tick (the most precise method based on all available least timeframes) Parameters H.1=" ---------------- Positions Parameters ---------------- "; TakeProfit=250; MaxStopLoss=75; TrailingStop=70; Slippage=3; H.2=" ------------------- Money Managment ------------------- "; Use.Smart.Money.Management=true; Smart.MM.Risk.Factor=0.5; Use.Percent.Risk=false; Percent.Risk=5; Use.Fixed.Lots=false; Fixed.Lots=0.1; H.3=" ------------------- Aggressive Mode ------------------ "; Aggressive.Mode=false; TrendDetect_Sensitivity=50; TrendPower_Sensitivity=0.04; Sup_Res_Sensitivity=3; Sup_Res_Safety_Pips=5; Draw_Sup_Res=true; H.5=" ----------------- General Parameters ------------------ "; TradeComment="BP"; MagicNumber=7777709; MessageColor=DodgerBlue; LinesColor=LightSkyBlue; Arrow.Buy.Color=Lime; Arrow.Sell.Color=Red; Arrow.Width=3; ArrowDistance=30; Bars in test 2668 Ticks modelled 3439134 Modelling quality 90.00% Mismatched charts errors 0 Initial deposit 1000.00 Total net profit 10922.90 Gross profit 18084.40 Gross loss -7161.50 Profit factor 2.53 Expected payoff 188.33 Absolute drawdown 72.08 Maximal drawdown 3141.32 (21.94%) Relative drawdown 42.32% (2322.73) Total trades 58 Short positions (won %) 31 (61.29%) Long positions (won %) 27 (70.37%) Profit trades (% of total) 38 (65.52%) Loss trades (% of total) 20 (34.48%) Largest profit trade 2099.75 loss trade -645.01 Average profit trade 475.91 loss trade -358.07 Maximum consecutive wins (profit in money) 6 (1475.85) consecutive losses (loss in money) 4 (-764.67) Maximal consecutive profit (count of wins) 4036.28 (4) consecutive loss (count of losses) -1654.45 (3) Average consecutive wins 3 consecutive losses 2 hi, good BT please can you give me your Set file ? Quote
Stormin_Norman Posted April 15, 2010 Report Posted April 15, 2010 the settings are listed in the backtest. 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
testttt Posted April 15, 2010 Report Posted April 15, 2010 you can find in the code that this EA use different parameters for 3 periods: before 2009, 2009, after 2009 Quote
scorpion Posted April 15, 2010 Report Posted April 15, 2010 Hi, LouLou, you can see it in the Baktest, Only I have modified, TakeProfit = 250 StopLoss = 75 Regards Quote
scorpion Posted April 15, 2010 Report Posted April 15, 2010 you can find in the code that this EA use different parameters for 3 periods: before 2009, 2009, after 2009 Hummm, this complicates the things, This one clear, that I am not a codifier, Therefore we must forget this EA Thank you for the explanation Regards Quote
vikram88 Posted April 18, 2010 Report Posted April 18, 2010 The EA has been prepared for backtesting :) with codes like these : if (!TestSymbol("EURCHF")) { if (gi_288 || gi_292) CheckForClose(); if ((TimeDay(TimeCurrent()) >= 8 && TimeDay(TimeCurrent()) <= 14 && TimeMonth(TimeCurrent()) == 4 && TimeYear(TimeCurrent()) == 2008) || (TimeDay(TimeCurrent()) >= 13 && TimeDay(TimeCurrent()) <= 14 && TimeMonth(TimeCurrent()) == 11 && TimeYear(TimeCurrent()) == 2008) || (TimeDay(TimeCurrent()) >= 4 && TimeDay(TimeCurrent()) <= 8 && TimeMonth(TimeCurrent()) == 12 && TimeYear(TimeCurrent()) == 2008) || (TimeDay(TimeCurrent()) >= 9 && TimeDay(TimeCurrent()) <= 13 && TimeMonth(TimeCurrent()) == 12 && TimeYear(TimeCurrent()) == 2008) || (TimeDay(TimeCurrent()) >= 4 && TimeDay(TimeCurrent()) <= 7 && TimeMonth(TimeCurrent()) == 1 && TimeYear(TimeCurrent()) == 2010)) return (0); if (TestSymbol("EURCHF") && (TimeDay(TimeCurrent()) >= 8 && TimeDay(TimeCurrent()) <= 29 && TimeMonth(TimeCurrent()) == 1 && TimeYear(TimeCurrent()) == 2008) || (TimeDay(TimeCurrent()) >= 2 && TimeDay(TimeCurrent()) <= 13 && TimeMonth(TimeCurrent()) == 10 && TimeYear(TimeCurrent()) == 2008) || (TimeDay(TimeCurrent()) >= 14 && TimeDay(TimeCurrent()) <= 29 && TimeMonth(TimeCurrent()) == 3 && TimeYear(TimeCurrent()) == 2008)) return (0); are a worry. Essentially, the EA will not trade during certain days of certain months in 2008 and 2010. It reminds me of the original Forex Derivative. Hello I am no programmer but just my 2 cents worth If one wants to trade say USD/JPY change EA Code at line if (!TestSymbol("EURCHF")) to if (!TestSymbol("USDJPY")) Will this work on for back testing USDJPY Comments from Expert coders appreciated Quote
mk77ch Posted April 18, 2010 Report Posted April 18, 2010 after this robot made several bad trades since release i received an email today that they are publishing an important update to fix a problem with the authentication code. really funny. maybe they should better try to fix the trading-logic! Quote
hitescape Posted April 18, 2010 Report Posted April 18, 2010 http://forex-blackpanther.com/dwlblpadlop76.html Sorry, I don't have a receipt number. Enjoy but don't blame me if you lose money with POS. Quote
ShaKerZ Posted April 27, 2010 Report Posted April 27, 2010 Hi, anyone can educated the latest .ex4 version 1.02 inside the .exe please ? http://www.mediafire.com/?yzmhu0ok4jc Thank you ;) Quote
prepu5 Posted May 15, 2010 Report Posted May 15, 2010 I am looking foward if someone can upload last version of black panther educated... Kudos. Quote
Guest strmec Posted May 19, 2010 Report Posted May 19, 2010 I run Black Panther on GBPUSD from 30. April on live account Forex Metal with set: SL-75, TP-250, TS-70, Risk Factor - 0.20 and this is results: +57 -84 +64 -70 +5 -71 +87 ___ +64 -225 +20 +27 +96 +67 +99 +160 +102 _____ +852 Quote
TradR Posted May 20, 2010 Report Posted May 20, 2010 I run Black Panther on GBPUSD from 30. April on live account Forex Metal with set: SL-75, TP-250, TS-70, Risk Factor - 0.20 and this is results: +57 -84 +64 -70 +5 -71 +87 ___ +64 -225 +20 +27 +96 +67 +99 +160 +102 _____ +852 Do you have live statement or mt4stats link to share these results? Quote
vikram88 Posted May 20, 2010 Report Posted May 20, 2010 I run Black Panther on GBPUSD from 30. April on live account Forex Metal with set: SL-75, TP-250, TS-70, Risk Factor - 0.20 and this is results: +57 -84 +64 -70 +5 -71 +87 ___ +64 -225 +20 +27 +96 +67 +99 +160 +102 _____ +852 Hello Which version are u using 1.01 or 1.02 Has Version 1.02 been educated Thanks Quote
Guest strmec Posted May 20, 2010 Report Posted May 20, 2010 I trading manualy and with 5 EA's, you can't see nothing on statement Quote
TradR Posted May 20, 2010 Report Posted May 20, 2010 I trading manualy and with 5 EA's, you can't see nothing on statement I see. no problem Quote
Sneed Posted June 26, 2010 Report Posted June 26, 2010 It worked good the first 2 weeks it came out, then it crashed my live account several times until I gave up in May, and removed it. Maybe it will work good again if the markets ever get stable again...:-S Anyone still getting positive results? 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.