Codes

QEMA for MetaTrader 5

QEMA - Quadruple Exponential Moving Average

PEMA for MetaTrader 5

PEMA - Pentuple Exponential Moving Average

Forum

ERROR: member function not defined

Hi! How can I solve this problem? I create an EA of a Signal and I got this error: "PERIOD - member function not defined" Where do I need do define? All others functions do not show errors

Center of Gravity problem

Hi! I have some problem with this indicator ( https://www.mql5.com/en/code/442 ) and I try to remake it in a simple way. All work ok, but the signal value is always 1. Some help? //+------------------------------------------------------------------+ //|

QEMA and PEMA

Hi! I uploaded QEMA (Quadruple Exponential Moving Average) and PEMA( Pentuple Exponential Moving Average) in the forum, more or less in 2012.07.23, and never appeared and I never received a feedback . How long it takes? Anybody? In Mql4 it takes hours to appear

how to get the previous data of indicator

In Mql4, there is a shift in many indicators, that I can get the value in bar number 0, in bar number 1 etc but not in Mql5... How can I get these values in Mql5