無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 30411
- 評価:
- パブリッシュ済み:
- 2011.04.21 08:22
- アップデート済み:
- 2014.04.21 14:55
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
Author:
RDI
Description:
This indicator forecast the future movement of highest and lowest prices depending on similar movement in the past by weighted mean. It calculates squares of difference between current bars and past bars to decide the similarity.
External variables:
- BasePeriod --- Number of basement bars to forecast
- ForecastPeriod --- Bars to forecast
- Samples --- Period to check similarity to current movement
- BaseElements --- Number of elements to choose for forecasting
Image:

This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed.

This is the updated version of the indicator i uploaded previously at http://codebase.mql4.com/7121.

It is the bbsqueeze indicator but with OsMA as momentum.

Automatic EMA envelope.