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?
コメント (2)
ログイン または アカウントを作成, コメントを残すにはログインまたは新規登録してください
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?