Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Brain Systems


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 10-22-2005, 12:35 AM
MFX's Avatar
MFX MFX is offline
Member
 
Join Date: Oct 2005
Posts: 92
MFX is on a distinguished road
Thumbs up

Thank's Alex,newdigital and everybody for contribuition!

See you Next Week Again!

Cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 10-22-2005, 05:29 AM
Junior Member
 
Join Date: Oct 2005
Posts: 14
sky_forex is on a distinguished road
Smile

Nice work guys,Thx for this EA.

Best Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 10-22-2005, 06:20 PM
Alex.Piech.FinGeR's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
ok fixed Version

ok here Brainwashing #1a


OnlyEnterOnFullBars = true;
OnlyExitOnFullBars = False;

useCloseTradeRules = False; // newdigital's exit rules

for good result please
experiment with

OnlyEnterOnFullBars = ?
OnlyExitOnFullBars = ?
useCloseTradeRules = ?
TrailingStop = ?
TrailingStep = ?


Attached Files
File Type: mq4 Brainwashing #1a.mq4 (8.9 KB, 476 views)

Last edited by Alex.Piech.FinGeR; 10-22-2005 at 06:26 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 10-30-2005, 06:38 PM
Beluck's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 196
Beluck has much to be proud ofBeluck has much to be proud ofBeluck has much to be proud ofBeluck has much to be proud ofBeluck has much to be proud ofBeluck has much to be proud ofBeluck has much to be proud ofBeluck has much to be proud of
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.
Attached Files
File Type: mq4 Brainwashing #1b.mq4 (10.4 KB, 471 views)

Last edited by Beluck; 10-30-2005 at 09:26 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 10-31-2005, 11:47 AM
Junior Member
 
Join Date: Oct 2005
Posts: 10
twinsen is on a distinguished road
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 10-31-2005, 12:07 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,991
Blog Entries: 71
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
I am testing this EA and seems it is necessary to use some filter.
Everything was described in
Brainwashing. Trades: manually and using EAs
http://www.forex-tsd.com/brain-systems/148-brainwashing-trades-manually-using-eas-post1110.html#post1110

But anyway this EA did me +85p for today only (m15, 4 main pairs).
See at http://www.forex-tsd.com/brain-systems/148-brainwashing-trades-manually-using-eas-post1127.html#post1127

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.

Last edited by newdigital; 10-31-2005 at 04:17 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 11-01-2005, 10:30 PM
forexts's Avatar
Administrator
 
Join Date: Sep 2005
Posts: 291
forexts has disabled reputation
Brainwashing 1c

Nice backtesting in 1h charts.

Alex.Piech.Finger & Beluck Work



Itrend values recommended by NewDigital:

between 0.10 and 0.15 for usdjpy M15; 0.19 for usdjpy H1;
0.0017 - 0.0026 for gbpusd M15; 0.0044 for gbpusd H1;
0.0013 - 0.0016 for eurusd M15; 0.002 for eurusd H1;
0.0015 for usdchf M15; 0.003 for usdchf H1.
Attached Files
File Type: mq4 Brainwashing #1c.mq4 (11.3 KB, 509 views)

Last edited by newdigital; 11-14-2005 at 09:11 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 11-02-2005, 07:43 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,991
Blog Entries: 71
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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 Brainwashing: system setup for trading manually and for EAs
Attached Files
File Type: zip indicators_1c.zip (3.2 KB, 834 views)

Last edited by newdigital; 11-02-2005 at 03:23 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 11-08-2005, 07:22 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,991
Blog Entries: 71
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Other modification of Brainwashing.
But not modification exactly. it is the same Brainwashing #1c slighly modifies.
This modification is producing more trades per day.
But it may be more risky.

See settings at Brainwashing: system setup for trading manually and for EAs
For this Brainwashing #1c1 all the settings are the same with Brainwashing #1c. It means I tested using the same pre-set file.
Attached Files
File Type: mq4 Brainwashing #1c1.mq4 (11.2 KB, 395 views)

Last edited by newdigital; 12-25-2005 at 03:24 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 11-08-2005, 07:34 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,991
Blog Entries: 71
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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).
Attached Files
File Type: mq4 Brainwashing #1c_2.mq4 (11.5 KB, 433 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Brainwashing. Trades: manually and using EAs newdigital Brain Systems 159 05-31-2008 12:29 AM
Brainwashing: system development newdigital Brain Systems 45 11-24-2006 11:55 AM
Brainwashing: request MFX Brain Systems 23 02-16-2006 08:34 PM


All times are GMT. The time now is 06:40 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.