Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

SSH Multi Time-Frame - MetaTrader 4 için gösterge

Görüntülemeler:
5534
Derecelendirme:
(6)
Yayınlandı:
2024.01.09 18:38
Güncellendi:
2024.01.09 18:40
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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