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:
664
Rating:
(6)
Published:
PACF_ACF.mq5 (12.62 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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

A brief comment on the input parameters:

  • input int N =100; // here we specify the data window for calculation (the script easily counts 100 000 bars and more)
  • input int K =16; // number of lags, for practical needs rarely count > 40 (the script easily counts up to 500).
  • input int start_pos=0; // data window offset, zero means that data(N) is counted from the most recently loaded bar.
  • input int duration=10; // duration of chart display in seconds

    Translated from Russian by MetaQuotes Ltd.
    Original code: https://www.mql5.com/ru/code/48572

    Tillson T3 Tillson T3

    Tillson T3 with EMA calculations done without auxiliary indicator buffers.

    Positions Summary Info byPairs Positions Summary Info byPairs

    Script for displaying updating data on open positions.

    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.

    ErrorDescription - Updated library ErrorDescription - Updated library

    This library is an updated version of the ErrorDescription.mqh library published by MetaQuotes, with some features included.