거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Tillson T3 - MetaTrader 5용 지표

조회수:
1624
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.