Watch how to download trading robots for free
Find us on Twitter!
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

R-Squard and Linear Regression - indicator for MetaTrader 4

Onur Sirek
Published by:
padbravo
Views:
7130
Rating:
(26)
Published:
2022.06.07 18:10
Updated:
2022.06.08 23:27
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Also, it can do some other things:

  • Slope
  • Slope in degrees
  • Variance
  • Std Deviation
  • Mean
  • "Fake Graphs"

With this function (fake graphs) you can plot the actual data from a indicator. This is valuable when you are coding an EA and testing it on MT4, as the strategy tester does not show in real-time the actual graph from the indicators... Just fill the array with the actual N-values and call the procedure "Fake Graph" to plot it rigth on the main window

(8/6/2022 - Correctd a bug on the graph generating cicle)

r-squared graph


    LP_entry LP_entry

    Arrow Up and Down on each bar and other informations.

    ScalpX ScalpX

    ScalpX is an indicator that uses Kalman filters to identify buy and sell opportunities whenever is indicated by the graph.

    Speed and Acceleration (with HMA) Speed and Acceleration (with HMA)

    This indicator gives the Speed and Acceleration of the price for a given period. In order to make a smooth graph, can be used a procedure using the Hull Moving Average method

    Squeeze Momentum Indicator - LazyBear Squeeze Momentum Indicator - LazyBear

    Converted LazyBear Squeeze Momentum Indicator from TradingView to MQL4