View Single Post
  #1 (permalink)  
Old 11-21-2008, 04:43 AM
GeorgeL GeorgeL is offline
Member
 
Join Date: Jun 2008
Posts: 51
GeorgeL is on a distinguished road
Coding an EA / Help

I am currently going through the MQL4 CodersGuru Tutorials.

I have no previous coding experience in any way or form.

I do however trade, not for a living but, I have to start some where.

Ok... So here's the deal.

I want to create a scalping EA. I know there's plenty.

Anyhow it's based off of. RSI & Moving averages.

Rules:
Short if RSI Touches 70 and Moving average complies

Long if RSI Touches 30 and Moving average complies.
(I do want to be able to optimize parameters such as TP,SL,RSI,MA)

There's probably these type of scalping EA's out there. I just want my own

Another thing I would like the EA to do is multi positions. EX: If I get a few short signals I want a few short positions. I would also like it if I get an opposite signal even if I have current positions open to open as well.

It would be great if we can also ext the number of positions to open.

I also want the capability of having the TP/SL post or hide.


I also have some other ideas for EA's which are pretty neat and have worked ok on all currencies.

Any help is appreciated and I also know this EA might be out there. If it is please direct me to it, only if it's open source.
Reply With Quote