You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<para>The SampleAlphaVantage application shows an example of working with the <codeEntityReferencequalifyHint="false">T:StockSharp.AlphaVantage.AlphaVantageTrader</codeEntityReference>
6
-
as shown in the figure below. The example source code is in the <legacyItalic>Samples/AlphaVantage</legacyItalic> folder of the installation package.</para>
Trader = new AlphaVantageTrader();// { LogLevel = LogLevels.Debug };
19
-
]]>
20
-
</code>
21
-
</content>
22
-
</step>
23
-
<step>
24
-
<content>
25
-
<para>Next, you should subscribe on required <codeEntityReferencequalifyHint="false">T:StockSharp.BusinessEntities.IConnector</codeEntityReference> events:</para>
new ticks on instruments subscribed by using <codeEntityReference>M:StockSharp.BusinessEntities.IConnector.RegisterTrades(StockSharp.BusinessEntities.Security,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Nullable{System.Int64},StockSharp.Messages.MarketDataBuildModes,System.Nullable{StockSharp.Messages.MarketDataTypes})</codeEntityReference> method.</para>
107
-
</listItem>
108
-
</list>
109
-
</content>
110
-
</step>
111
-
<step>
112
-
<content>
113
-
<para>For updates on the selected instrument and ticks you need to use the
114
-
<codeEntityReference>M:StockSharp.BusinessEntities.IConnector.RegisterSecurity(StockSharp.BusinessEntities.Security,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Nullable{System.Int64},StockSharp.Messages.MarketDataBuildModes,System.Nullable{StockSharp.Messages.MarketDataTypes})</codeEntityReference> and
0 commit comments