Unisciti alla nostra fan page
ChartReinit - sistema esperto per MetaTrader 5
- Visualizzazioni:
- 7149
- Valutazioni:
- Pubblicato:
- 2010.11.29 12:07
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The Expert Advisor adds a button to the bottom right corner of each chart. After press of the button it reinitializes all charts of the chart symbol.
The chart reinitialization is implemented by termporary change of the chart timeframe.
This way is simple and doesn't has side effects, because it doesn't redraw (and recalculate) the temporary chart window.
Input parameters:
//--- input parameters input string SampleText="Recalculate"; // Button text input color SampleTextColor=NavajoWhite; // Text color input color SampleBackColor=SlateGray; // Button background
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/224
This indicator is a combination of moving average and ATR indicators.
20/200 pips - Simple profitable Expert AdvisorIt has simple code and trading rules. It's doesn't use any martingale MM strategies.
The script exports historical quotes data from MetaTrader 5 for the import to MetaTrader 4. This solution will allow you to get the full history for MetaTrader 4.
Graphic Panel ContestGraphic Panel Contest submission.