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 Fri May 17, 2024 11:22 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Query Re Shift options in Trade
PostPosted: Fri Jan 30, 2015 5:57 am 
Offline

Joined: Thu Jan 29, 2015 5:30 am
Posts: 13
Hi,

I'd like to carry out a buy trade when the MOM Indicator on the previous bar closes below 100 and the Indicator on the current bar closes above 100, indicating the current bar is the first bar following the cross above 100. And I'd like the trade to be activated at the close price of the current bar.

Is the following accurate - especially shift wise?

Indicator: MOM[Shift1] < 100
Indicator: MOM[Shift0] > 100

Cheers

John


Top
 Profile  
 
 Post subject: Re: Query Re Shift options in Trade
PostPosted: Fri Jan 30, 2015 10:57 am 
Offline
Site Admin

Joined: Fri Oct 16, 2009 3:40 pm
Posts: 451
In mt4 you cannot open the trade at the close of the current bar because you do not know the close until you get the open of the next bar, usually you trade at the open (if you trade bars)
In you case if you want the mom evaluated at the close you can do
Indicator: MOM[Shift2] < 100
Indicator: MOM[Shift1] > 100
Use the AND icon to join both conditions


Top
 Profile  
 
 Post subject: Re: Query Re Shift options in Trade
PostPosted: Fri Jan 30, 2015 2:32 pm 
Offline

Joined: Thu Jan 29, 2015 5:30 am
Posts: 13
Sounds good, Thank you very much.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 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