Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Opened positions indicator - sistema esperto per MetaTrader 4

Visualizzazioni:
17479
Valutazioni:
(20)
Pubblicato:
2009.11.23 13:41
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

It shows a brief information about all of the positions opened.

It can be useful, if yours expert advisor trades many positions simultaneously.

During the debug of my expert advisor I have found that there is a problem to analyse all of the positions opened. It can be solved in the following way:

1) Positions should be grouped by direction

2) Profit and Loss positions should be separated visually.

3) The total profit/loss values of several positions should be grouped by direction

So, I have developed a function that solves this problem.

Image:



The header contain: direction, number of positions with same direction, total volume, total profit. The same is for the positions.

You can find the function in the file attached, maybe it can be useful.


Editor's remark:

Note that it's a mirror translation of the original Russian version.

If you have any questions to the author, suggestions or comments, it's better to post them there.

If you have found this code useful for trading or educational purposes, don't forget to thank author.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/9283

Stochastic with Noise Reduction Stochastic with Noise Reduction

It reduces a lot of false signals using sensitivity tuning.

SAR Oscillator SAR Oscillator

Just Close - Parabolic SAR

Open and Close positions using the lines Open and Close positions using the lines

It opens and closes positions using the crossing of the movable lines.

Fine Fractal Channel Fine Fractal Channel

A finer resolution channel made of three bar fractals.