Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Twitter!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Indicadores

R-Squard and Linear Regression - indicador para MetaTrader 4

Onur Sirek
Publicado por:
padbravo
Visualizações:
7134
Avaliação:
(26)
Publicado:
2022.06.07 18:10
Atualizado:
2022.06.08 23:27
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para 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