RSS
Marek Marek
👁 898 💬 1

Rithmic data

Hello. How is StockSharp working with Rithmic data? Is there somthing what should I aisk my broker? Thank you

ctmb520 ctmb520
👁 754 💬 0

Problems with local updates

Hello, I registered my account and downloaded it locally. There was a problem. Error trying to save file "C:\Users\Tom\AppData\Local\Temp\w3055\stocksharpdata.all.to.4.4.16.wyu": Unable to read data f...

Jason Jason
👁 1,738 💬 10

Support for brackets/OCO/OCA

Is there any functionality provided in the S#.API for creating conditional orders? I want to generate an OCO, but don't see anything documented about this. I'm setting up using Rithmic, so I assume th...

Max Rossi Max Rossi
👁 889 💬 0

Crypto exchanges

Hello, I would like to know if with a paid crypto exchange DLL (e.g BitMEX) it's possible to use native orders and specific features of the exchange, to be able to exploit every aspect of the API of t...

vsmt vsmt
👁 1,613 💬 5 ▲ 1

BitMEX invalid argument clOrdID

Hi, I get an invalid argument error for the BitMEX connector when the MarketQuotingStrategy tries to requote: Error "Order 53343094 (0x7BB32E) was not cancelled because System.InvalidOperationExceptio...

William B William B
👁 920 💬 0

INFORMATION ABOUT HOW WE USE COOKIES

Our website uses cookies. A cookie is a small file of letters and numbers that we put on your computer if you agree. These cookies allow us to distinguish you from other users of our website, which he...

jaykop@wp.pl jaykop@wp.pl
👁 788 💬 0

Get BID side from DukasCopyHistorySource

var history = new DukasCopyHistorySource(new CsvNativeIdStorage("C:\test\asd.csv"), new InMemoryExchangeInfoProvider()); var security = new Security() { Id = "EURUSD", }; var timeFrame = TimeSpan.From...

jaykop@wp.pl jaykop@wp.pl
👁 923 💬 0

Unable to calculate WilderMovingAverage

Hi, I`m trying to calculate ATR using Wilder Moving Average. Here is my code: var atr = new WilderMovingAverage() { Length = 2, }; foreach (var candle in candles.Take(10)) { atr.Process(candle); } var...

kerrek kerrek
👁 1,125 💬 2

Where to Download S.Shell???

I have paid for S.Shell $493USD, but have no way to download it, all I have is the receipt. How do I go about downloading it to begin using it?

vsmt vsmt
👁 1,179 💬 1

BitMEX Testnet

Hi, I can connect to BitMEX using production API credentials, but I cannot connect to https://testnet.bitmex.com. Connection using testnet API credentials fails. StockSharp.Bitmex.dll version 4.4.15.0...