거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

R-Squard and Linear Regression - MetaTrader 4용 지표

Onur Sirek
게시자:
padbravo
조회수:
7170
평가:
(26)
게시됨:
2022.06.07 18:10
업데이트됨:
2022.06.08 23:27
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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