does any support the developement with stocksharp API?
Hi I am looking into Stocksharp API, I want to have some development with it, does anyone support with API for multiple connectors with web service?
Hi I am looking into Stocksharp API, I want to have some development with it, does anyone support with API for multiple connectors with web service?
Hi everyone. I have been experiencing your platform a lot lately and noticed if a share didn't have enough liquidity there were some price gaps in range candles which negatively affect drawing them. T...
Hi, you mentioned many times over the past 2 years that you are working to update the Etrade and other stock broker connectors: Has that been done?
In today’s article we will review the significant part of trading analysis – trading volume.😄 Let’s explain what trading volume is – the whole amount of cryptocurrency units which trade on crypto exc...
Today we’re going to talk about one of the most important financial instruments is an order book. It is formed by all sell and buy orders on crypto exchange. An order book is the list of orders which ...
Ref: Lesson_01, 02_MarketDeph_Trade, The code from the video do not work. _connector.NewTrade += TradeGrid.Trades.Add; NewTrade is deprecated, I have used the TickTradeReceived and it still do not wor...
In the previous article we’ve analysed the main tools used particularly in trading and crypto trading. We've explained such important element as a chart. Keep in mind that charts can be different, and...
I got the currency list to show by adding the Oanda nuget pkg, but I am not seeing the price of the security when i click on a currency. public partial class MainWindow : Window { private Connector _c...
Dear S# Community, i have a question regarding the S# Rithmic Connection. I have realised that it needs a lot of CPU Usage (up to 50%) when i am subscribing to the SubscribeMarketDepth. It seems the m...
I am following the lesson 01_Connect_and_get_security I am not seeing any price for any security (currency) for Oanda Please see image below. public partial class MainWindow : Window { private Connect...
Speculative trading is widely spread type of trading on most well-known exchanges nowadays. Without any doubts the crypto exchange is not an exception. Buying cheap and then selling it for a higher pr...
I've been trying to connect to an Oanda paper account for live candles using StockSharp.Oanda v5.0.27 but am not receiving updated candles. The historical candle load in the code below is successful a...
I'm creating a custom indicator using ChartIndicatorElement DrawStyle = ChartIndicatorDrawStyles.Dot Per candle, I would like to change the dot color. How is this achieved? If I add the element to the...
Nowadays many experts concluded that cryptocurrency market is a financial bubble and its capitalization is blurred and unconfirmed. However, in the light of growing algo traders and popularization of ...
Nowadays many experts concluded that cryptocurrency market is a financial bubble and its capitalization is blurred and unconfirmed. However, in the light of growing algo traders and popularization of ...
We’ve discussed about crypto-tradingpreviously and today we continue our talk!😄 Let’s take a look at one of the methods given by trader Hacker Moon and explain everything in details. What is this met...
I'm in the process of creating a custom adapter. After adding the adapter to the connector and attempting to configure: var gc = new GainCapitalMessageAdapter(_connector.TransactionIdGenerator); _conn...
What is the new name or package for the SecurityEditor class? The docs show it in StockSharp.Xaml.dll in v4 but I'm not finding it in v5.
Traders may face a problem if they want to create trading robots and one of the issues is the lack of programming knowledge. Not every trader can be a programmer. A trader may simulate a good trading ...
The use of trading robots nowadays is essential part of trading and its process. In today’s article we will explain all advantages and benefits along with successful approaches of using trading robots...