<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>philojuan</author_name>
  <author_url>https://blog.hatena.ne.jp/philojuan/</author_url>
  <blog_title>恥は/dev/nullへ by 初心者</blog_title>
  <blog_url>https://uhoho.hatenablog.jp/</blog_url>
  <categories>
    <anon>MT4/MQL4</anon>
  </categories>
  <description>この記事は、先日の記事（2020年7月14日）に載せた修正版eVLDMI関数を前提にして書いています。 MT4用のインディケーター等を作成する場合、値の計算に必要なローソク足の本数を予め除外しますよね。たとえば、以下のコードにおける counted_bars をイメージしています。 [OnCalculate関数の中] int counted_bars = indicatorcounted(); if(!counted_bars) counted_bars = 28; int limit = Bars - counted_bars; for(int i = limit - 1; i &gt;= 0; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fuhoho.hatenablog.jp%2Fentry%2F2020%2F07%2F27%2F054455&quot; title=&quot;VLDMIの計算に必要なローソク足の本数 - 恥は/dev/nullへ by 初心者&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-07-27 05:44:55</published>
  <title>VLDMIの計算に必要なローソク足の本数</title>
  <type>rich</type>
  <url>https://uhoho.hatenablog.jp/entry/2020/07/27/054455</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
