How to download market data to the Designer?
In order to download market data to the Designer program for testing a trading strategy, you need to do the following: 1.Run the program. 1.png Select the Market Data section in the top menu and click...
In order to download market data to the Designer program for testing a trading strategy, you need to do the following: 1.Run the program. 1.png Select the Market Data section in the top menu and click...
Dear friends! To make it convenient for you to use StockSharp programs, we started to create a knowledge base for the Designer program. help.png What do we want? We want you to always find answers to ...
Hello. How is StockSharp working with Rithmic data? Is there somthing what should I aisk my broker? Thank you
Hi Mikhail, I used the download link to download the source files of your program, but apparently only the API is available on GitHub. Unfortunately, none of your .sln files are being complied. I ende...
Hey! We're glad to inform you we received accreditation from Futures Online (OpenECry) broker. Now we are in the list of all officially supported programs: new brok.png To get access, click on the lin...
Hello, I am an organization, but I need a Chinese version. I suggest you add a Chinese version.
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...
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...
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...
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...
When S# Shell uses the SMA policy for real-time transactions, an error occurs that does not specify the date on which data must be received. Will this error be caused by the message adapter, because w...
I tried the Designer application and also created a new project following the instructions here https://www.youtube.com/watch?v=O8ucIQA829w but whenever I try to verify the sterling connection i get t...
what is this?
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...
var history = new DukasCopyHistorySource(new CsvNativeIdStorage("C:\test\asd.csv"), new InMemoryExchangeInfoProvider()); var security = new Security() { Id = "EURUSD", }; var timeFrame = TimeSpan.From...
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...
Hello. I need about 3 months of full market depth level II data, for all stocks for any exchange. I need it for testing. Does you have software that can download/load this data from server or computer...
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?
Hi, I've a strategy which holds positions just for a few minutes and closes them using take profit or stop loss strategy: https://doc.stocksharp.com/html/T_StockSharp_Algo_Strategies_Protective_TakePr...
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...