Rejoignez notre page de fans
- Vues:
- 1629
- Note:
- Publié:
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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
Script for displaying updating data on open positions.
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
The script calculates the autocorrelation and partial autocorrelation functions and displays them on a graph
ONNX Trader
An example of a bot with an embedded machine learning model that is trained in python and saved in ONNX format.