거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

SpreadMIN - MetaTrader 4용 지표

조회수:
17927
평가:
(18)
게시됨:
2015.07.13 15:04
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator is a histogram of the lowest/minimum spread only, given in a candle whilst the indicator has been running. Example scripts for placing buy or sell at the lowest spread are included.

It is similar to other spread monitoring indicators. I wanted simple code and only the spread minimums to display because I only want to pay the lowest spread for trade.

You can then use a script to place a trade and, for example, specify when current spread is equal or lower than the lowest spread in the previous candle. Probably best used on lower timeframes as otherwise you may wait for a long time to reach the minimum spread as required.

I must acknowledge:

Also, found the error description function somewhere. Thanks.

Recommendations:

  • Make sure the indicator has been placed on chart and running for at least a couple of candles before executing the script.
  • Use appropriate script or code to take trade when current spread is equal to or less than the minimum spread from the previous candle.
  • See example scripts for placing buy or sell.

I know the code is not perfect, please suggest improvements. Thanks!

    Reversal Navi Reversal Navi

    Reversal Navi indicator shows the entry point coming after the reversal bar.

    Bounce Strength Indicator Bounce Strength Indicator

    Bounce Strength Indicator (BSI) shows the strength of bounce. Inspired by the Wyckoff method.

    Tango Line Tango Line

    This indicator is a sharp turn to the dynamic change of direction. Like tango steps!

    Bounce Strength Indicator 2.0 with Tango Line Bounce Strength Indicator 2.0 with Tango Line

    Bounce Strength Indicator (BSI) shows the strength of bounce. It now works in trend and uses Tango Line calculations.