Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 7378
- Derecelendirme:
- Yayınlandı:
- 2010.11.29 12:07
- Güncellendi:
- 2016.11.22 07:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/224

This indicator is a combination of moving average and ATR indicators.

It 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 Contest submission.