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

Step chart - MetaTrader 5용 지표

조회수:
17871
평가:
(25)
게시됨:
2020.07.21 18:07
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The original versionStep chart

Usage:
  • Step chart is displaying values as increments of step size
  • Step size can be specified as fractional pips
  • You can use any of the usual price types to display the chart

Reason for upgrade : making the code faster (never enough of execution speed) and simpler to use (iCustom() wise too)




Identify potential Trends/Range (Pivot Points) Identify potential Trends/Range (Pivot Points)

When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout market and vice versa". I looked at few charts and he was right. So I told myself, I have to always eyeball ranging market and trending market but with the help of an indicator. There are plenty for indicator that help us eyeball these ranging/trending market and they work really well, but I like using Pivot Points.

Open Random Charts Open Random Charts

This script opens randomly selected charts and applies user-defined template.

Design patterns - Builder Design patterns - Builder

For a complex object separate its construction from representation. Same construction process can create different representations

Range Follower Range Follower

this expert opens trade in the direction of the trend when specific rate of average daily range has been passed.