﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">support. StockSharp</title>
  <id>https://stocksharp.com/handlers/atom.ashx?category=tag&amp;id=support&amp;type=forum</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-05T01:38:39Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=tag&amp;id=support&amp;type=forum" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/topic/24190/</id>
    <title type="text">S#.DATA (Hydra) Upper Data Limit</title>
    <published>2022-11-27T11:12:13Z</published>
    <updated>2022-11-29T08:30:12Z</updated>
    <author>
      <name>Thomas S.</name>
      <uri>https://stocksharp.com/users/174603/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="support" />
    <content type="html">Is there an upper data limit of how much S#.DATA should be used for?  is 500MB too much? is GB too much?  Is 5TB too much?&lt;br /&gt;&lt;br /&gt;What are the typically sizes of data storage used by professionals who use S#?</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/24189/</id>
    <title type="text">S#.DATA (Hydra) Delete Data Function not working</title>
    <published>2022-11-27T11:09:54Z</published>
    <updated>2022-11-27T11:09:54Z</updated>
    <author>
      <name>Thomas S.</name>
      <uri>https://stocksharp.com/users/174603/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="support" />
    <content type="html">I have about 500MB of 1minute TF Candles.  When i use the DELTETE data function by selecting &amp;quot;ALL&amp;quot; and TF Candles - it works for a long time (15 seconds) but no data in disk actually gets removed.  The storage folder is the exact same size before and after.  I can also verify by pulling up any candle chart - they are still there.  If i manually empty the storage folder then the data is gone and then candles no longer work.  Screenshot shows how the function is used.&lt;br /&gt;&lt;br /&gt;qusetions:&lt;br /&gt;i. is this the correct behavior of the DELETE DATA function&lt;br /&gt;ii. if not, how should this tool be used?</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/10419/</id>
    <title type="text">BitMEX invalid argument clOrdID</title>
    <published>2019-02-10T17:26:17Z</published>
    <updated>2019-03-19T09:55:35Z</updated>
    <author>
      <name>vsmt</name>
      <uri>https://stocksharp.com/users/95909/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="support" />
    <content type="html">Hi, I get an invalid argument error for the BitMEX connector when the MarketQuotingStrategy tries to requote:&lt;br /&gt;&lt;div class="code"&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;div class="innercode"&gt;&lt;br /&gt;Error&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;quot;Order 53343094 (0x7BB32E) was not cancelled because System.InvalidOperationException: {&amp;quot;&amp;quot;error&amp;quot;&amp;quot;:{&amp;quot;&amp;quot;message&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Invalid argument: clOrdID&amp;quot;&amp;quot;,&amp;quot;&amp;quot;name&amp;quot;&amp;quot;:&amp;quot;&amp;quot;HTTPError&amp;quot;&amp;quot;}}&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve attached the log to this post. StockSharp.Bitmex.dll version 4.4.15.0. Code snippet used to initiate the MarketQuotingStrategy:&lt;br /&gt;&lt;div class="code"&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;div class="innercode"&gt;&lt;br /&gt;ChildStrategies.ToList().ForEach(s =&amp;gt; s.Stop());&lt;br /&gt;var strategy = new MarketQuotingStrategy(Sides.Sell, Volume + Math.Abs(Position))&lt;br /&gt;{&lt;br /&gt;    WaitAllTrades = true,&lt;br /&gt;};&lt;br /&gt;strategy.WhenNewMyTrade().Do(OnNewOrderTrade).Apply(this);&lt;br /&gt;ChildStrategies.Add(strategy);&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/10431/</id>
    <title type="text">Immediate limit orders TakeProfitStopLossStrategy</title>
    <published>2019-02-15T11:56:19Z</published>
    <updated>2019-02-15T18:43:44Z</updated>
    <author>
      <name>vsmt</name>
      <uri>https://stocksharp.com/users/95909/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="support" />
    <content type="html">Hi, I&amp;#39;ve a strategy which holds positions just for a few minutes and closes them using take profit or stop loss strategy: &lt;a href="https://doc.stocksharp.com/html/T_StockSharp_Algo_Strategies_Protective_TakeProfitStopLossStrategy.htm
" title="https://doc.stocksharp.com/html/T_StockSharp_Algo_Strategies_Protective_TakeProfitStopLossStrategy.htm
"&gt;https://doc.stocksharp.c...fitStopLossStrategy.htm
&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I noticed the take profit/stop loss strategies submit limit orders when the current bid/ask is near the take profit/stop loss level. However, for optimal execution it&amp;#39;s beneficial to start submitting limit orders immediately once a trade is executed to obtain good queue position.&lt;br /&gt;&lt;br /&gt;How can I force the take profit / stop loss strategies to immediately submit limit orders?&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;</content>
  </entry>
  <entry>
    <id>https://stocksharp.com/topic/10420/</id>
    <title type="text">BitMEX Testnet</title>
    <published>2019-02-10T17:32:32Z</published>
    <updated>2019-02-11T12:06:06Z</updated>
    <author>
      <name>vsmt</name>
      <uri>https://stocksharp.com/users/95909/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="support" />
    <content type="html">Hi, I can connect to BitMEX using production API credentials, but I cannot connect to &lt;a target="_blank" rel="nofollow" href="https://stocksharp.com/away/?u=AQAAAAAAAAD6iNhHulX-9e6hmlUe-3o3gqvMMSDwg6h0F0DR8nRb8A" title="https://testnet.bitmex.com"&gt;https://testnet.bitmex.com&lt;/a&gt;. Connection using testnet API credentials fails. StockSharp.Bitmex.dll version 4.4.15.0.&lt;br /&gt;&lt;br /&gt;I suspect that I’ve to change the endpoint somehow? I didn’t find any documentation in &lt;a target="_blank" href="https://github.com/StockSharp/StockSharp/tree/master/Samples/Bitmex/SampleBitmex " title="https://github.com/StockSharp/StockSharp/tree/master/Samples/Bitmex/SampleBitmex "&gt;https://github.com/Stock...les/Bitmex/SampleBitmex &lt;/a&gt;and &lt;a href="https://doc.stocksharp.com/html/81f33924-b166-42c1-8ced-f7e9468f86b5.htm
" title="https://doc.stocksharp.com/html/81f33924-b166-42c1-8ced-f7e9468f86b5.htm
"&gt;https://doc.stocksharp.c...1-8ced-f7e9468f86b5.htm
&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The connection log is attached.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</content>
  </entry>
</feed>