RSS
Julius Doan Julius Doan
👁 1,182 💬 0

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...

Francis Francis
👁 1,665 💬 8

BitStamp - Data processing error

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...

Rajesh Rajesh
👁 812 💬 0

Strategy & Rules for Coinone API

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 ...

Eli Belash Eli Belash
👁 1,049 💬 1

IQFeed Time parse

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 ...

Kevin Darby Kevin Darby
👁 788 💬 0

Cross exchange spread trading

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...

Rajesh Rajesh
👁 1,533 💬 7

CoinOneAPI

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

Jose Jose
👁 1,241 💬 1

Rithmic connection

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...

Skyfold Skyfold
👁 927 💬 1

How to install API and terminal

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...

Johan Kirsten Johan Kirsten
👁 920 💬 3 ▲ 2

Receiving TimeoutException

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...

Johan Kirsten Johan Kirsten
👁 765 💬 1 ▲ 2

Duplicate order id

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...

Sean Kenwrick Sean Kenwrick
👁 1,362 💬 4 ▲ 1

Binary Storage Corrupted

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...

Johan Kirsten Johan Kirsten
👁 1,050 💬 5 ▲ 1

Populating order collection

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...

Johan Kirsten Johan Kirsten
👁 886 💬 0 ▲ 1

Accessing mytrade details

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