無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 10450
- 評価:
- パブリッシュ済み:
- 2012.03.05 10:53
- アップデート済み:
- 2016.11.22 07:32
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
Rewrites JForex csv data without the weekend candles and the seconds.
If you export OHLC data from JForex platform, you will see it is not ready to import into MetaTrader 4 - the first row is the name of the columns, and the data contains weekend candles (open=high=low=close, and volume=0). This script makes the data ready to import into the History Center of MetaTrader 4.
Instructions:
- Copy the data file into MetaTrader/experts/files folder,
- Set input and output file names,
- Start this script on any chart and timeframe,
- Wait for getting "Done" message on Terminal/Experts tab,
- Now the output file is ready to import into MetaTrader History Center.

This EA is supposed to trade news and high market spikes.

Trade with right risk !

The ideas from the article 3 Methods of Indicators Acceleration by the Example of the Linear Regression" is implemented in this indicator.

This is a "conceptual" script that uses the WinINet functions to load a HTTP page directly from mql4, without a C++ dll