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

StopATR_auto - MetaTrader 4のためのインディケータ

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

It arranges the stop levels depending on the price and ATR.

Input Parameters:

extern color ColorUpperStop=Blue;
extern color ColorLowerStop=Brown;
extern bool ShowGraf=true;
extern int CountBarsForShift=12;
extern int CountBarsForAverage=77;
extern double Target=2.5;

StopATR_auto

Price_Alert Price_Alert

Alert indicator that allows to move the signal via the mouse.

MultiOrders MultiOrders

The script for simultaneous placing of several orders by different symbols.

RSIColored_v1, DivPeakTroughRSI_SW RSIColored_v1, DivPeakTroughRSI_SW

The divergence of RSI, the continuation of the divergence topic.

STik STik

Another indicator that shows the tick chart, it would be useful for the pipsers. It has some features.