Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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

Tillson T3 - indicateur pour MetaTrader 5

Vues:
1629
Note:
(1)
Publié:
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

T3(5, 0.7) on the chart

A fun implementation of the Tillson T3. The distinctive feature of this implementation is that it computes 6 EMAs under the hood, but does not use any auxiliary indicator buffers for them, which noticeably improves performance.

AlgoForge repository (the source code there is split into several files, which makes it easier to read): https://forge.mql5.io/boyvlad/tillson-t3/


Positions Summary Info byPairs Positions Summary Info byPairs

Script for displaying updating data on open positions.

Dynamic Gaussian Channel Dynamic Gaussian Channel

This indicator builds a dynamic price channel using Gaussian smoothing to determine support and resistance lines. It calculates smoothed high and low price values for a given period, finds their extrema and displays three lines: upper resistance (maximum of smoothed high), lower support (minimum of smoothed low) and the middle line between them, forming an adaptive trading channel.

PACF_ACF PACF_ACF

The script calculates the autocorrelation and partial autocorrelation functions and displays them on a graph

ONNX Trader ONNX Trader

An example of a bot with an embedded machine learning model that is trained in python and saved in ONNX format.