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

Parabolic SAR
http://www.molanis.com/forum/viewtopic.php?f=11&t=6065
Page 1 of 1

Author:  RobinB [ Tue Aug 19, 2014 9:58 pm ]
Post subject:  Parabolic SAR

Hi, let's say I want to "buy" when the PSAR is under the price and I want to "close buy" when there are 3 dots over price. Can this be done?

Author:  RobinB [ Wed Aug 20, 2014 3:55 am ]
Post subject:  Re: Parabolic SAR

I figured it out. This is how I did it:
(psar(shift 3)>iclose(shift 3))&&(psar(shift 2)>iclose(shift 2))&&(psar(shift 1)>iclose(shift 1))

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/