Unisciti alla nostra fan page
- Visualizzazioni:
- 4305
- Valutazioni:
- Pubblicato:
- 2012.11.21 10:19
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
This Expert Advisor is rewritten from MQL4 and was originally published here https://www.mql5.com/en/code/8213 by its author kanskigor.
How It Works
The Expert Advisor determines the direction of the last daily bar at a set time and opens a position in the opposite direction (provided that there is no open position).
The image below shows the performance of the Expert Advisor in the strategy tester's visual mode.
Parameters
- Lots - Position volume.
- Profit - Take Profit in points. 0 - no Take Profit.
- Stop - Stop Loss in points. 0 - no Stop Loss.
- Slippage - Permissible slippage in points.
- Symb - trade symbol. If the value is *, then the chart symbol is used.
- StartTimeHour - The hour when the position opens.
- StartTimeMinute - The minute when the position opens.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/1086

The Expert Advisor operating based on divergence of two moving averages.

An indicator similar to Bolinger Band.

The Expert Advisor based on the following indicators: Laguerre, CCI and MA.

The trading system based on the change in the direction of a universal Bezier curve.