Rejoignez notre page de fans
L'oscillateur ultime proposé par Larry Williams est une moyenne pondérée des valeurs de trois indicateurs stochastiques définis sur des périodes courtes, moyennes et longues.
L'indicateur Price and Volume Trend (PVT), comme l'On Balance Volume (OBV), représente la somme cumulée des volumes d'échanges calculés en tenant compte des variations de prix à la clôture.
L'indicateur est l'équivalent d'un des plus anciens indicateurs classiques, le ROC. Les prix sont remplacés par des volumes dans le présent indicateur.
L'Indice de Masse est destiné à la détection des virages de tendance en fonction des changements dans la bande passante entre le prix maximal et le prix minimal. Si la bande passante s'élargit, l'Indice de Masse augmente, s'il se rétrécit, l'indice diminue.
L'indicateur de Volatilité de Chaikin tient compte des écarts entre les prix maximaux et minimaux. Il définit la valeur de volatilité en fonction de la largeur de la plage entre le maximum et le minimum.
L'indice de Swing Cumulatif est utilisé pour analyser les contrats à terme.
This code can be used to find highest high and lowest low of a chart for a given period.
This indicator plots multiple signals based on MACD main and signal lines.
This code identifies highest high and lowest low in the neighbourhood.
This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart.
This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.
This code can be used to read csv files and separate string based on a separator token.
This code can be used to take screenshot from code itself at any particular desired time.
This is a multi timeframe dashboard scanner for RSI and Stochastic.
This is a simple code to draw triangle on chart connecting open and close of different candles.
This Indicator will plot bullish and bearish candles in separate colors.
This ADX version is used on many other popular trading platforms. It is different to the standard one included with Metatrader.
The indicator sends a signal at the moment the price crosses a given level, using alerts and push notifications
it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.
This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.
This code base is a simple function to check if current time lies within two specified times.