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

Stochastic code for beginners by William210 - MetaTrader 5 için gösterge

Görüntülemeler:
3844
Derecelendirme:
(5)
Yayınlandı:
2023.09.11 10:20
Güncellendi:
2023.10.08 13:13
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Good morning.

All codes, all functions have examples in the official documentation if you want.

I wanted to rewrite simpler code, easier to reuse

Whether starting out in coding,

or need a basic code to evolve quickly,

it should help you, as it helps me with my own codes


Leave a comment to tell me which one you prefer

The code from the doc or mine, and don’t forget to put a star for SEO!!!


I did other codes, still on the Mql5 iFunctions

ADX code for beginners by William210

Alligator code for beginners by William210

AMA - Adaptive Moving Average - code for beginners by William210

ATR - Average True Range - code for beginners by William210

Bands Bollinger code for beginners by William210

Ichimoku code for beginners by William210

MACDr code for beginners by William210

Momentum code for beginners by William210

Moving average code for beginners by William210

Rsi code for beginners by William210

Stochastic code for beginners by William210


And two other codes, a little more advanced, to show the calculations of these indicators without using the Mql5 iFunction

AO - Awesome Oscillator - without iAO() code for beginners by William210

Rsi without Irsi() code for beginners by William210


If you have code ideas to help or serve as a basis, request it on this thread


Stochastic beginner tutorial - Terminal

Stochastic beginner tutorial - Inputs

Stochastic beginner tutorial - Colors

Stochastic beginner tutorial - Levels



Plot the previous candlestick OHLC of the selected period Plot the previous candlestick OHLC of the selected period

It will automatically plot a colored horizontal line on the previous open/highs/lows/close of the selected period, and it will make the lines consistent on this price when switching timeframes.

Translating mouse click on chart into price value (Helper function) Translating mouse click on chart into price value (Helper function)

This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click.

Automatic Chart Refresher Automatic Chart Refresher

A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart.

Advisor Based on RSI and Martingale Advisor Based on RSI and Martingale

"This advisor uses the RSI indicator to determine optimal entry and exit points in the market. A unique feature of the advisor is its martingale strategy, which allows for position reversal with an increased lot size during market reversals. The advisor offers flexible trading time settings: you can set a working time range and disable trading during specific hours to filter out news events."