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

RE: [amibroker] Equity() observation



PureBytes Links

Trading Reference Links


<FONT face="Comic Sans MS" color=#0000ff 
size=2>Ok, got it !!
<FONT face="Comic Sans MS" 
color=#0000ff size=2> 
<FONT face="Comic Sans MS" 
color=#0000ff size=2>Quite amazing !!  And you can quote me 
!!
 
<FONT face="Vladimir Script" color=#000080 
size=5>Rick

<FONT face=Tahoma 
size=2>-----Original Message-----From: Tomasz Janeczko 
[mailto:amibroker@xxxx]Sent: Thursday, April 18, 2002 9:17 
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker] 
Equity() observation
Rick,
 

Equity() function uses the buy/sell/short/cover rulesthat 
are defined 
BEFORE this function is called.
 
buy = ...
sell = ...
graph0 = Equity();
 
But you are probably referring to built-in Equity chart that 
appears after you click on "Equity"
button in AA window. 
This chart uses the most recently backtested 
formula.
 
When you start AmiBroker the Equity chart is empty. 

You need to run a backtest on at least one stock to setup 
built-in equity chart.