﻿<?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">showing custom strategies in charting area</title>
  <id>~/topic/10692/showing-custom-strategies-in-charting-area/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-23T01:44:42Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=10692" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/47512/</id>
    <title type="text">Thank you for the feedback. We will improve our documentation.</title>
    <published>2019-05-16T22:43:03Z</published>
    <updated>2019-05-16T22:43:03Z</updated>
    <author>
      <name>Mikhail Sukhov</name>
      <uri>https://stocksharp.com/users/201/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Thank you for the feedback. We will improve our documentation.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/47495/</id>
    <title type="text">So, after multiple days of frustration, the reason it was not painting is because the indicator neve...</title>
    <published>2019-05-15T09:41:59Z</published>
    <updated>2019-05-15T09:41:59Z</updated>
    <author>
      <name>Sam</name>
      <uri>https://stocksharp.com/users/104377/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">So, after multiple days of frustration, the reason it was not painting is because the indicator never set the &amp;quot;IsFormed&amp;quot; property to true. &lt;br /&gt;Different parts of the help give different parts of the equation. Make sure you look at other parts that deal with the issue you are working with. The answer may be in a different section.&lt;br /&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/47465/</id>
    <title type="text">Hello, I&amp;apos;ve created a custom strategy and indicator following the help files. However, when I try to...</title>
    <published>2019-05-12T07:08:08Z</published>
    <updated>2019-05-12T07:08:08Z</updated>
    <author>
      <name>Sam</name>
      <uri>https://stocksharp.com/users/104377/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Hello,&lt;br /&gt;I&amp;#39;ve created a custom strategy and indicator following the help files. However, when I try to display it (the value should be around .1) it only shows the bitcoin price on the y axis and doesn&amp;#39;t seem to draw anything. The number seems to be passing to the chart because if I hold the mouse over the connection, it shows the value. I have this in the code so it seems like it should work.&lt;br /&gt;&lt;br /&gt;        [DiagramExternal]&lt;br /&gt;        public event Action&amp;lt;IIndicatorValue&amp;gt; NewMirocanaIndicator;&lt;br /&gt;&lt;br /&gt;                var indicatorReturn = _NewMI.Process(candle);&lt;br /&gt;                NewMirocanaIndicator?.Invoke(indicatorReturn);&lt;br /&gt;&lt;br /&gt; What do I need to do to show this correctly?&lt;br /&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>