Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Stochastic code for beginners by William210 - indicatore per MetaTrader 5

Visualizzazioni:
4446
Valutazioni:
(5)
Pubblicato:
2023.09.11 10:20
Aggiornato:
2024.07.02 14:09
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

My apologies, this code is no longer available and I don't know how to remove/hide it from codebase


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."