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

Period Converter All Timeframes - MetaTrader 4のためのスクリプト

ビュー:
31584
評価:
(10)
パブリッシュ済み:
2018.01.25 12:56
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

When we do back-test, we usually download M1 data from a third party, and then convert M1 data to other timeframes.

This script helps to convert history data from M1 to M5, M15, M30, H1, H4, D1, W1 and MN.

This script must be run on M1 chart.

You may choose whether to convert to D1, W1, MN or not. By default it is false.

  • ConverterD1=false;
  • ConverterW1=false;
  • ConverterMN=false;

Please note that you should disconnect from broker server before backtesting, otherwise the data will be overridden by server data.

To avoid override, the practical method is to delete the password in MetaTrader 4 settings (menu "Tools" → "Options" → "Server").

Coin Flipping EA Coin Flipping EA

Generates a random number, and if this number is even, it will buy, if odd - it will sell.

RSI with divergency RSI with divergency

RSI modified to show the excess of the market (more than 70 and less than 30), and show you the divergency with the price.

Momentum Histo Momentum Histo

Displays a Histogram of Momentum, ATR, CCI or RSI indicators relative to a specified level.

Signal Candles Signal Candles

Get entry signals from specific candles based on your rules.