buy and hold trading system

#1
iam trying to create a buy and hold trading system

example;
the idea is i want to invest 5000 rs every month on adanient
so i create s trading system in amibroker which invests 5000 rs every month
this is a long only trading sytem

iam using this mode while backtesting in amibroker

SetBacktestMode( backtestRegularRawMulti );
amibroker backtest shows like this

pic upload


but my question is
1.how can i find the average price of buy?
2. how to find the total invested amount?
3.how to add 5000 rs in initial equity everymonth
4.how to find the total stocks i own with buying average
:):):):)
 

Similar threads