SampleETrade example source code
I have the latest stocksharp nuget package. Is there anyway to get the source for the SampleETrade example. The documentation says it is in the Sameples/Etrade folder,etc Thank! The application Sample...
I have the latest stocksharp nuget package. Is there anyway to get the source for the SampleETrade example. The documentation says it is in the Sameples/Etrade folder,etc Thank! The application Sample...
Today it is impossible to imagine stock trading without the use of FIX Protocol. However, it appeared relatively recently - in 1992. The increase in speed and data volume has prompted the creation of ...
FIX Protocol is a mechanism of trade data exchange. The system itself consists of two data streams: incoming and outgoing, presented in the form of messages (administrative and user). fix_connector_tr...
Friends! Our company has updated the materials of the training course on API and S#.Shell 😄. photo_2019-09-13_15-07-48.png This is due to the imminent release of S#.API 4.4.17, in particular with cha...
FIX Protocol has found great application among traders, let's look at why. Financial Information Exchange, it stands as an abbreviation FIX. fix_protocol_exchange.jpg That translates to sharing financ...
The creation of the FIX Protocol, in 1992, revolutionized the world of stock trading. The purpose of its creation was to make a convenient high-speed method of transmitting and receiving exchange info...
Creating a video course on the program Designer is inexorably coming to an end. We planned to release the video course in October. calendar.png Yes! We had to move the deadline🙂. We did this for the ...
Hello! When I run the program, there is a warning that I can't find the right adapter! How to solve this warning!
To simplify the work with indicators, you can build and save them in Hydra. Let's consider the order of construction of the chart of the indicator of exchange trade on the example of the indicator SMA...
We have a connector for Interactive Brokers and other brokers but we do not have one for Ally Invest, would be nice to have one so we can trade there.
Hello I can't connect to my TWS with S# Data Hydra. The settings are good in S# Data and TWS I see in the TWS that the connection stays in red status (disconnected) , never get stable green (attached ...
я постояно вижу в логах ошибку |Cannot get a license. И теперь я понял что это из за того, что я пытаюсь выставить поле у стоплос стратегии под названием ProtectiveStrategy.IsTrailing = true И только ...
I need to check Demo code available on GIT. How I can get Consumer Key and Secret Key? Please help me with this.
Hello, I am unable to download market data for AMZN & MSFT using IB connector, I always end up with this error (either Hydra or Designer): "No security definition has been found for the request Number...
Hello Stocksharp team. Can you please explain in detail what's the meaning of this line? https://github.com/StockSharp/StockSharp/blob/master/Samples/Testing/SampleHistoryTesting/SmaStrategy.cs#L109 H...
Hi, I paid for a licence, I sent the money to the requested address, but I don't have the product. Please help!
Hi, I'm trying to use the parabolic sar class in the S# library inside my C# program. My understanding is I need to populate the SAR object with values using the process() method like this: ParabolicS...
When exchange rejects the order, what event we'll get? How to get the latency of new order registration or cancel a placed order? Is it possible to place a single order that contains multiple pairs of...
I'm trying to use a custom indicator in designer and use the indicatorPainter to display it. I assume it can be done, but the helps are not real clear. I have the indicator returning a SingleIndicator...
Hello, I've created a custom strategy and indicator following the help files. However, when I try to display it (the value should be around .1) it only shows the bitcoin price on the y axis and doesn'...