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

SSH Multi Time-Frame - MetaTrader 4용 지표

조회수:
7175
평가:
(6)
게시됨:
2024.01.09 18:38
업데이트됨:
2024.01.09 18:40
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

SSH is a famous indicator which uses moving average high and low prices of candles to draw two lines. The cross point of these two lines considered as signal for buy or sell.

Illustrating higher TFs (time-frames) in lower one is a preferred way of technical tracking of market. SSH Multi-TF prepares higher TF of this indicator in lower TFs.

Moreover, user can select higher TF from a small panel inside of chart without opening indicator input. Also, changing TF will change sort of Time-Frame buttons as we do not need lower time frame button to select.


SSH Multi-TF

SSH Multi -Time-Frame with a panel to select TF from chart


Code prepared a panel which can be used for any indicator that you want to make a Multi-TF form for. You will need to copy Panel graphical function and its necessities from input and OnInit() function. to calculate current TF candle index for higher time frame we can use iBarShift built-in function but I prefer to use my own function that find candle index which has very nearest time to higher TF candle time. This function is useful for other usage with same purposes too and totally I recommend it in comparison with original built-in function.

    pivots calculation based on pine script v4 pivots calculation based on pine script v4

    This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql4 indicator.

    No Loss EA - No Indicator, No Price Action strategy for MetaTrader 4 No Loss EA - No Indicator, No Price Action strategy for MetaTrader 4

    This strategy eliminates the need to rely on indicators, candlestick patterns, chart patterns, or any price action. This EA employs a progressive system that I have been using for the past six months and have backtested for over three years.

    Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set Bounce Number for Grid/Martingale strategies Lot Sizing/Order Count set

    When we want to know how many times price will goes up and down 40 pips before breaking this channel, we will need Bounce Number tool.

    Relative Price Channel Relative Price Channel

    mt4 version of original indicator