Sounding Board and Random Brainstorming

vijkris

Learner and Follower
#61
I also want to calculate system performance in terms of money, not number of points. Can you share the code for setting initial equity and number of shares, say 75 for NF, and then increasing equity in currency terms like you did? When I try to put 75 shares, system doesn't give any results.
increase the initial capital settings from 10,000 to 10,00,000. maybe u ll get the result.
 

arsh22g

Well-Known Member
#62
increase the initial capital settings from 10,000 to 10,00,000. maybe u ll get the result.
Thanks Vijay bro, it worked. But now another problem, if I use 10 Lakhs, then I need 750 NF shares to test actual margin scenarios. At 10 Lakhs, 750 shares wont give any results but 75 do.

So, basically I want to test 75 shares per 1 Lakh of capital, maybe there are some other settings which I need to take care of.

PS : Nevermind, got the setting. Margin changed from 100 to 1 in the settings
 
#63
I also want to calculate system performance in terms of money, not number of points. Can you share the code for setting initial equity and number of shares, say 75 for NF, and then increasing equity in currency terms like you did? When I try to put 75 shares, system doesn't give any results.
there are many ways to do it. u can increase initial equity manually then backtest results will appear.
what i am using is for porfolio
if u want to trade only one symbol then add this in ur afl

SetPositionSize(1,spsShares);

and do this settings in symbol information.

 

arsh22g

Well-Known Member
#64
Here is the backtest from Jan 2016 - Mar 2016 (3 months). 75 Nifty shares (1 lot) for 1 Lakh capital. I am worried about the K-ratio. I read about it and literature suggests it should be >2. I haven't seen any system in Traderji or outside which has >0.3. Does Ami calculate it differently from standard ones, so that their scale is different from others?



 

copypasteaee

Humbled by Markets
#65
from last 3 days i saw so many ami system performance in many threads. this is my system performance from 2015 till mar 2016.
instrument - nifty and banknifty and 10 stocks. i stopped trading 1 stock. Diversification is very very important.
lot size- only 1 open position and lot size 1 only.
trades- very less trades one trade in 3 days. trade less earn more.
risk/reward- 1:5
its trend following system.
its purely intraday system.
this system does not look in future. all signals are on candle close. all position sq off intraday. checked bar by bar and in live mode from last 3 months. i am trading live from this 1 apr.
trading cost added 200 rs per trade.

i am trading this system automatic. i mean 100% automatic. everyday morning my virtual server open automatically. my api, amibroker opens automatically. my data feed starts automatically. signals come in amibroker executes automatically and after market closes all applications shut down automatically. so i dont do anything even i dont check contract notes everyday i just check my system performance on Saturday thats all.market is battle ground i need more soldiers for war so i want 5 systems like this system. currently i have only 2. Diversification is very important in trading.

i am doing discretion trading in nifty options also and i am doing good in it. i am on my way to won my first 60 days challenge

i blown my account few times. many times i stopped trading. i am not yet successful in trading. good part is my account size was small never more than 1 lakh.
Jan, feb, Mar have been very good months on trending systems in 2016. It is below par in your back test
 
#66
i am trading this system automatic. i mean 100% automatic. everyday morning my virtual server open automatically. my api, amibroker opens automatically. my data feed starts automatically. signals come in amibroker executes automatically and after market closes all applications shut down automatically. so i dont do anything even i dont check contract notes everyday i just check my system performance on Saturday thats all.market is battle ground i need more soldiers for war so i want 5 systems like this system. currently i have only 2. Diversification is very important in trading.
Hi The Disciplined Trader,

Who is your VPS provider and is there any trial available...?
 

copypasteaee

Humbled by Markets
#67
i am trading this system automatic. i mean 100% automatic. everyday morning my virtual server open automatically. my api, amibroker opens automatically. my data feed starts automatically. signals come in amibroker executes automatically and after market closes all applications shut down automatically.
Using Auto It or some other utility for full automation, please guide. I have made batch files for starting and stopping all trading softwares, but i need to run those batch files manually.
 
#68
Jan, feb, Mar have been very good months on trending systems in 2016. It is below par in your back test
every system works different in different market conditions. simple rule is when initial capital increases profit % decreases. jan and feb months were good but mar was not good as per returns but it gave me chance to go live in apr. i got 4 trades in apr and all are winners. check below month wise profit per lot with cost added 200 rs per trade.

 

copypasteaee

Humbled by Markets
#69
every system works different in different market conditions. simple rule is when initial capital increases profit % decreases. jan and feb months were good but mar was not good as per returns but it gave me chance to go live in apr. i got 4 trades in apr and all are winners. check below month wise profit per lot with cost added 200 rs per trade.

Very good and best of luck to you. please respond to query and tell me how you have fully automated the Zerodha Pi. as far as i know, you will have to accept the order in Pi before it goes to exchange. Further how are you automatically starting your terminal, amibroker and data feed every day.
 

Similar threads