無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

Open and Close positions using the lines - MetaTrader 4のためのエキスパート

ビュー:
24027
評価:
(7)
パブリッシュ済み:
2009.11.23 14:55
アップデート済み:
2014.10.27 16:29
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Description:

The Expert Advisor draws 4 lines: "BUY LINE", "SELL LINE" и and two corresponding "CLOSE" lines.

Your task is to move the lines to the prices you want to operate - to Buy, to Sell, or to Close.

The orders are set and close at the moment then price crossing the line, for example for Buy case: if the Ask price crosses "Buy LINE", and for Sell case if the Bid price crosses "SELL LINE", the same is for "CLOSE" lines.

Image:

Here is a trade example at figure

The total number of lines can be reduced using the lines

DRAW_SELL - draw Sell line
DRAW_BUY - draw Buy line
DRAW_CLOSE1 - draw Close1 line
DRAW_CLOSE2 - draw Close2 line

There are some external variables: lot - lot size and order - maximal orders allowed. The CLOSE lines can be used for a trailing stop, just choose right angle.

The Expert Advisor has been created using The signal lines with alert after crossing, you can find my other solutions here. Good Luck!


Editor's remark:

Note that it's a mirror translation of the original Russian version.

If you have any questions to the author, suggestions or comments, it's better to post them there.

If you have found this code useful for trading or educational purposes, don't forget to thank author.

MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: https://www.mql5.com/ru/code/9347

Opened positions indicator Opened positions indicator

It shows a brief information about all of the positions opened. It can be useful, if yours expert advisor trades many positions simultaneously.

Stochastic with Noise Reduction Stochastic with Noise Reduction

It reduces a lot of false signals using sensitivity tuning.

Fine Fractal Channel Fine Fractal Channel

A finer resolution channel made of three bar fractals.

Average Stocastic indicator for several timeframes Average Stocastic indicator for several timeframes

It shows Stochastics for several timeframes in a single chart, also it calculates the average value.