Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 2655
- Valutazioni:
- Pubblicato:
- 2024.01.01 11:16
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
function to calculate the cosine distance and the cosine similarity.
The cosine distance between 2 vectors A and B is :
So 1-CosineSimilarity
And the cosine similarity is :
In simple terms :
- the cosine of the angle between the 2 vectors
- or , the dot product of the vectors divided by their magnitudes multiplied
Here is the simplest explanation (although his cos(45) is wrong) :

This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.

This Script collects all MQL5 built-in indicators buffers and stores them in a CSV file for analysis purposes

This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql5 indicator.

This utility is simple example to add sound alert on connect / disconnect