Join our fan page
- Views:
- 10151
- Rating:
- Published:
- 2012.12.03 16:24
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The Expert Advisor is rewritten from MQL4, the unknown author, published by Scriptor, link to the source - https://www.mql5.com/en/code/7599.
How it works
Green line - price difference with one of the line of Bollindger Bands®.
Red line - sum of values of the BearsPower and BullsPower indicators multiplied by -1.
The i_Trend indicator (the third window below) and indicators on the basis of which it is built: Bollinger bands, BearsPower and BullsPower
Parameters
- Price - Price type used to calculate the difference of price and Bollinger Bands.
- BBPeriod - Period of Bollinger Bands.
- BBShift - Shift of Bollinger Bands.
- BBDeviation - Deviation of Bollinger Bands.
- BBPrice - Price of Bollinger Bands.
- BBLine - Used line of Bollinger Bands.
- BullsBearsPeriod - Period of Bulls Bears Power.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1115

Simple scalper

The Expert Advisor analyses four Moving Averages: open, high, low, close. On its basis it calculates GO value and opens position according to its value

The Three-Bar High/Low System indicator by Larry Williams

The Expert Advisor Exp_X2MA is drawn on the basis of X2MA universal Moving Average change.