I need help to finish ea " elliot wave oscillator + adx (50) + sar

 

hi

I am try to finsih the EA EWO+ ADX + SAR but i dont know how do it.

The strategy is it:

PARES : AUDUSD AND NZDUSD OR AUDYEN OR NZDYEN

to buy: When Elliot wave oscillator cross down above and the seconD bar closed >0 IF +ADX 50( DI ABOVE -DI) AND Psar below price.

To sell is the opposite.

Attachment the file with EA.

 

May you provide more details on what's exactly should be changed/added?

P.S. To be honest this strategy doesn't seem to be profitable. It may be used as a single part of more complex strategy; but its hardly will make any profit if used alone.

 
gusgoa:
hi

I am try to finsih the EA EWO+ ADX + SAR but i dont know how do it.

The strategy is it:

PARES : AUDUSD AND NZDUSD OR AUDYEN OR NZDYEN

to buy: When Elliot wave oscillator cross down above and the seconD bar closed >0 IF +ADX 50( DI ABOVE -DI) AND Psar below price.

To sell is the opposite.

Attachment the file with EA.

Hi,

That EA is only modification from MT4 EA Example (Moving Average).

Hi, looking for friends to discuss Elliot Wave EA (Robot)

To modify Buy or Sell conditions go to this section : //---- buy conditions : xxxxx & //---- sell conditions : xxxxx

1) iCustom(NULL,NULL,"EWO",0,0) 0 (zero) at the back means Current EWO.

use 1 for previous 1 bar, 2 for previous 2 bar and so on.

2) iSAR(NULL,NULL,0.02,0.2,0) > Ask =====> means Current Parabolic ABOVE (>) current Ask price.

3) iADX(NULL,0,50,PRICE_CLOSE,MODE_MINUSDI,0) > iADX(NULL,0,50,PRICE_CLOSE,MODE_PLUSDI,0))

Means: Current ADX PLUS is above (>) ADX MINUS.

Cheers,

Ganstgi

Reason: