당사 팬 페이지에 가입하십시오
- 조회수:
- 1624
- 평가:
- 게시됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.