Join our fan page
- Views:
- 17727
- Rating:
- Published:
- 2010.08.10 09:57
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This Expert Advisor allows to perform one click trading.
Just press the corresponding button to open position. To close position, press the opposite button, i.e. if Buy position is opened, press "Sell" to close it.
Input parameters:
- Lot - lot size.
- SL - Stop Loss in points, if 0, there isn't SL.
- Slipage - slippage in points.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/160

The Dual Trix indicator with dual magnified Values in the Chart and in the Indicator window.

The Multicurrency Expert Advisor.

This robot uses a random number generator to simulate simply tossing a coin to decide on the direction of each trade. It provides an example of a minimal expert advisor programmed in an object-oriented style. It also provides a basis for quantifying the value added by alternative methods of entry.

The Relative Strength Index, applied to standard deviation of price.