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
Indicators

Simple Regression Channel - indicator for MetaTrader 4

Views:
30931
Rating:
(14)
Published:
2017.09.29 07:53
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Simple Regression Channel automatically generates Regression Channel, based on timeframe (user input).

Linear Regression Channel consists of two parallel lines located at the equal distance from the linear regression trend line. The distance between the channel borders and the regression line is equal to the value of the highest close price deviation from the regression line.

The indicator code features:

  • This indicator can be attached to any chart timeframe.
  • The calculation will be based on applied timeframe in the input.


Input Parameters

  • Look back period (default: 30 bars)
  • Applied timeframe (default: Period_H4)
  • Regression style (default: Solid)
  • Regression color (default: Dark Blue)

News EA Template Without DLL From 2 Sources News EA Template Without DLL From 2 Sources

The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.

Consecutive Candles with Stochastic Filter Indicator Consecutive Candles with Stochastic Filter Indicator

Shows when two or three consecutive bull or bear candles of a certain size print after qualifying the stochastic level of the initial candle in the series. New in version 3 /* Changelog 2-4-19 Added 50% line to indicator box - Ignored changing the indicator lines individually since mql does not have a built-in language convention to create this change would require too much additional research and effort. Fixed error with the DodgerBlue lines not showing, the problem was due to using DodgerBlue instead of clrDodgerBlue in the code to indicate color, should be fixed now. */

Previous Candle Hi-Lo Previous Candle Hi-Lo

Previous Candle Hi-Lo is used to check the last candle multi-timeframe position relative to the current price.

Engulfing with RSI Engulfing with RSI

Not really profitable but the code fits on one page.