PureBytes Links
Trading Reference Links
|
Hello Gary
1.)
you can add the barssince condition to your other other condition.
This looks like:
X = 3;
mybuycond = rsi(9)<20;
Buy = mybuycond & barssince(mybuycond <= X);
you can of course also use it for buy,sell,short,cover, filter.
2.)
filter = used for exploration where you can view your own defined
columns while buy/sell/short/cover
only allows to view the default columns with ticker, trade, date and close.
Thomas
http://www.tradingbasis.com/
Gary wrote:
>1) In AA window, the are 4 types of range, how do I force to select 'n
>last days = X' and change the number of X using AFL?
>I tried searching the archive but I couldn't find it.
>
>2) What is the difference between
>
> Filter = <conditions>;
> Buy = Filter;
>
> and
>
> Buy = <conditions>;
> Filter = Buy;
>
>
>Thanks!
>
>Gary
>
>
>
>
>
>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
>
>
>
>
>
>
>
>
>
>
>
--
Regards
Thomas
http://www.tradingbasis.com/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Help Sudanese refugees rebuild their lives through GlobalGiving.
http://us.click.yahoo.com/hjNroD/EbOLAA/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/
|