PureBytes Links
Trading Reference Links
|
BuyPrice/SellPrice is just another set of arrays. So they will have a
value for every day whether or not a buy or sell is triggered.
Michael
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of thecoolestdude1369
Sent: Thursday, 9 November 2006 11:30 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: really really need help....
i was expecting to see a column with all the buy prices and since
the formula won't trigger on the same day all the sell prices in the
next column. they should both be different prices. for instance
the price of the stock at the close when all buy criteria is met and
the price of the stock at the close when all sell criteria is met
for the trade to close out. this way i can look and see profit and
loss.
--- In amibroker@xxxxxxxxxxxxxxx, "Mark H" <amibroker@xxx> wrote:
>
> What do you expect to see then?
>
> BuyPrice and SellPrice are arrays which are automatically assigned
by the Settings under the "Trades" tab.
> They are of course the same if they are both set to open or close
in the Settings there.
>
> ----- Original Message -----
> From: thecoolestdude1369
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Wednesday, November 08, 2006 6:21 PM
> Subject: [amibroker] really really need help....
>
>
> i've sent this in before but can't seem to get it to work and
have not
> got any fix. i've read the guide, i've looked at countless
examples
> and went through the tutorial several times and still can't get
this
> to work. here's a simple formula that i found in the tutorial--
which
> seems to work fine in scan and backtest but having abolutely no
> success in exploration.... buy and sell price are always the
same and
> never show the profit or loss. what am i doing wrong!? please
help...
> i want it to work for exploration./
>
> Buy = Cross(Signal(),MACD());
> Sell = Cross(MACD(), Signal());
>
> Filter = Buy OR Sell;
>
> AddColumn(BuyPrice,"buy price", 10.2);
> AddColumn(SellPrice,"sell price",10.2);
> AddColumn(BuyPrice-SellPrice,"profit",10.2);
>
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 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
Yahoo! Groups Links
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.14.11/542 - Release Date: 11/20/2006
|