ChartXOnDropped

エキスパートアドバイザーまたはスクリプトがドロップされたチャートポイントのX座標を返します。

int   ChartXOnDropped ();

戻り値

X座標値。

注意

左から右へのX軸方向。

例:

   int X=ChartXOnDropped();
   int Y=ChartYOnDropped();
   Print(“(X,Y) = (“+X+“,”+Y+“)”);

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">