Hello! I want to use the api for backtesting in an C# console application. I want to make and wrapper to it, in order to use it as application.login ; application.addItem ; etc. Is that possible? Can i see some examples?
As far as i see, the example use an existing interface (UI). it's quite confusing, since i am not very familiar with what parameters are needed. An full code example (for example github) exists already, to get more familiar with the api, or a list of entry points (parameters) and output designed?
We use cookies to ensure the best experience on our website. By continuing to use our site, you agree to the use of cookies.
Comments (2)
Login or Create account, Log in or register to leave a comment
Hi
Yes, https://doc.stocksharp.com/html/febbcf31-63d1-449d-847e-92fd8424f926.htm
As far as i see, the example use an existing interface (UI). it's quite confusing, since i am not very familiar with what parameters are needed. An full code example (for example github) exists already, to get more familiar with the api, or a list of entry points (parameters) and output designed?