int WindowYOnDropped( )
Returns the value at Y axis in pixels for the chart window client area point at which the expert or script was dropped. The value will be true only if the expert or script were moved with the mouse (“Drag’n’Drop”) technique.
エキスパート、または、スクリプトがドロップされた、チャート ウィンドウの現領域座標の Y 軸の値をピクセル単位で返します。エキスパート、または、スクリプトがマウス(ドラック&ドロップ)手法で移動させた場合にのみ、この値は有効になります。
参照 WindowXOnDropped()、WindowPriceOnDropped()、WindowOnDropped()
Sample:
サンプル:
1 | Print"Expert was attached to the window in the point x=",WindowXOnDropped()," y=",WindowYOnDropped()); |