Search found 6 matches

Re: Laguerre PPO (Percentage Price Oscillator) Reversal Indicator MT5

Laguerre PPO (Percentage Price Oscillator) Reversal indicator for MT5 This is the MT5 version of the Laguerre PPO. PS: For the original MT4 version and a description of this code, please see: Laguerre PPO for MT4 . Hi, could you provide the .mq5 of this indicator? I'm not a programmer and I'm using ...

Re: MT5 Rsi indicators

This is the code I have. Hello and sorry for my absence. So far I haven't succeeded in making the code work as I wanted (without the false signals), but I noticed that a buffer is only generated when the opposite signal is generated. That is, if the RSI crosses the value 65 a signal/buffer is ...

Re: MT5 Rsi indicators

Don't have the code anymore but far as I remember the arrows are based on the histogram colors which are 0 and 1. if (TrnBuffer[i] == 1 && RsiBuffer[i] > 60) { FltBuffer[i] = 1; ClrBuffer[i] = 0; } if (TrnBuffer[i] == -1 && RsiBuffer[i] < 40) { FltBuffer[i] = -1; ClrBuffer[i] = 1; } Far as I'm ...

Re: MT5 Rsi indicators

Alerts added. https://forex-station.com/download/file.php?id=3409902 [/url] Hello, mrtools. Could you make this indicator available with the arrows being buffers 0 and 1? I use a connector in MT5 that reads the buffers and sends the signals to Deriv, the broker I use. Buffer 0 is a buy signal ...

Return to the advanced search