Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
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

Alexav SpeedUp M1 - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
3530
Valutazioni:
(15)
Pubblicato:
2018.04.18 17:13
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The author of the ideaScriptor, the author of the MQ5 code: barabashkakvn.

The Expert Advisor opens two opposite positions at the moment of formation of a bar.

One of the positions should be closed with Stop Loss, and the other one should close with profit with the help of the Trailing Stop function.

When testing the Expert Advisor, check its parameters in two tick generation modes ("Every tick based on real ticks" and "Every tick"), because positions are only opened on a new bar, while the Trailing function works on every tick (the possibility of trailing is checked on every tick). An example of such a situation when testing on EURUSD, M1:

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

SignalMAAboveBelow 3 SignalMAAboveBelow 3

A module of trading signals based on the Moving Average indicator signal module.

VSI VSI

VSI - Volatility Switch Indicator.

Cross_Line_Trader Cross_Line_Trader

The Expert Advisor opens positions when the price crosses line objects.

FarhadCrab1 FarhadCrab1

An Expert Advisor based on two iMAs (Moving Average, MA) and one iSAR (Parabolic SAR). Position trailing.