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

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

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

For now there is no need to draw the levels manually.

It will be very useful for the novices.

According to the TS MF, usually the first enter point is at the double break through and the support of the associates.

Input Parameters:

extern int    Дней=10;                  // How many days in history to display.
extern string sTimeEndAsia=" 07:00:00"; // You can specify your own values.
extern int    m7=7;                     // This one should be correсted too.
extern string sTimeEndEur =" 10:00:00"; // The time we stand the flat.

MF_BreakDown_Flat

ExpertClor_v01 ExpertClor_v01

It closes an order by the intersection of two MAs (5 and 7 on default). Read the full description...

Two Indicators m-Fibonacci and m-Candles Two Indicators m-Fibonacci and m-Candles

The indicators that can display several larger timeframes, japanese candlesticks and Fibo levels on a single chart.

Multi Time Frame Trader Multi Time Frame Trader

EA is setup to use higher time frames for trend identification and lower time frames for entries/exits.

Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously

The different colored snippets of MA are shown on the current chart depending on the direction of the MA moving at on the chosen timeframes, or they're not drawn at all if the moving on the chosen timeframes is differently directed.