ドロップされたチャート上の価格【WindowPriceOnDropped】
double WindowPriceOnDropped( ) Returns the price part of the chart point where expert or script was dro…
double WindowPriceOnDropped( ) Returns the price part of the chart point where expert or script was dro…
double WindowPriceMin(int index=0) Returns minimal value of the vertical scale of the specified subwind…
double WindowPriceMax(int index=0) Returns maximal value of the vertical scale of the specified subwind…
int WindowOnDropped( ) Returns window index where expert, custom indicator or script was dropped. This …
bool WindowIsVisible(int index) Returns TRUE if the chart subwindow is visible, otherwise returns FALSE…
int WindowHandle(string symbol, int timeframe) Returns the system window handler containing the given c…
int WindowFirstVisibleBar( ) The function returns the first visible bar number in the current chart win…
int WindowFind(string name) If indicator with name was found, the function returns the window index con…
string WindowExpertName( ) Returns name of the executed expert, script, custom indicator, or library, d…
int WindowBarsPerChart( ) Function returns the amount of bars visible on the chart. チャート上に表示されているバーの本数を…