Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

InitAllIndicators.mq4 - script pour MetaTrader 4

Vues:
6851
Note:
(6)
Publié:
2008.09.24 06:57
Mise à jour:
2014.04.21 14:53
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

If it is necessary to reinitialize an indicator, a user usually calls to the window of the indicator's properties in the the current chart window and presses "OK".

In case there are a lot of indicators to be reinitialized on the screen, the manual reinitialization can take a long time.


The suggested script is intended for automating the procedure of the indicator reinitialization. When it is run, the windows of properties are called sequentially by the list of indicators, and pressing "OK" is emulated. The window of the list is closed as soon as the working of the script is finished.


Disadvantage: The called windows will flicker on the screen during the reinitialization.


Note: You should allow function calls from the system DLL for script to work: Tools -> Options -> Expert Advisors -> Allow DLL imports. It may be necessary for slow computers to increase the latency period of the pop-up windows. To do it, find the '#define PAUSE 100 ' entry and increase the value. You can completely remove this pause for fast computers, comment the Sleep() function in two places.


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8370

Relax & GoToSleep - Very Interesting Indicator!!! Relax & GoToSleep - Very Interesting Indicator!!!

A very interesting indicator. It gives trading signals!!! A unique system of forecasting is based on a floating moving average!

FiboCalc FiboCalc

Indicator FiboCalc.

STLM hist STLM hist

Indicator STLM_hist.

EMA CROSS EMA CROSS

Expert Advisor EMA_CROSS.