Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

ParabolicM - Indikator für den MetaTrader 4

Ansichten:
20107
Rating:
(4)
Veröffentlicht:
2016.07.01 09:18
MQL5 Freelance Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

Simplified Parabolic.

Input parameters:

extern double    Step=0.02;
extern double    Maximum=0.2;

ParabolicM

Übersetzt aus dem Russischen von MetaQuotes Ltd.
Originalpublikation: https://www.mql5.com/ru/code/8571

Correlation USDCHF/EURUSD Correlation USDCHF/EURUSD

The Correlation USDCHF/EURUSD indicator.

Euler - Euler number calculation Euler - Euler number calculation

The script demonstrates a simple and quick way to calculate the Euler number.

i1AMA i1AMA

Another attempt to adapt the moving average.

Attempt to create an Expert Advisor based on the Center of Gravity indicator Attempt to create an Expert Advisor based on the Center of Gravity indicator

The idea has existed for a long time - based on the "Conservative intraday scalping" strategy, but I could not find a suitable indicator in MT4... Integration of the custom indicator to the EA.