- Search Energy EXCH
-
abokwaik replied Dec 30, 2014Please not the MA_CROSS_WT_04 has a parameter for the Time_Frame used. Inside MQ4 you can use PERIOD_D1, PERIOD_H4 ... etc. But if you enter it in the Input Parameter Window, it should be entered as number of minutes in the time frame (e.g. for D1 : ...
Robot Lab Project
-
abokwaik replied Dec 30, 2014Some notes for traders forward testing robots : Since I am providing the MQ4 (source files), this will allow you to enter your preferred parameters in the MQ4 file instead of changing the defaults each time you forward test the robot. If you want to ...
Robot Lab Project
-
abokwaik replied Dec 30, 2014we would prefer if the EA only opens positions at the OPEN of a new candle only to minimize opening positions instantly Possible and Logical. I will do it as soon as I finish Pinocchio beta.
Robot Lab Project
-
abokwaik replied Dec 30, 2014In the original robot, the slower MA is used as a filter. So We take only long trades above Slower MA, and Only short entries below it. Thus filtering out bad trades (trades against the major trend identified by Slower MA). As I understood from your ...
Robot Lab Project
-
abokwaik replied Dec 29, 2014Yes, actually I had it earlier in the table of contests in the 1st post under "coorelation systems", but removed it later due to complexity. If you guys are interested I can put it back and discuss some systems under that group.
Robot Lab Project
-
abokwaik replied Dec 29, 2014multitimeframe can be done in mq4, by explicitly referring to the different TFs inside the code. multicurrency is not available in mq4, I think its available now in mq5, but didn't try it yet. PS: in case of confusion, my answer was regrading back ...
Robot Lab Project
-
abokwaik replied Dec 29, 2014Comparing Ochuko system with Ladder (which is actually a position management method, not a complete system as I mentioned in an earlier post) shows the ladder has better ranking than Ochuko in terms of Expectancy, Sharpe Ratio, Return/Draw Down, ...
Robot Lab Project
-
abokwaik replied Dec 29, 2014Sure. In my previous response regarding Trailing Stop Loss (TS), I was not talking about 10pips TS of course. If you're trading daily it should be at least 2 xADR, and equal or greater than initial SL.
Robot Lab Project
-
abokwaik replied Dec 29, 2014Sorry, I missed Ochuko part Also can you do that in the Ochuko ea.? With all respect, IMHO I don't think Ochuko strategy will lead to a profitable robot. AC, AO and PSAR are lousy indicators. Mostly they will let you in too-late and also let you ...
Robot Lab Project
-
abokwaik replied Dec 29, 2014My comments in blue ... Take profit inputs 2x and 5x the stop loss : can be done through TP and SL ooptions I described breakeven: can be sone through trailing stop. trailing stop optional (y/n) : so where to close the order ? from my experience (on ...
Robot Lab Project
-
abokwaik replied Dec 29, 2014Thanks, I checked it yesterday (reached it through google). But not what I am looking for.
Robot Lab Project
-
abokwaik replied Dec 29, 2014Pinocchio System Our next Robot will be using a system based on pin bars reversals. Valid Bullish Pin Bars: Body is at most 25% of the whole bar Lower Tail at least 75% of the whole bar Upper Tail at most 10% of the whole bar Formed at Bottom (Lower ...
Robot Lab Project
-
abokwaik replied Dec 28, 2014In addition to data resources. I am looking also at Robot testing tools (outside mt4). Currently I am evaluating EA Analyzer v.3 from StrategyQuant which can read the trades from MT4 tester report. Anyone familiar with such software tools (hopefully ...
Robot Lab Project
-
abokwaik replied Dec 28, 2014Running the same test in previous post on years from 2001 to 2014 separately gave the below results: Its like we were withdrawing profits/or depositing the loss at each year so we start each year with 10,000 balance. image Testing with the same ...
Robot Lab Project
-
abokwaik replied Dec 28, 2014Since draw down was higher, I ran the same test with changing only the "Lot_as_EQ_Perc=0.01" instead of 0.02. image Result : almost the same draw down and profit on both tests with low and high modeling quality. So (Based on these 2 tests ) , I ...
Robot Lab Project
-
abokwaik replied Dec 28, 2014MA_CROSS_WT System : Version 3 Backtesting with better Modeling Quality I managed to produce 90% Modeling Quality. Test was run on M5 (but using D1 period inside the robot through an input parameter for Time_Frame) For that I am attaching the same ...
Robot Lab Project
-
abokwaik replied Dec 28, 2014Historical Data I opened a demo account with AlPariUK. Downloaded M1 data back to 2000 for EUR/USD (using AlPariUK). Re-Calculated all time frames data. M1-Chart is showing bars back to 2000. Tested one robot on D1 time frame, Still I didn't get 99% ...
Robot Lab Project
-
abokwaik replied Dec 28, 2014Good call, I did this before sleep last night
. So you have to forgive me. I will update in a moment. DONE. Kindly re-download from same post hereRobot Lab Project