﻿<?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-06-14T16:32:14Z</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">&lt;p&gt;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;/p&gt;
&lt;p&gt;What are the typically sizes of data storage used by professionals who use S#?&lt;/p&gt;
</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">&lt;p&gt;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;/p&gt;
&lt;p&gt;qusetions:&lt;/p&gt;
&lt;ol type="i"&gt;
&lt;li&gt;is this the correct behavior of the DELETE DATA function&lt;/li&gt;
&lt;li&gt;if not, how should this tool be used?&lt;/li&gt;
&lt;/ol&gt;
</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">&lt;p&gt;Hi, I get an invalid argument error for the BitMEX connector when the MarketQuotingStrategy tries to requote:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
Error	&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;/code&gt;&lt;/pre&gt;
&lt;p&gt;I've attached the log to this post. StockSharp.Bitmex.dll version 4.4.15.0. Code snippet used to initiate the MarketQuotingStrategy:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
ChildStrategies.ToList().ForEach(s =&amp;gt; s.Stop());
var strategy = new MarketQuotingStrategy(Sides.Sell, Volume + Math.Abs(Position))
{
    WaitAllTrades = true,
};
strategy.WhenNewMyTrade().Do(OnNewOrderTrade).Apply(this);
ChildStrategies.Add(strategy);

&lt;/code&gt;&lt;/pre&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">&lt;p&gt;Hi, I'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"&gt;https://doc.stocksharp.com/html/T_StockSharp_Algo_Strategies_Protective_TakeProfitStopLossStrategy.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&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's beneficial to start submitting limit orders immediately once a trade is executed to obtain good queue position.&lt;/p&gt;
&lt;p&gt;How can I force the take profit / stop loss strategies to immediately submit limit orders?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&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">&lt;p&gt;Hi, I can connect to BitMEX using production API credentials, but I cannot connect to &lt;a href="https://testnet.bitmex.com" rel="nofollow" target="_blank"&gt;https://testnet.bitmex.com&lt;/a&gt;. Connection using testnet API credentials fails. StockSharp.Bitmex.dll version 4.4.15.0.&lt;/p&gt;
&lt;p&gt;I suspect that I’ve to change the endpoint somehow? I didn’t find any documentation in &lt;a href="https://github.com/StockSharp/StockSharp/tree/master/Samples/Bitmex/SampleBitmex" target="_blank"&gt;https://github.com/StockSharp/StockSharp/tree/master/Samples/Bitmex/SampleBitmex&lt;/a&gt; and &lt;a href="https://doc.stocksharp.com/html/81f33924-b166-42c1-8ced-f7e9468f86b5.htm"&gt;https://doc.stocksharp.com/html/81f33924-b166-42c1-8ced-f7e9468f86b5.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The connection log is attached.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</content>
  </entry>
</feed>