PureBytes Links
Trading Reference Links
|
How to code this? Can anyone here help?
Suppose my sell signal should be atleast 3 day's old ( 4th day sell;
>3) after the buy signal occured;
suppose my sell is Cross(MA50, Close); but this is to be valid if the
sell signal is more than 3 days/bars after the buy signal has occured
( buy is Cross(Close, MA30); )
I have tried the following-
Buy=Cross(Close, MA30);
Sell=IIf( BarsSince(Buy)>3 AND Cross(MA50, Close),True,False);
is it ok? the problem is in DSE the rule is after yoo buy a stock you
can sell that on 4th day and afterwards....its called 3 day maturity
( buy day + 2 days, on 4th day ur stock is matured and you are
alllowed to sell) ....weired, Ha?
Thanks,
Tarmi
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|