Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4


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 (6) Thread Tools Display Modes
  6 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 08-10-2007, 09:33 AM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
Question EA with exit on RSI movement

Colud you please advice me,
I look code or help- I need exit from trade on opposite movement RSI against entry- example: entry on cross two ema and RSI up 75 and exit on RSI down 60 or 50???
look picture- entry red lines exit if recross RSI down on 50 or 60? depends on currrencies
Thx bj
Attached Images
File Type: jpg example.jpg (75.7 KB, 1365 views)

Last edited by brainjt; 08-10-2007 at 09:37 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-10-2007, 09:40 AM
Senior Member
 
Join Date: Nov 2006
Location: Ukraine
Posts: 491
Shinigami is on a distinguished road
Thats not exit on RSI retrace. Thats exit on RSI being high. That is exiting way too soon. Try trading manually, you might learn when to exit.
__________________
MQL4 programming is easy ^^
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-10-2007, 09:44 AM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
Wink Hi

thx for answer,
is it possible write code for it?
it can be SL on RSI bellow 50 or 60,
it helps me elominates loss if tred reverse
thx

Last edited by brainjt; 08-10-2007 at 09:57 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-10-2007, 09:50 AM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
Question example

entry is clear, after cross 5 and 8 EMA and RSI bellow 25- now need have SL if RSI cross up level 40 or 5O RSI, if not befeore TP or BE certainly
thx
Attached Images
File Type: jpg exmaple.jpg (90.7 KB, 1335 views)

Last edited by brainjt; 08-12-2007 at 11:11 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-10-2007, 09:53 AM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
Talking Hi

another pictures-
Attached Images
File Type: jpg example 3.jpg (182.4 KB, 1342 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-10-2007, 05:06 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,980
Blog Entries: 68
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
Hi brainjt,

It is not understandable concerning your rules to enter from your image.
And because of that I tried to code 2 EAs. Anyway you may see everything from inside the code.

Case #1.

Code:
You are entering if:
- RSI is crossing some level (above 70 for buy and below 30 for sell)
and
- one ema is above the other ema 
(as confirmation of the trend)
----------------------

Case #2:

Code:
You are entering if:
- one ema is crossing the other ema;
and
- RSI is above some level (above 70 for buy and below 30 for sell).
So it is completely different cases to enter.

---------------------

And you want to close the order on: sl, and tp, and ts, and on RSI.

So case #2 is MA_ExpertProfit_1 (attached).
Case #1 is MA_ExpertProfit_2 (attached).

If you need to code something differently so it is very easy to change it from inside the code.
Attached Files
File Type: mq4 MA_ExpertProfit_1.mq4 (7.6 KB, 176 views)
File Type: mq4 MA_ExpertProfit_2.mq4 (7.6 KB, 159 views)

Last edited by newdigital; 08-10-2007 at 05:08 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-10-2007, 06:07 PM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
Thumbs up HI NewDigital

thx, Ill study this EA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-10-2007, 06:32 PM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
HI newdigital

my idea is based on EA bago method MikhailEA V2revised BE- very nice profit on 15 min - entry cross 5 and 8 ema and RSI bellow or up 25 resp. 75, if I give fixed SL 40 and TP 25 in trending market ist oh key, but after reverse trend - I want exit on RSI cca 5O, I note that this SL is more lower then fixed SL
i attach picture- sorry for my english and mistakes
vertical puprle line is entry on bago EA- fixed SL is horizontal gold line- 40 pips
aqua horisontal line is SL on RSI cross 5O- its more lower then fixed SL
Thx
Attached Images
File Type: gif explanation.gif (33.0 KB, 1282 views)

Last edited by brainjt; 08-11-2007 at 09:09 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-10-2007, 06:56 PM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
Question Hi

is it possible add code Case #1 is MA_ExpertProfit_2 in bago ea....
Attached Files
File Type: mq4 Bago-Method_Mikhail-EA-V2 revised BE.mq4 (38.6 KB, 201 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-10-2007, 07:45 PM
brainjt's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 293
brainjt is on a distinguished road
Arrow Change

I tried modify bago ea - without success

Last edited by brainjt; 08-11-2007 at 11:21 AM.
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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/9048-ea-exit-rsi-movement.html
Posted By For Type Date
Bagovino Method - Page 187 This thread Refback 02-14-2008 01:14 AM
Bagovino Method - Page 187 This thread Refback 10-15-2007 06:42 PM
Bagovino Method - Page 187 This thread Refback 10-02-2007 12:33 PM
Bagovino Method - Page 187 This thread Refback 08-17-2007 10:11 AM
Bagovino Method - Page 187 This thread Refback 08-16-2007 02:02 PM
Bagovino Method - Page 187 This thread Refback 08-16-2007 01:57 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
how much movement lodol2 Indicators - Metatrader 4 3 08-04-2007 10:51 AM
Currency - Daily Movement XOLOSIS General Discussion 10 04-02-2007 08:10 AM
EA Based on Price Movement babarmughal Expert Advisors - Metatrader 4 10 05-29-2006 07:56 PM


All times are GMT. The time now is 08:54 PM.



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