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

Re: [amibroker] Equity() observation



PureBytes Links

Trading Reference Links


Rick,
 

Equity() function uses the buy/sell/short/cover rules that are 
defined 
BEFORE this function is called.
 
buy = ...
sell = ...
graph0 = Equity();
 
But you are probably referring to built-in Equity chartthat 
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.