PureBytes Links
Trading Reference Links
|
Correct. Of course, you could just confirm by doing a test on some
data...
--- In amibroker@xxxxxxxxxxxxxxx, "pa299pa299" <pa299@xxxx> wrote:
> Hi
> Can someone please confirm this is correct?
>
> In the below example the ExMem function will buy on first true
> occurance of buy rule and will not buy again until the sell rule
has
> been triggered
>
> Buy = Open > Ref( High, -1 );
> Sell=Cross( MA(Close, 20 ), Close );
> Buy = ExRem( Buy, Sell );
>
> If you just had the code
> Buy = Open > Ref( High, -1 );
> Sell=Cross( MA(Close, 20 ), Close );
> Then the system could buy multiple times before the sell signal is
> triggered?
>
> Thanks
> peter
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|