無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- 発行者:
- Siti Latifah
- ビュー:
- 19711
- 評価:
- パブリッシュ済み:
- 2016.08.05 16:02
- アップデート済み:
- 2016.11.22 07:32
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
Real author:
dXerof
This simple script is used to calculate total lot or rebate.
Input Settings
extern string StartDate="2016.04.01"; extern double RebatePerLot=6; extern color TColor=clrRed;

This indicator provides an easy way to find out the current direction of a pair.

This EA uses different indicators: ADX, Stochatisc, Accelerator... This EA is optimized for USDJPY TF H4, but it can work on others if you optimize it.

Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.

Modified version of FF Calendar Indicator with new features.