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

[amibroker] udy Exploration



PureBytes Links

Trading Reference Links

Unisg the code below, the exploration window is missing last entry.
 

Short1 = Cross(High,Study("RE",1923));

Short2 = Cross(Study("ST",1923),Low);

Short = Short1 OR Short2;

Buy = Cross(Study("SU",1923),Low);

Filter = Buy OR Short;

AddColumn(Close,"Close");

AddColumn(IIf(Buy,1,IIf(Short,-1,0)),"Trade2");

Ticker   Date/Time   Close    Trade2 
AAPL    7/25/2005   43.81     -1.00 
ADBE   7/26/2005    29.75     1.00 
BZF      7/26/2005    36.42                    < === missing value

Anyone see a problem with code?

Ara



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





YAHOO! GROUPS LINKS