RevEnginePro 20 Pairs (由 forex_trader_165856)
该用户已经删除了这个系统。
Edit Your Comment
RevEnginePro 20 Pairs讨论
Feb 16, 2015 at 14:05
会员从Jan 06, 2014开始
249帖子
Started an optimization of some parameters on GBPUSD from January 2014 only and then will see results of the optimized parameters from 2009. Unfortunately optimization will need a lot of time, also if for the moment i am only optimizing 4 parameters. Let see what happens
Running only Expert advisors with good long term backtests and nice forward tests
Feb 16, 2015 at 15:48
会员从May 15, 2011开始
38帖子
RedRhino posted:
Open an offline chart (M1) and use the attached script ( drag and drop ) on to the chart, this will tell you what data bars are missing from your history. You will get the results of the script in the Experts Tab ( Messages). such as
2015.02.16 05:01:38.467 sqCheckHistoryGapsScript EURUSDi,H1: EURUSDi/H1 Total: 52 missing bars / 2116 total bars = 2.0% missing bars
Frank, while attaching these scripts to offline M1 chart, I got the error saying "sqCheckHistoryGapsScript" is not a script and cannot be executed. Same thing with sqShowHistoryGapsScrip as well.
Btw, regarding those 130 errors, I am using FXChoice ECN Demo server. That's not a market maker, right?

forex_trader_149646
会员从Sep 09, 2013开始
406帖子

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 17, 2015 at 17:12
会员从Sep 09, 2013开始
406帖子
fxdad posted:Yes, after digging through the MQL Documentation Book I realized that "TimeCurrent()" relies on the last Tick from the server and is an inaccurate way of calculating time. Problem resolved.
Frank, those issues from "02.12.2015 13:00" ie., auto closing of orders, has been fixed, right?

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 17, 2015 at 17:19
会员从Sep 09, 2013开始
406帖子
fxdad posted:I trade manually http://www.myfxbook.com/members/RedRhinofx so it is difficult for me to not intervene when using robots on real money. I want to display accounts that only trade robots without any intervention then followers can see what the system does exactly as advertised. It is temping though because these results are impressive.
Also, you haven't started using REP for trading live on any of your real accounts yet, right? Just curious to know how long you perform forward tests before using it on real accounts.

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 17, 2015 at 17:25
会员从Sep 09, 2013开始
406帖子
fxdad posted:It's associated with the StopLevel Limits set by the broker. Even if they are ECN they may not allow a Zero Stoplevel - http://book.mql4.com/appendix/limits - I'll take care of this issue today.
Btw, regarding those 130 errors, I am using FXChoice ECN Demo server. That's not a market maker, right?
I added the source code for the ShowHistoryGaps. the script goes in Script folder and the other is an Indicator by the way. After reading the MQL book again, the TimeCurrent() function won't create a bar if the server doesn't provide any ticks during the 60 seconds of a Bar creation which makes massive holes in data. Metaquotes is amazingly stubborn.

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 17, 2015 at 17:26
会员从Sep 09, 2013开始
406帖子
corre71 posted:How did the GBPUSD optimization work out?
Started an optimization of some parameters on GBPUSD from January 2014 only and then will see results of the optimized parameters from 2009. Unfortunately optimization will need a lot of time, also if for the moment i am only optimizing 4 parameters. Let see what happens
Feb 17, 2015 at 17:29
会员从Jan 06, 2014开始
249帖子
RedRhino posted:corre71 posted:How did the GBPUSD optimization work out?
Started an optimization of some parameters on GBPUSD from January 2014 only and then will see results of the optimized parameters from 2009. Unfortunately optimization will need a lot of time, also if for the moment i am only optimizing 4 parameters. Let see what happens
It is strange, i get errors and so the optimization fail. Maybe the Bt version cannot run optimizations?
Running only Expert advisors with good long term backtests and nice forward tests

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 17, 2015 at 17:56
会员从Sep 09, 2013开始
406帖子
I just ran an optimization and it worked fine for me. After recoding the entire header File ( mqh). I 'll recompile the BT version and upload it my site within 24 hours. It will solve the error reporting and should speed up the backtesting with a new feature I added.
会员从Dec 04, 2010开始
1447帖子

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 18, 2015 at 15:09
(已编辑 Feb 18, 2015 at 15:10)
会员从Sep 09, 2013开始
406帖子
Do you know why the backtest didn't work? I can't duplicate the problem on my side using the same BT version. Remember H1 TF only, and Visual testing is disabled. BT only allows running without visual mode and optimization.
Another great day for RevEnginePro 152.00 pips.
Another great day for RevEnginePro 152.00 pips.

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 19, 2015 at 05:31
会员从Sep 09, 2013开始
406帖子
MAfast , MAslow, MA Divergance
Minimum Range
K
MaxSecondsToTrade
Start with a small Lot size, and with a large balance, Once you find any combination that yields a positive return, you can now fine tune your optimization including
MinProfit
MaxLoss
MaxProfit
Grid
and then increase the Lotsize to a suitable size.
Lastly, you can optimize the
InitiateTrailAt
SellLevel
BuyLevel
Each currency pair behavior is unique and optimization will find more profitable setting. I'm using the same settings across all pairs once I found 1 profitable setfile from EURUSD data. It has proven that the overall system is robust, but this doesn't mean we can't better setting for individual pairs.
Thank you for backtesting.
Minimum Range
K
MaxSecondsToTrade
Start with a small Lot size, and with a large balance, Once you find any combination that yields a positive return, you can now fine tune your optimization including
MinProfit
MaxLoss
MaxProfit
Grid
and then increase the Lotsize to a suitable size.
Lastly, you can optimize the
InitiateTrailAt
SellLevel
BuyLevel
Each currency pair behavior is unique and optimization will find more profitable setting. I'm using the same settings across all pairs once I found 1 profitable setfile from EURUSD data. It has proven that the overall system is robust, but this doesn't mean we can't better setting for individual pairs.
Thank you for backtesting.
Feb 19, 2015 at 07:21
会员从Sep 13, 2012开始
20帖子
Another one from Synergy FX
http://www.myfxbook.com/members/ForexVentureBot/forexventurebot/1161639
http://www.myfxbook.com/members/ForexVentureBot/forexventurebot/1161639

forex_trader_149646
会员从Sep 09, 2013开始
406帖子
Feb 19, 2015 at 08:39
会员从Sep 09, 2013开始
406帖子
Stevo0610 posted:
Another one from Synergy FX
http://www.myfxbook.com/members/ForexVentureBot/forexventurebot/1161639
How did you hear about this promo? I'm not trusting anything from synergyFX ever again. Doug Price is fake but the name still shows on the synergyFX mt4 statement. As mentioned before, DonnaForex promotes SynergyFX, SynergyFX in-house Market maker all trades and obviously has developer running hundreds of accounts in their back office and show the ones that work. Donnaforex makes money through promotion of EA as she earns commission per every sale.

*商业用途和垃圾邮件将不被容忍,并可能导致账户终止。
提示:发布图片/YouTube网址会自动嵌入到您的帖子中!
提示:键入@符号,自动完成参与此讨论的用户名。