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

SmoothStep (generalized) - MetaTrader 4のためのインディケータ

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

Generalized version of the smooth step indicator (originally posted here : SmoothStep). 

This version is using a property of a smooth step that it can be further smoothed - based on Kenneth H. Perlin's (a professor in the Department of Computer Science at New York University) idea

      • when order 0 is used, it is the same as built in stochastic / 100 (with slowing in stochastic set to 1)
      • when order 1 is used, it is the same as the smooth step indicator
      • when any higher order is used, it filters further the signal while keeping the values in the expected ranges



Recommendations:
  • Accompany the submitted code with a meaning-bearing name and a brief description.
  • Attach a brief explanation to the code for users to make head or tail of it.
  • Insert illustrating images where applicable.
SmoothStep SmoothStep

SmoothStep (metatrader 4 version)

Detecting the start of a new bar or candle Detecting the start of a new bar or candle

Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.

Trade Classes from MT5 for MT4 Trade Classes from MT5 for MT4

Trade classes CTrade, CPositionInfo, COrderInfo, CSymbolInfo from MT5 rewritten for MT4

High Volume Bars High Volume Bars

Colors bars when their volume has exceeded more than a standard deviation, or a multiple of it. Volume is commonly used as confirmation for a break of a significant level.