﻿<?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">what's the match rules for tick backtest engine?</title>
  <id>~/topic/11778/whats-the-match-rules-for-tick-backtest-engine/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-05-01T22:00:47Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=11778" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/50375/</id>
    <title type="text">Got it, thanks a lot.</title>
    <published>2020-05-10T19:21:56Z</published>
    <updated>2020-05-10T19:21:56Z</updated>
    <author>
      <name>Jun Feng</name>
      <uri>https://stocksharp.com/users/108299/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Got it, thanks a lot.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50327/</id>
    <title type="text">Hello Accuracy depends on what the underlying data comes inside. The most accurate data is order log...</title>
    <published>2020-05-08T00:59:24Z</published>
    <updated>2020-05-08T00:59:24Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Hello&lt;br /&gt;&lt;br /&gt;Accuracy depends on what the underlying data comes inside. The most accurate data is order log. Then order book. Then ticks. Candles are the most non-accurated data but the fastest.&lt;br /&gt;&lt;br /&gt;Backtesting engine provide settings options &lt;a href="https://doc.stocksharp.com/html/P_StockSharp_Algo_Testing_MarketEmulatorSettings_Latency.htm " title="https://doc.stocksharp.com/html/P_StockSharp_Algo_Testing_MarketEmulatorSettings_Latency.htm "&gt;https://doc.stocksharp.c...torSettings_Latency.htm &lt;/a&gt;Also our emulation engine is open source &lt;a target="_blank" href="https://github.com/StockSharp/StockSharp/blob/master/Algo/Testing/MarketEmulator.cs
" title="https://github.com/StockSharp/StockSharp/blob/master/Algo/Testing/MarketEmulator.cs
"&gt;https://github.com/Stock...sting/MarketEmulator.cs
&lt;/a&gt;&lt;br /&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50310/</id>
    <title type="text">If I use tick by tick backtesting, how about the accurate and match rules of backtesting engine? Can...</title>
    <published>2020-05-05T18:49:30Z</published>
    <updated>2020-05-05T18:49:30Z</updated>
    <author>
      <name>Jun Feng</name>
      <uri>https://stocksharp.com/users/108299/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">If I use tick by tick backtesting, how about the accurate and match rules of backtesting engine? Can I customize the match rules of tick backtesting engine?</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50298/</id>
    <title type="text">Hello Our backtesting engine executes strategies depends on what the input is. For your case, we rec...</title>
    <published>2020-05-05T01:08:39Z</published>
    <updated>2020-05-05T01:08:39Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Hello&lt;br /&gt;&lt;br /&gt;Our backtesting engine executes strategies depends on what the input is. For your case, we recommend using tick or order book data as an input. Please be noticed that the performance of backtesting depends on how much input data. Usually, more accurate execution required the most CPU time.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/50292/</id>
    <title type="text">I want to backtest hft maker strategy tick by tick. For example, The current quote is: Sell: 101 Vol...</title>
    <published>2020-05-04T13:20:01Z</published>
    <updated>2020-05-04T13:20:01Z</updated>
    <author>
      <name>Jun Feng</name>
      <uri>https://stocksharp.com/users/108299/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">I want to backtest hft maker strategy tick by tick. &lt;br /&gt;&lt;br /&gt;For example, &lt;br /&gt;The current quote is:&lt;br /&gt;Sell: 101 Volume: 80&lt;br /&gt;Buy: 100 Volume: 30&lt;br /&gt;&lt;br /&gt;I put buy order at price 100 with volume 10. Does the backtest engine consider the pending orders? &lt;br /&gt;What time is it when my order matched? Sell trade reach 100 or cross 100 or between them?</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>