[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] A Buy without a Sell?



PureBytes Links

Trading Reference Links

Ken --
I 've developed some fairly complex stop, limit, and stop/limit rules, and had some of the same experience you describe.
 
The way I handle it is to first calcuclate:  mybuy, mybuyprice, mysell, and mysellprice arrays and avoid the use of  the 'predefined' arrays, buy, buyprice, sell, and sellprice till the very end of my code.  Then the last few statements are:
buy = mybuy;   buyprice=mybuyprice, etc.
 
I believe that problems arise because buyprice is 'predefined' and "defines buying price array (this array is filled in with the default values according to the Automatic Analyser settings)"
 
Hope this helps.
-- Keith


 
----- Original Message -----
From: "Ken Close"
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] A Buy without a Sell?
Date: Sat, 15 Nov 2008 16:03:14 -0500

Curious and basic:  I have a fairly good entry signal, and want to Buy on this signal.  I have no Sell signal, only want to follow a stop to take out the trade.  Initially a percentage stop and then turn it into a trailing stop.
 
But I can't get around the need for the Sell statement.  As I said, basic.
 
I have tried a BuyP = Valuewhen(Buy, Close,1);
Then Sell = 0.95 * BPrice < L; 
 
But while I see some places where this works, I see lots of other places where it did not.  Puzzling.
 
Anyone got a simple way to Buy on a signal and then ONLY sell on violation of a stop?
 
Thanks,
Ken


--
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com!
__._,_.___

**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

*********************************




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___