molanis.com/forum - Tools for MetaTrader : The place to ask about the best expert advisor builder, expert advisor downloads, and expert advisor programming

AFTER YOU REGISTER SEND US AN EMAIL TO ACTIVATE YOUR ACCOUNT - Before posting:-1- Please read the user guide -2- Try the examples -3- Search in the forum
It is currently Sun Apr 28, 2024 2:43 pm

All times are UTC - 5 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: And Or and If when calculations
PostPosted: Thu Jul 26, 2012 12:25 am 
Offline

Joined: Tue Jul 24, 2012 4:27 am
Posts: 2
Can you please explain how to set off a trade when say, the current candle just closed, and it has closed in the top or bottom 70% range of the candle, and the high of any of the last 5 candles was less than the high of the current candle?

Thanks


Top
 Profile  
 
 Post subject: Re: And Or and If when calculations
PostPosted: Sat Jul 28, 2012 9:36 am 
Offline
Site Admin

Joined: Fri Oct 16, 2009 3:40 pm
Posts: 451
Let's divide it in conditions that will be join by an AND icon
1. the current candle just closed - by default if you trade bars the ea trade with the first tick after the close
and
2. it has closed in the top or bottom 70% range of the candle - here you need an indicator to define the range. You can in the indicator builder create the range, something like high - low times 0.7 (you can include the abs value). Then you import it in the strategy builder and compare the close to the indicator. You can also create this condition in the mql icon
and
3. the high of any of the last 5 candles was less than the high of the current candle, you need an indicator that shows the high of the last 5 candles, import it and compare it with the high. The indicator builder has an example that shows how to get the highest high.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by Molanis © 2009