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

Time Filter Library - MetaTrader 4のためのライブラリ

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

The function will filter the trade positon. If the current time in the time you set, the function will return true.

Usage:

extern string   TimeStart="12:00";
extern string   TimeStop="14:00"; 

bool TradeAlow=sTimeFilter(TimeStart,TimeStop);

if(TradeAllow==true)
{
//Put your trade function here
//OrderSend(...); 
} 

//Ea will open position bettween 12:00 ---> 14:00
//If you set start=20:00, stop=08:00----> ea will start trade from 20:00 of today to 8:00 tomorrow.
Candle Time End And Spread Candle Time End And Spread

The indicator shows candle end time and current spread.

Indicator Tracer Indicator Tracer

Traces the output of indicators by buffer. Output can be changed on the chart by moving the VL left or right.

Close@Profit Close@Profit

Expert Advisor that closes orders after defined profit or loss.

Forex Indicator Black & White Beauty Win ~ BBWin Forex Indicator Black & White Beauty Win ~ BBWin

BBWin is the Bollinger Bands® indicator in the separate window with trend lines.