RSS
Marat Marat
👁 2,678 💬 0

The FIX Protocol. FIX message architecture.

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 ...

Marat Marat
👁 2,084 💬 0

FAQ on FIX Protocol. FIX message transmission system

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...

Marat Marat
👁 2,021 💬 0

FAQ on FIX Protocol. Scope of FIX Protocol.

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...

Marat Marat
👁 2,101 💬 0

FAQ on FIX Protocol. History of creation

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...

wujian wujian
👁 1,707 💬 9

No suitable adapter found?

Hello! When I run the program, there is a warning that I can't find the right adapter! How to solve this warning!

Tukirito Tukirito
👁 885 💬 0 ▲ 1

Add Ally Connector

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.

ebg ebg
👁 812 💬 0

Interactive Brokers Connection

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 ...

Ggg Ggg
👁 1,527 💬 9

ProtectiveStrategy.IsTrailing: Cannot get a license

я постояно вижу в логах ошибку |Cannot get a license. И теперь я понял что это из за того, что я пытаюсь выставить поле у стоплос стратегии под названием ProtectiveStrategy.IsTrailing = true И только ...

Pandotex Pandotex
👁 1,723 💬 7 ▲ 1

Can you please explain about this code line?

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...

Ash Ash
👁 982 💬 0

c# API to calculate parabolic sar

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...

Pandotex Pandotex
👁 993 💬 1

Questions related to order operation

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...

Sam Sam
👁 968 💬 1

Indicator painter and errors in charting in designer

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...

Sam Sam
👁 1,007 💬 2

showing custom strategies in charting area

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'...