View Single Post
  #2 (permalink)  
Old 10-27-2005, 08:00 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Smile That's what the Expert Advisors are for.

Quote:
Originally Posted by peregrinus
I' ve just started with MT4 and I'm still not sure how to do dome thingd and if they are possible.
For instance, I want to make an Expert advisor based on 2 indicators. I should go like this:
if (conditions_met_by_indicator 1 && cond_met_by_ind2) go short/long

Is there any way to do it?
TIA
Hi peregrinus!

That's exactly what the Expert Advisors are for.
You build an Expert Advisor based on indictors & conditions to automate you TS.

You can download the previous lessons you find in this section, and it left three lessons in this series.
After that we will create our own Custom Indicators & Expert Advisors.

Please send me your indicators & conditions and maybe it will be our practical example of our first EA next week.
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Reply With Quote