Somebody can help me to create an EA of this (very difficult to implement) strategy?

 

Hi Guys:


I would like to see who will be willing to help building this strategy on an EA for MetaTrader.

The whole description is in Spanish, let me know if you need help with the translation.

Is an amazing strategy, almost never loses getting huge profits.....but unfortunately very very difficult to implement.


http://www.forex.es/ninpolines-system-t372.html


Any help will be welcome


Regards

 

My spanish is not that good, but why do you think this one is difficult to implement? It seems that it is primarily an indicator-based EA, so it shouldnt be that hard...And my opinion in general is that any strategy that comes with clear rules can be coded. The problem usually is to come up with clear enough rules...

Are there any results (demo accounts) that anyone using this strategy has shown?

thank you

Automated (automatedfx@gmail.com)

--
http://www.forexmosaic.com/ - free publishing, analyzing and portfolio building service

 
Automated:

My spanish is not that good, but why do you think this one is difficult to implement? It seems that it is primarily an indicator-based EA, so it shouldnt be that hard...And my opinion in general is that any strategy that comes with clear rules can be coded. The problem usually is to come up with clear enough rules...

Are there any results (demo accounts) that anyone using this strategy has shown?

thank you

Automated (automatedfx@gmail.com)

--
http://www.forexmosaic.com/ - free publishing, analyzing and portfolio building service

Well for what we can get in the pictures, I could say that:

1. You buy/sell when the price crosses the EMA55 up/down and:

1.1 QQE cuts the 50 up/down

1.2 CCI-SMA cuts the red line up/down.

1.3 Laguerre indicator crosses 0.15 ascending / 0.75 descending

If you are already long/short in the price, you will have to buy/sell when the white line in the QQE indicator will cut the blue one.

Said as this, looks simple, but the difficulty is how to implement the QQE and CCI indicators in the code…..

In the post you can find many picture examples about it, I attach also one where the strategy is clear.

Let’s see if we can make some progress!

 

Well for what we can get in the pictures, I could say that:

1. You buy/sell when the price crosses the EMA55 up/down and:

1.1 QQE cuts the 50 up/down

1.2 CCI-SMA cuts the red line up/down.

1.3 Laguerre indicator crosses 0.15 ascending / 0.75 descending

If you are already long/short in the price, you will have to buy/sell when the white line in the QQE indicator will cut the blue one.

Said as this, looks simple, but the difficulty is how to implement the QQE and CCI indicators in the code…..

In the post you can find many picture examples about it, I attach also one where the strategy is clear.

Let’s see if we can make some progress!

 

it is really easy to implement (use) an indicator from your EA. Since you have both indicators already (QQE and CCI-SMA) you can always use the iCustom() function from inside your EA to call them...More info can be found here: https://docs.mql4.com/indicators/iCustom

thank you

Automated (automatedfx@gmail.com)

--

my recent grid trading:

http://fx-grid2.forexmosaic.com/ - 8621 pips in 7 weeks

http://fx-grid3.forexmosaic.com/ - 2068 pips in 3 weeks

 

Thx for the reply!


I have limited programming skills, so all I can provide is the translation spanish-english and of course, the strategy explanation....

Will be anybody willing to build the code for the strategy?


Regards

 
johndoe:

Will be anybody willing to build the code for the strategy?

why ?

 
johndoe wrote >>

Thx for the reply!

I have limited programming skills, so all I can provide is the translation spanish-english and of course, the strategy explanation....

Will be anybody willing to build the code for the strategy?

Regards

Do you have the inidicators? If you do I will try to assist you.

Also you need to develop the trade management rules in addition to clear entry and exit rules. (example, do you wnat to modify a trade at any point liek trailing stops or breakeven points etc).

You also need to give some thought to dealing with false triggers and favourable market conditions or trade time filters.

whocares

 

@meikel: Because this system works, and due to my work, I cannot be in front of the computer the whole day. Like this, I will be able to get profit in the forex while I am at work.

@whocares: thanks for the reply. Here are the indicators attached.


The rules, as you can see in the link I pasted, are simple ( they can be easily deducted from the pictures).Wait for the price to cross the EMA55 (ascending or descending) and wait for

(QQE to cut the 50 line

and CCI to cut the red line

and Laguerre to cross above 0.15 (to buy) or below 0.75 (to sell)).



All these cuts can be done in ascendent or descendent trend, which we will use to buy/sell.


Once we are in a position ( either we bought or we sold), our signal to get out will be when, within the QQE indicator, the white line will cross the blue line.


Thanks for your help, if we manage to build this one we wont have to worry anymore about been trading in front of the laptop!

Files:
ninpolines.rar  72 kb
 

Whocares,


Do you need some other additional information?