Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
2301
Rating:
(3)
Published:
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to 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.