PureBytes Links
Trading Reference Links
|
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);
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
|