無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
Correlation - MetaTrader 4のためのインディケータ
- ビュー:
- 32477
- 評価:
- パブリッシュ済み:
- 2009.01.07 08:28
- アップデート済み:
- 2014.04.21 14:53
- このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
The indicator calculates the correlation of the currency pairs.
Input Parameters:
extern string OtherChart="EURUSD"; extern int n=20; extern bool UseOpen=true; extern bool UseClose=false; extern bool UseHigh=false; extern bool UseLow=false; extern int CalcBars=400;Example with USDCHF and EURUSD:
Correlation
MA Reverse
A simple EA. It plays in the opposite direction on the specified difference between Bid and MA. It is considerably risky but it has own advantage.
Keltner_ChanelThe indicator of the Keltner's channel.