﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.ru/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.ru/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">macd histogram. StockSharp</title>
  <id>https://stocksharp.ru/handlers/atom.ashx?category=tag&amp;id=macd histogram&amp;type=forum</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-10T20:03:26Z</updated>
  <logo>https://stocksharp.ru/images/logo.png</logo>
  <link href="https://stocksharp.ru/handlers/atom.ashx?category=tag&amp;id=macd histogram&amp;type=forum" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.ru/topic/9271/</id>
    <title type="text">Некорректный расчет MACD Histogram</title>
    <published>2018-03-31T20:23:30Z</published>
    <updated>2018-03-31T20:23:30Z</updated>
    <author>
      <name>KROKS</name>
      <uri>https://stocksharp.ru/users/95467/</uri>
      <email>info@stocksharp.ru</email>
    </author>
    <category term="MACD Histogram" />
    <category term="MACD" />
    <content type="html">&lt;p&gt;День добрый.
Пытаюсь построить гистограмму MACD для графика gazp.tqbr.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;_MACDindicator =
new MovingAverageConvergenceDivergenceHistogram(
new MovingAverageConvergenceDivergence(new ExponentialMovingAverage {Length = 26}, new ExponentialMovingAverage {Length = 12}),
new ExponentialMovingAverage {Length = 9});
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Однако, выдаваемые значения не бьются ни с ручными расчетами, ни с тем, что рисует Quick:
S#
&lt;a href="http://stocksharp.ru/file/106379"&gt;http://stocksharp.ru/file/106379&lt;/a&gt;
Quick
&lt;a href="http://stocksharp.ru/file/106380"&gt;http://stocksharp.ru/file/106380&lt;/a&gt;
Excel
&lt;a href="http://stocksharp.ru/file/106381"&gt;http://stocksharp.ru/file/106381&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Подскажите, пожалуйста, в чем может быть проблема? Заранее благодарю.&lt;/p&gt;
</content>
  </entry>
</feed>