﻿<?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">Advice on developing a stock simulation game</title>
  <id>~/topic/23932/advice-on-developing-a-stock-simulation-game/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-17T01:50:23Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=23932" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/67251/</id>
    <title type="text">Hello, I am trying to develop something similar to HSX. It is a prediction market that attempts to p...</title>
    <published>2022-08-13T20:28:48Z</published>
    <updated>2022-08-13T20:28:48Z</updated>
    <author>
      <name>SelfDeleted</name>
      <uri>https://stocksharp.com/users/170775/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Hello, I am trying to develop something similar to HSX. It is a prediction market&lt;br /&gt;that attempts to predict box office. The specific part I am trying to model, is the&lt;br /&gt;fact that the trades can buy/sell against a virtual market maker. So those orders are&lt;br /&gt;filled immediately. In fact, the vast majority of trading is done against the virtual &lt;br /&gt;market maker immediately.&lt;br /&gt;&lt;br /&gt;Then the imbalance between buy and sell orders are entered into a formula to determine &lt;br /&gt;the market price.&lt;br /&gt;&lt;br /&gt;&amp;quot;https://patents.google.com/patent/US7487123B1/en&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;quot;The projected price movement (PM) can be expressed as: PM=(NMS/LMV)*SIV.&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;quot;For example, with 42,000 buy orders and 30,000 sell orders for a particular stock, &lt;br /&gt;the NMS=(42,000−30,000)=12,000. With SIV=$0.25 and LMV=5000, the price movement of &lt;br /&gt;the particular stock will be (12,000/5,000)*0.25=$0.50. Thus, the market price of &lt;br /&gt;the particular stock will be $0.50 greater than the last trading price.&amp;quot;&lt;br /&gt;&lt;br /&gt;I read through the patent a few times, and could not figure out how SIV is determined,&lt;br /&gt;so I cannot adopt the same formula. &lt;br /&gt;But is it possible to adopt the same strategy? To have the trading done against a&lt;br /&gt;virtual market maker and filled immediately, without having to match up buys and sells.&lt;br /&gt;And determine the price through some other method?</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>