und werden Sie Mitglied unserer Fangruppe
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Bewerten Sie es im Terminal MetaTrader 5
- Ansichten:
- 17443
- Rating:
- Veröffentlicht:
- 2020.04.28 00:01
- Aktualisiert:
- 2020.05.02 21:36
-
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance
The Smoothed Correlation Indicator provides an indication of price trending and ranging through a bar to bar correlation coefficient. A indicator value approaching one is an indication of up or down trending. An indicator value approaching 0 is an indication of price ranging. A negative indicator value suggests whipsawing price action.
The correlation period is set by the CorrPer input and the smoothing period is set by the SmthPeriod input.

Trend indicator (separate window)

Hi, so I just made a little code here that will help out a lot of coders that hate doing this (I count myself in it haha). It's made to calculate the lot size of a position based on the risk input and the account size+currency.

Simple Script to disable the Autotrading for the EA on the chart. If you just want to use the DLL, check the code and comment/uncomment the necessary

It's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. The expert starts opening six orders for each ring (3 plus and 3 minus) and waits to move prices in one direction to make a grid of orders.