RevEnginePro 20 Pairs (โดย forex_trader_165856)

ผู้ใช้ได้ลบระบบนี้

RevEnginePro 20 Pairs การสนทนา

Jan 29, 2015 at 18:29
5,900 การดู
216 Replies
เป็นสมาชิกตั้งแต่ Jan 06, 2014   256 โพสต์
Feb 16, 2015 at 14:05
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
เป็นสมาชิกตั้งแต่ May 15, 2011   38 โพสต์
Feb 16, 2015 at 15:30
Frank, those issues from '02.12.2015 13:00' ie., auto closing of orders, has been fixed, right?
เป็นสมาชิกตั้งแต่ May 15, 2011   38 โพสต์
Feb 16, 2015 at 15:37
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.
เป็นสมาชิกตั้งแต่ May 15, 2011   38 โพสต์
Feb 16, 2015 at 15:48
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?
rob559
forex_trader_29148
เป็นสมาชิกตั้งแต่ Feb 11, 2011   1916 โพสต์
Feb 16, 2015 at 16:38
doing a lot of good work here guys,keep it up
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 17, 2015 at 17:09
corre71 posted:
Attached my BT for EURUSD with the suggested set file. The BT is made with tick datas and 1.2 pips spreads

Thank you for providing a Tick Data Modeling Quality backtest. The results are very impressive.
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 17, 2015 at 17:12
fxdad posted:
Frank, those issues from '02.12.2015 13:00' ie., auto closing of orders, has been fixed, right?
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.
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 17, 2015 at 17:19
fxdad posted:
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.
I trade manually https://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.
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 17, 2015 at 17:25
fxdad posted:
Btw, regarding those 130 errors, I am using FXChoice ECN Demo server. That's not a market maker, right?
It's associated with the StopLevel Limits set by the broker. Even if they are ECN they may not allow a Zero Stoplevel - https://book.mql4.com/appendix/limits - I'll take care of this issue today.

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.
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 17, 2015 at 17:26
corre71 posted:
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
How did the GBPUSD optimization work out?
เป็นสมาชิกตั้งแต่ Jan 06, 2014   256 โพสต์
Feb 17, 2015 at 17:29
RedRhino posted:
corre71 posted:
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
How did the GBPUSD optimization work out?
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
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 17, 2015 at 17:56
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   1557 โพสต์
Feb 18, 2015 at 00:42
Thanks would be great as I also couldn't get back testing to work
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 18, 2015 at 15:09 (แก้ไขแล้ว Feb 18, 2015 at 15:10)
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.
เป็นสมาชิกตั้งแต่ Sep 13, 2012   20 โพสต์
Feb 18, 2015 at 19:38
What Parameters should be considered most important for optimizing?
RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 19, 2015 at 05:31
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.

เป็นสมาชิกตั้งแต่ Sep 13, 2012   20 โพสต์
Feb 19, 2015 at 07:21
เป็นสมาชิกตั้งแต่ Sep 13, 2012   20 โพสต์
Feb 19, 2015 at 07:28
Ok thanks i will run some optimizations. Ist definately better than Rev Trader Pro..
เป็นสมาชิกตั้งแต่ Sep 13, 2012   20 โพสต์
Feb 19, 2015 at 07:28



ไฟล์แนบ :

RedRhino
forex_trader_149646
เป็นสมาชิกตั้งแต่ Sep 09, 2013   471 โพสต์
Feb 19, 2015 at 08:39
Stevo0610 posted:
Another one from Synergy FX
https://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.
You must be connected to Myfxbook in order to leave a comment
*การใช้งานเชิงพาณิชย์และสแปมจะไม่ได้รับการยอมรับ และอาจส่งผลให้บัญชีถูกยกเลิก
เคล็ดลับ: การโพสต์รูปภาพ/youtube url จะฝังลงในโพสต์ของคุณโดยอัตโนมัติ!
เคล็ดลับ: พิมพ์เครื่องหมาย @ เพื่อป้อนชื่อผู้ใช้ที่เข้าร่วมการสนทนานี้โดยอัตโนมัติ