私たちのファンページに参加してください
シグナルを判断するには、明確に表現されているフラクタル -一般的に強い変動のあとに現れる鋭い頂上、が必要です。2番目のエレメントは 二次的な(サポート)頂上です。 この頂上を通るフラクタルからシグナルライン(画像の赤色の線)が描かれます。
現在バージョンでは、様々な時間軸で3つのMAまで表示します。誰かしらのお役に立てれば嬉しいです。必要な時間軸に合わせてMAの期間を指定してください。例えば、ma2_periode=15である場合、15分足のためのМАが表示されます。
This indicator is intended for the trading with the huge enough amount of symbols but it is not necessarily. The indicator calculates the percentage of growth of every symbol from the beginning of the day by a group of symbols, it's not a secret that the
An indicator that allows to see the "larger" periods (for example, half-yearly or yearly).
An indicator of group moving. It shows the difference between two MAs in a separate window.
Judging by the code of indicator, it calculates the difference between the maximum maximums and minimum minimums of prices of the candlesticks for the last 20 bars (parameter). The result is displayed in points.
This indicator shows changes in the direction of a moving average. It works like looking with a microscope at a moving average curve.
The On Balance True Range Indicator is essentially based on the On Balance Volume indicator but uses the Average True Range Period 1 instead of Volume.
This indicator computes the median of odd span. It is often considered as one of the most robust smoothing operator in the presence of outlier values, and particularly more robust than the mean.
EURX=34.38805726 x [(EURUSD x 0.3155) + (EURGBP x 0.3056) + (EURJPY x 0.1891) + (EURCHF x 0.1113) + (EURSEK x 0.0785)]
Draws either MACD, Stochastic, RSI or CCI of 3 timeframes in a separate window.
Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.
The code consists of lines created according to the opening, closing, low and high values of prices.
I recently needed an indicator that, once placed in a window, is able to change the Time Frame of all open windows. In addition, I wanted this indicator to be able to react to Metatrader's Time Frame selection bar. Despite my various searches, I couldn't find anything suitable. So I decided to develop my own indicator. I propose it to you here.