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

Open Random Charts - MetaTrader 5용 스크립트

조회수:
3647
평가:
(9)
게시됨:
2020.07.16 20:19
업데이트됨:
2020.09.17 12:15
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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


      [INPUTS]

      • Timeframe: chart timeframe.
      • Template: chart template.
      • Spread Filter: only open symbols having spread below this.
      • Chart Count: maximum chart count to be opened.

      [LIMITATIONS]

      • only tradeable forex instruments will get selected.
      • only symbols having spread below specified will be selected. lack of such symbol results in infinite loop.
      • after symbol selected program waits until rates are updated.
      • if there aren't enough symbol that meets the requirements, number of charts opened may be below user specified.

      Design patterns - Abstract Factory Design patterns - Abstract Factory

      Provide an interface for creating families of related or dependent objects without specifying their concrete classes.

      Identify potential entries Identify potential entries

      I want to share with you this story. When I started trading, I learnt the scalping strategy in a volatile market. I really loved scalping especially when I see the price is moving fast. However, scalping for a long period of time is exhausting to me especially in a volatile market; volatile market requires fast analysis, actions and reactions; that is why I always reach a point that I loss concentration, focus and I start making those really stupid mistakes. That is why I created this indicator that helped me to automatically identify these potential entries (based on the formation of candlesticks) instead of doing all the work myself. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share this indicator with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!

      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.

      Step chart Step chart

      Step chart (upgraded version)