Small MT4 indicator programming

 

Hello dear friends, I need your help, someone good could convert this little "less square" PRT indicator in real time into the MT4 program thank you very much:


PeriodL = 50

PeriodS = 20

del = 4


MMEL = exponentialaverage [PeriodL] (fermer)

MMES = moyenne exponentielle [PeriodS] (fermer)


y1 = (MMES [del] + MMEL [del]) / 2

y2 = (MMES + MMEL) / 2


coeff = ((y2-y1) / del) * 1000


retour coeff

Documentation on MQL5: Math Functions / MathExp
Documentation on MQL5: Math Functions / MathExp
  • www.mql5.com
Math Functions / MathExp - Reference on algorithmic/automated trading language for MetaTrader 5
 
tonymota13:

Hello dear friends, I need your help, someone good could convert me this little indicator "least square" prorealtime in MT4 program please thank you very much:



Is this one maybe, check it  : https://www.mql5.com/en/code/7325
Linear Regression Line
Linear Regression Line
  • www.mql5.com
DynamicRS+Channel The indicator of dynamic resistance/support level with a fixed channel. LWMA-Crossover_Signal In the case of weighted moving average, the latest data is of more value than more early data. Weighted moving average is calculated by multiplying each one of the closing prices within the considered series, by a certain weight...
 
ffoorr : Est-ce celui-ci peut-être, reconnaît-le: https://www.mql5.com/en/code/7325
Hello to you and thank you for your answer, no it is not the one, this indicator is not on the graph but apart and these are other parameters, I looked really everywhere impossible to find it for MT4
 
tonymota13:

Do not make multiple posts with the same subject.

Your other posts have been deleted.

This is an English language forum - post in English.