スクリーンショットの保存【WindowScreenShot】

bool WindowScreenShot(string filename, int size_x, int size_y, int star_bar=-1, int chart_scale=1, int chart_mode=-1)

 

Saves current chart screen shot as a GIF file. Returns FALSE if it fails. To get the error code, one has to use the GetLastError() function.

現在チャートのスクリーン ショットを GIF ファイルとして保存します。もし、それが失敗した場合は FALSE を返します。詳細なエラーコードを取得するには、GetLastError() 関数を使用する必要があります。

The screen shot is saved in the terminal_dir\experts\files (terminal_dir\tester\files in case of testing) directory or its subdirectories.

スクリーン ショットは、terminal_dir\experts\files(テスト中の場合は、erminal_dir\tester\files)ディレクトリ、もしくは、そのサブディレクトリに保存されます。

Parameters:

パラメータ:

filename
Screen shot file name.

スクリーン ショットのファイル名。

size_x
Screen shot width in pixels.

スクリーン ショットのピクセル単位での幅。

size_y
Index of the first visible bar in the screen shot. If 0 value is set, the current first visible bar will be shot.If no value or negative value has been set, the end-of-chart screen shot will be produced, indent being taken into consideration.

スクリーン ショットの最初に表示のバーのインデックス。 もし、0 の値がセットされている場合は、現在の最初に表示のバーからスクリーン ショットされます。 もし、値がない、または、負の値が設定されている場合は、チャートの終りからスクリーン ショットが生成されます。 考慮に入れて取り込んでください。

start_bar
Horizontal chart scale for screen shot. Can be in the range from 0 to 5. If no value or negative value has been set, the current chart scale will be used.

スクリーン ショットの最初に表示のバーのインデックス。もし、0 の値がセットされている場合は、現在の最初に表示のバーからスクリーン ショットされます。もし、値がない、または、負の値が設定されている場合は、チャートの終りからスクリーン ショットが生成されます。 考慮に入れて取り込んでください。

chart_scale
Horizontal chart scale for screen shot. Can be in the range from 0 to 5. If no value or negative value has been set, the current chart scale will be used.

スクリーン ショットの水平方向のスケールです。0 から 5 までの範囲を指定できます。もし、値がない、または、負の値が設定されている場合は、現在のチャートのスケールが使用されます。

chart_mode
Chart displaying mode. It can take the following values: CHART_BAR (0 is a sequence of bars), CHART_CANDLE (1 is a sequence of candlesticks), CHART_LINE (2 is a close prices line). If no value or negative value has been set, the chart will be shown in its current mode.

チャートの表示モード。それは次の値をとる事ができます: CHART_BAR(0 は、バー シークエンス)、CHART_CANDLE(1 は、ロウソク シークエンス)、CHART_LINE(2 は、終値のライン)。もし、値がない、または、負の値が設定されている場合は、現在のモードでチャートが表示されます。

 

Sample:

サンプル:

 

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="">