Loading Data and Candles
I am trying to load up candles with some data retrieved from Hydra. I was able to retrieve the data in Bin using MFD. From there I was able to open the securities from the storage file and find the ti...
I am trying to load up candles with some data retrieved from Hydra. I was able to retrieve the data in Bin using MFD. From there I was able to open the securities from the storage file and find the ti...
Hi, I love the project architecture, unfortunately the example I found about BitStamp does not work even after identifying valid ID codes. The error (on the attachment) occurs continuously. Would anyo...
Hi, I want to create strategy & Rules for coins in Coinone API by using stock sharp. Can you please let us know is it possible to create strategy for Coinone API from Stocksharp? If possible, can you ...
Hey, I can't find the right form to report a bug and you guysdon't allowissues on github which makes it all even more difficult. I tried to pull data from IQFeed and it just doesn't work. I was about ...
Are there examples using WeightedIndexSecurity and BasketStrategy? Basically I want to trade two-legged spreads across exchanges. I want to quote one leg, then on each fill of the quoted leg, send a l...
00:00:00.000 | QuikTrader | Connect 16:13:57.674 | Quik LUA. Transactions | Connect to 127.0.0.1:5001... 16:13:57.675 | Quik LUA. Transactions | Connect to 127.0.0.1:5001 is OK. 16:13:57.677 | Quik LU...
Hello Mikhail and hi all! This StockSharp project looks very-very exciting and I started to look through some source codes and I tried some examples. Unfortunately I cannot find the way, how can I get...
Hi Can i able to connect CoinOneAPI in Stocksharp? If possible can you please let us know how can i achieve the functionality of ConnectOne in stocksharp. Awaiting reply. Thanks Rajesh
Hi! I didn't take any modification yet in "Rithmic sample application" and I would like to connect with it but I don't know what certificate file should I use!? I just have a username and password for...
Hi I need to store my positions so that when my application starts up it can load the existing positions. The code I use is: var dataPath = @"Data\" + _connectorAccount.AccountName; _entityRegistry = ...
Hello everyone! I installed the terminal, hydra and stockSharp-4.3.28 but don't know how or where to install api nor how to make it appear the permanent link (and icon) to the platform. Any help is ap...
Hi Using my application I opened a position in SPXW call. My application uses CSV storage, so it should have been stored. If I open my application the existing position does not get loaded. I have att...
Hi I have moved my application to my server, but on connecting I get an error: 2017/11/07 16:31:02.182|Error |BasketMessageAdapter|Connection error for InteractiveBrokersMessageAdapter: System.Timeout...
Hi When I register an new order it does not reflect in IB TWS. In the connector log I get the following error: 2017/11/10 15:07:32.572| |InteractiveBrokersTrader|RegisterOrder: 0/ SPXW 171215C02580000...
Hi I need to store my positions so that when my application starts up it can load the existing positions. The code I use is: var dataPath = @"Data\" + _connectorAccount.AccountName; _entityRegistry = ...
I have been having problems with Saving and Loading candle data from local Binary storage. When I save a set of s# candles to local storage, then immediately reload that data into another list of cand...
Hi How do I get Orders collection on connector populated with my open orders after connecting the connector? (i.e. if I have open orders on application startup and want to access them through Orders c...
Hi How do I get S# to trigger NewMyTrade? And how do I get MyTrade collection populated after connecting? (If I already have open trades and then start my application) Regards
Hi I tried to register for trade updates by calling RegisterTrades(security), but then I received the error message: No suitable adapter found for Trades S#:SPXW 171215C02580000@SMART, Native:,Type:Op...