Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

R-Squard and Linear Regression - Indikator für den MetaTrader 4

Onur Sirek
Veröffentlicht:
padbravo
Ansichten:
7157
Rating:
(26)
Veröffentlicht:
2022.06.07 18:10
Aktualisiert:
2022.06.08 23:27
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum 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