Brainwashing: EAs - page 2

 

Nice work guys,Thx for this EA.

Best Regards

 

ok fixed Version

ok here Brainwashing #1a

OnlyEnterOnFullBars = true;

OnlyExitOnFullBars = False;

useCloseTradeRules = False; // newdigital's exit rules

for good result pleaseexperiment with

OnlyEnterOnFullBars = ?

OnlyExitOnFullBars = ?

useCloseTradeRules = ?

TrailingStop = ?

TrailingStep = ?

Files:
 

Here is update of Alex's EA to fix problems, which memebrs have seen when tested this EA online on demo trading (missing orders operations, stopping to trade, etc.)

Basing on my experience with coding and testing EA live I added some code to deal with errors in live environment and reformatted and cleaned up the code for easier reading. No trading logic was changed!

I suggest every EA programmer to look at the code and use similar technique with orders operations - this will help to avoid live trading errors.

Testers, please, use this version.

p.s. didn't noticed my bug with price for OrderSend. updated expert re-uploaded.

Files:
 

I try this EA whit timeframe M15 H1 and H4.... the results it's not ok...

Do you have some pressets for This EA ?

In my opinion, i think a simple logic for this Ea based on PriceChannel_Stop_v1 is:

- then recive signal "UpTrend Signal" -> close a SHORT order ( if exists) and open a LONG Order

- then recive signal "DownTrend Signal" -> close a LONG order ( if exists) and open a SHORT Order

I think, for H1 and H4 time frame this is ok.

(Sorry for my english)

 

I am testing this EA and seems it is necessary to use some filter.

Everything was described in

https://www.mql5.com/en/forum/172979

https://www.mql5.com/en/forum/172979/page4

But anyway this EA did me +85p for today only (m15, 4 main pairs).

See at https://www.mql5.com/en/forum/172979

And without filter.

Because Brainwashing #1b EA always follows the big trend up to the end of the trend. It is very good even without filter.

 

Find the indicators for the Brainwashing #1c EA.

Please note that this EA will not work without indicators.

Description of the settings, timeframes etc you may find in the 'Setup Questions' area at https://www.mql5.com/en/forum/173031

Files:
 

Brainwashing #1c2

It is an other modification of this Brainwashing EA.

Changing are the following.

- May be people remember that we discussed about exit and confirmation by iTrend indicator on current or previous bar (see discussion area)?

In the next version you may select:

1. how many bars are necessary to wait for iTrend confirmation of the entry signals;

2. all the orders are closing without iTrend confirmation (in original #1c version iTrend indicator is responsible for the exit as well to

catch big profit and to be on-trend up to the end of the trend).

Files:
 

Brainwashing #1d

Brainwashing #1d:

it is the same with Brainwashing #1c_2 but we have an other options for exit (T3 Trix indicator lines crossing). It is too early sometimes but I think it is up to the strategy and character of the trader. Anyway you may switch this option to false and you will receive Brainwashing #1c_2.

Please find attached Brainwashing #1d EA and indicators' set for this version (this EA is not working without indicators presented).

Besides the estimation and selection of iTrendLevel is very important and all about settings please find at https://www.mql5.com/en/forum/173031

Some people said that S/L level should be more higher (50 for example) for the higher than m15 timeframes. May be. This settings is very preliminary one and finally we will find the right settings for this EA. Anyway we need your opinion about the right settings for this new versions.

Files:
 

Hi,

What time frame for this new version?

Thanks

 

Hi All,

This EA looks really good. Anyone got any recent results?

Thanks

Reason: