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
Indicateurs

Time Segmented Volume (TSV) - indicateur pour MetaTrader 5

Vues:
7912
Note:
(17)
Publié:
2023.01.01 16:40
Mise à jour:
2023.03.27 22:10
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This indicator is based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc. However, I added an extra few features to this one.

One can choose the price to be applied, instead of only having the default close price used by the original.

One can also choose which volume weighting to use, including a pseudo-volume based on true range, or no volume weighting at all.

The indicator displays two moving averages, one being the default simple moving average as the original, and the other being an exponential moving average, which reacts faster.


The code uses conditional compilation and will compile on both MQL4 and MQL5.

Please note that all my CodeBase publications’ source code are now also available in “Public Projects” tab of MetaEditor under the name “FMIC”.


Samy Thuillier Trader Options Dérivées Samy Thuillier Trader Options Dérivées

Parmis les 5% des traders les plus performant du desk ''Options Dérivées'' de la Société Générale. PnL 22MEUR entre 01/01/2022 au 27/12/2022

TrendLinearReg - indicator for MetaTrader 5 TrendLinearReg - indicator for MetaTrader 5

The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)

RSI Bot MT5 RSI Bot MT5

RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80

xoshiro256 Random Number Generator xoshiro256 Random Number Generator

The 64-bit xoshiro256** Random Number Generator.