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

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

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

Another variation of the Macd.

Input parameters:

extern int FastEMA=9;
extern int SlowEMA=64;
extern int SignalSMA=112;
extern bool plotArrows=false;
extern double HistThreshold=0;


!_Macd


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

RSI prognoz RSI prognoz

The indicator predicts (at least tries to) the RSI on a specified number of bars using the cluster analysis

Example of plotting a function spectrum using the FFT library Example of plotting a function spectrum using the FFT library

Example of plotting a function spectrum using the FFT library

MTF PCCI-as a filter MTF PCCI-as a filter

Multi-timeframe PCCI indicator.

MTF_Fractal MTF_Fractal

Another variation of the fractals.