﻿<?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">Backtesting and Optimization</title>
  <id>~/topic/6936/backtesting-and-optimization/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-14T10:25:09Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=6936" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/38614/</id>
    <title type="text">Designer will upload all the historical data for level1. There is no any settings for this option - ...</title>
    <published>2017-01-12T07:00:52Z</published>
    <updated>2017-01-12T07:00:52Z</updated>
    <author>
      <name>Mikhail Sukhov</name>
      <uri>https://stocksharp.com/users/201/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Designer will upload all the historical data for level1. There is no any settings for this option - should be automatically.&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/38613/</id>
    <title type="text">Hello again. How do I get Designer to fill using BID/ASK prices (rather then Last prices) while back...</title>
    <published>2017-01-12T02:39:14Z</published>
    <updated>2017-01-12T02:39:14Z</updated>
    <author>
      <name>Hola1212</name>
      <uri>https://stocksharp.com/users/95773/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Hello again.&lt;/p&gt;
&lt;p&gt;How do I get Designer to fill using BID/ASK prices (rather then Last prices) while backtesting?&lt;/p&gt;
&lt;p&gt;Is there a setting I need to put Designer on to do this? Or will Designer do this automatically I've imported historical BID/ASK prices for the instrument?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/37118/</id>
    <title type="text">Has the same logic cause Brute Forse is a batch of Backtesting iterations. As a 1th par. The same. D...</title>
    <published>2016-09-29T12:07:24Z</published>
    <updated>2016-09-29T12:07:24Z</updated>
    <author>
      <name>Mikhail Sukhov</name>
      <uri>https://stocksharp.com/users/201/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Has the same logic cause Brute Forse is a batch of Backtesting iterations.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;As a 1th par. The same. Do you know what the diff in matching between currency and stocks? Will be happy to kbow about limitation on other platform.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/37117/</id>
    <title type="text">Great! Does your Brute Force Optimizer fill orders using the same logic (mentioned in item #1) as yo...</title>
    <published>2016-09-29T02:59:58Z</published>
    <updated>2016-09-29T02:59:58Z</updated>
    <author>
      <name>Hola1212</name>
      <uri>https://stocksharp.com/users/95773/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Great!&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Does your Brute Force Optimizer fill orders using the same logic (mentioned in item #1) as your Backtesting engine?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Does your Backtester/Optimizer work the exact same way when backtesting/optimizing Options based strategies (as opposed to Stock, Futures, Forex based strategies)? I ask, because I find many platforms have limited features for backtesting/optimizing Options based strategies (due to the sheer number of symbols Options trading requires).&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/37116/</id>
    <title type="text">Hello Out backtesting engine can work with followed data types: level1, order book and order log. Al...</title>
    <published>2016-09-28T22:59:05Z</published>
    <updated>2016-09-28T22:59:05Z</updated>
    <author>
      <name>Mikhail Sukhov</name>
      <uri>https://stocksharp.com/users/201/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Hello&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Out backtesting engine can work with followed data types: level1, order book and order log. All matching down with simulation full order book. As an input data can be bid/ask prices, last tick price or OHLC. It depends what actually have a client. But you should be noticed that OHLC has a worst price estimation. The best input data - order book. And the total result, as you understand, will be depend from input data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sure. Explained in 1 par. But all csv files should have exact format as S# use.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We have a Brute Force Optimization implemented in designer. It is based on backtesting engine so it is easy to create the same on C# app. But we do not have Genetic Optimization. For that work we plan to implements the connector with WealthLab &lt;a href="http://stocksharp.com/products/wld/"&gt;http://stocksharp.com/products/wld/&lt;/a&gt; (product under develop and not yet available for use).&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/37115/</id>
    <title type="text">Hello everyone, couple questions regarding Backtesting and Optimization in StockSharp. How does Stoc...</title>
    <published>2016-09-28T21:43:43Z</published>
    <updated>2016-09-28T21:43:43Z</updated>
    <author>
      <name>Hola1212</name>
      <uri>https://stocksharp.com/users/95773/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Hello everyone, couple questions regarding Backtesting and Optimization in StockSharp.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;p&gt;How does Stocksharp calculate fills exactly when backtesting? I have .CSV files of Bid/Ask data showing &lt;u&gt;every&lt;/u&gt; change in Bid/Ask price. Can Stocksharp use this Bid/Ask data fill orders when backtesting? Or will it Fill on &amp;quot;Last&amp;quot; prices?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Can level2 data be used when backtesting in Stocksharp?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Does Stocksharp have Optimization tools? Such as Brute Force Optimization and Genetic Optimization?&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Cheers&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>