You are on page 1of 8

Sign in | Register

Free programs for trading. StockSharp

CrowdfundingProductsPricing Education Trading DevelopmentCommunity


(Discounts 15%) robots
All S#.Designer S#.Data S#.Terminal S#.API S#.Shell Documentation Download
StockSharp (shortly S#) – are free programs for trading at any markets of the world (American, European, Asian, Russian, stocks, futures,
options, Bitcoins, forex, etc.). You will be able to trade manually or automated trading (algorithmic trading robots, conventional or HFT).

Available connections: FIX/FAST, ITCH (LSE, NASDAQ), Blackwood/Fusion, BarChart, CQG, E*Trade, IQFeed, InteractiveBrokers, LMAX, MatLab,
Oanda, FXCM, OpenECry, Rithmic, RSS, Sterling, BTCE, BitStamp, Bitfinex, Coinbase, Kraken, Poloniex, GDAX, Bittrex, Bithumb, HitBTC, OKCoin,
Coincheck, Binance, Liqui, CEX.IO, Cryptopia, OKEx, BitMEX, YoBit, Livecoin, EXMO, Deribit, Huobi, KuCoin, BITEXBOOK, CoinExchange,
QuantFEED and many other. Any broker or partner broker (benefits).

S#.Designer

Universal algorithmic strategies application for easy strategy creation:

Visual designer to create strategies by mouse clicking.

Embedded C# editor.

Easy to create own indicators.


Build in debugger.

Connections to the multiple electronic boards and brokers.

All world platforms.


Schema sharing with own team.

More...

S#.Data

The program for automatic download of historical and real-time market


data:

Supports many sources: (Yahoo Finance, Quandl, FinViz, FIX/FAST,


LMAX, DukasCopy, TrueFX, Oanda, MBTrading, GainCapital, Rithmic,
Blackwood/Fusion, Interactive Brokers, OpenECry, Sterling, IQFeed,
E*Trade, BTCE, BitStamp and many other).
High compression ratio (2 bytes per trade, 7 bytes per order book).

Any data type (candles, ticks, order book, order-log, options, news
and other).

Program access to stored data via API.

Export to csv, excel, xml or database.

Import from csv.

Scheduled tasks.

Auto-sync over the Internet between several running programs S#.Data.

S#.Terminal

- trading charting application (trading terminal).


Trading from charts by clicking

Arbitrary timeframes

Volume, Tick, Range, P&F, Renko candles

Cluster and box charts

S#.Shell

The ready-made graphical framework with the ability to quickly change to


your needs and with fully open source code in C#:

Complete source code.

Support for all StockSharp platform connections: Quik, SmartCom,


Plaza II CGate, FIX/FAST, Crypto Exchange (+30 at the moment), etc.

Support for S#.Designer schemas.

Flexible user interface

Strategy testing (statistics, equity, reports).

Save and load strategy settings.


Launch strategies in parallel.

Detailed information on strategy performance (orders, transactions, position, revenue, logs, etc.).
Launch strategies on schedule.

S#.API - library for the professional development of trading robots in C#. For those who are programming in Visual Studio, and is a
professional programmer in algotrading.

All our products:

S#.Designer - universal algorithmic strategies designer.


S#.Data - program to download market data.

S#.Terminal - trading terminal.


S#.API - library for writing trading robots on C#.

S#.Shell - ready-to-use graphical shell with source codes.


S#.MatLab - MatLab integration with trading systems. Trade from MatLab scripts.

BPI Viewer - graphics of Best Private Investor (BPI) competition with participants’ trades.

>> Download | Documentation <<


Thanks:

The remote manager module

21 Answers
Victor Montanez Date: 7/16/2017
How I do get the free perpetual license for individual traders? Thanks.

Thanks:

Mikhail Sukhov Date: 8/1/2017

Victor Montanez
How I do get the free perpetual license for individual traders? Thanks.

http://stocksharp.com/products/pricing/ - just finish the registration.

Topic starter Thanks:

Victor Montanez Date: 8/24/2017

I got an email to test the S# Hydra, but the links sent me here, and I dont see the app. Also, how to run the S#
App? I unzipped the app, and then double clicked on the start icon and nothing. Thanks,.

Thanks:

Victor Montanez Date: 8/24/2017

Any way to get data from Google and or Quandl. Dont see them in available choices.

Thanks:

Mikhail Sukhov Date: 8/25/2017

http://stocksharp.com/products/download/ - link to download all our products.


Topic starter Thanks:

Daniel Date: 11/12/2017

It's a little confusing I think and there's no solution file (*.sln) in the code on github.

What products are in the source code on github?

Thanks:

Mikhail Sukhov Date: 11/13/2017

We do not use sln.

Compilation instruction available for contributors only.

Topic starter Thanks:

fernando Date: 4/6/2018

What I need to do to become a contributor?

Thanks:

Mikhail Sukhov Date: 4/6/2018


Send your CV to info@stocksharp.com and we will review it.

Topic starter Thanks:

Jake Date: 6/24/2018

So you put source code on GitHub that I cannot use because I'm not contributing?

I have tried building the code before and had a lot of issues. Now I know why.

Thanks:

Mikhail Sukhov Date: 6/25/2018

We are not looking for free contributors cause we have enough C# developers in our team. But we can extend in
the future. If you are looking for a job in FinTech you can send us CV.

Topic starter Thanks:

Jake Date: 6/25/2018

I just want to use your opensource code, but you don't provide build instructions or a solution file. I really don't
understand the purpose of this opensource project when your code isn't usable. I can't even run the samples
due to missing assemblies and broken project files.

Thanks:

Mikhail Sukhov Date: 6/26/2018


Unfortunately, right now we do not have documentation on how to build our software. csproj file out date as
well (we do not use it for that case). Maybe in a near future when we have spare time we will change it. But right
not we provide sources on GitHub as is.

Topic starter Thanks:

M Date: 7/23/2018

Hi guys,

The brokers I'm working with are only working with Sterling terminal.
Say I wrote a strategy using your c# api. How do I run it through Sterling? I see you mentioned you have
integration with that terminal. Do you use a wrapper around their c# api?

Thanks

Thanks:

Mikhail Sukhov Date: 7/23/2018

Hello

Yes, we have a connector to Sterling terminal. But we do not recommend this approach cause Sterling isn't
suitable for real case automating trading.

Topic starter Thanks:

Mahamadou Diarra Date: 11/8/2018

what is the purpose of the source code in GitHub? as mentioned above, it looks to be totally useless.
Would you mind adding some warning note there in big bold character so people don't waste their time on it?
This will be very much appretiated by everybody!

Thanks!

Thanks:

Mikhail Sukhov Date: 11/8/2018

Mahamadou Diarra
what is the purpose of the source code in GitHub?

We published our sources on our users' requests. Think you should ask them first =)

The sources help in:

1) create own algos


2) modify backtesters
3) create new connectors to new exchanges and brokers

Everything above really hard to develop without provided sources.

Sure published sources cannot be useful for everyone.

Topic starter Thanks:

Mahamadou Diarra Date: 11/8/2018

Well, to be usefull, compilation is the first basic step. Try to checkout a fresh Stocksharp repo and try to build
the sample projects. I could not compile anythinh, while it should. Yeah, in its current state, I guess only
geniuses can find it usefull. Too bad, I am a normal human :-).

Knowing how to receive a constructive critic is the first step to improvement. So we are watching!

Cheers!

Thanks:

Mikhail Sukhov Date: 11/8/2018

Mahamadou Diarra
Well, to be usefull, compilation is the first basic step. Try to checkout a fresh Stocksharp repo and try to
build the sample projects.

I understand your request. Unfortunately, we do not have right now any public documentation for this case. We
provide consulting service for how to embed our codes into users solution, but it is not oriented for private
trading. I am very sorry if our project isn't suitable for your case but again, unfortunately, we do not have any
instruction for this. Maybe later we improve it but for now, we provide our codes as is.

Topic starter Thanks:

William Leigh Date: 12/24/2018

What do you mean by "Extended License" for the Complete Course package?

Thanks:
Mikhail Sukhov Date: 12/25/2018

William Leigh
What do you mean by "Extended License" for the Complete Course package?

We have extended license http://stocksharp.com/products/pricing/#extended which provide some additional


features and software.

Topic starter Thanks:

Write Preview

Write message

Styling with BB Codes is supported Send

© 2010 - 2019 StockSharp LLC


About us Contact us Partners

You might also like