Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
9429
Rating:
(24)
Published:
2012.12.03 16:24
Updated:
2016.11.22 07:32
i_trend.mq5 (5.29 KB) view
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

Lucky Lucky

Simple scalper

GO GO

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

BarsMaxMinSystem BarsMaxMinSystem

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

Exp_X2MA Exp_X2MA

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