MQL4 - automated forex trading   /  

Code Base

ODL Securities

Code Base  Expert Advisors  DoubleUp with a twist To post a new code, please log in or register

This expert is for
MetaTrader 4
Download MT4 - 3.5 Mb

Mobile trading!
Buy a license and be mobile in your trading!

Name:
DoubleUp with a twist [ cn ]
Author: hmmlotfy (2008.02.17 11:24)
Downloaded: 3491
Download:
 DoubleUp2.mq4 (3.5 Kb) View

Here is a way to dramatically improve the doubleDown algorithm, still the same works good on 1 min EURUSD but mush more satisfactory results: here is the results from Jan 2006 to date:

I hope you like it and please rate it if you like it so others can know.

Thank you

Hazem

 

4 comments  To post a new comment, please, log in or register
edfiuza wrote:
What are the results at M5?  What about others pairs?

Thanks


edfiuz:

I am not sure what it would be for other currency but all the tests I did where for 1 min EURUSD. as far as other time frames it will probably loss since its calculates based on the 1 min, if you want to make it work for other time frames you might want to edit the program a bit and find the best suitable CCI and MACD values.

Hope this helps

Hazem Lotfy

 

18.02.2008 22:15 hmmlotfy
What are the results at M5?  What about others pairs?

Thanks
18.02.2008 16:12 edfiuza
marcb wrote:
Why do you multiply iMACD by 1000000?

marcb:

 because MACD displays its results in decimals such as this: 0.00022, to link the MACD this to CCI i multiply it by 1000000 so that way it will be 220 instead, which is more like how cci moves.
Hope that helps

Hazem

18.02.2008 00:07 hmmlotfy
Why do you multiply iMACD by 1000000?
17.02.2008 15:39 marcb