|
Hello,
There are many ways you can write
formulas to get Buy / Sell signals. At the end of the day, its about the logic
you want to apply, ie what conditions should be fullfilled for Buy /
Sell.
Here is a simple Moving Average
Crossover
Buy=Cross(MA(C,5),MA(C,15));
Sell=Cross(MA(C,15),MA(C,5)); Normally, Sell is also used to Short
and Buy for Cover though you may prefer different timescales for the
same.
Cheers
Prashanth
__._,_.___ 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
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
