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

Re: [amibroker] BuyPrice and SellPrice



PureBytes Links

Trading Reference Links

Ivan,

AmiBroker checks **price arrays against High-Low range.
if price you assigned is outside this range it gets re-adjusted to High
(if your price was higher than High) or to Low ( if your price was lower than Low)

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Ivan" <ivano65@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, April 22, 2002 2:00 PM
Subject: [amibroker] BuyPrice and SellPrice


> I would like to build a zero-loss system. I tried this way, but he does not
> work:
> buy= ...
> sell= ...
> SellPrice= max (SellPrice, BuyPrice)
> 
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>