michal32
michal32
Friends

Add friends via their profile or user search and you will be able to see if they are online

michal32
Added topic How to code Moving Average applied on Bollinger Bands
How do you apply an indicator on a multi-buffered indicator in MQL5 in general? For example, Moving Average applied on Bollinger Bands. First, I create the variables: int Bands_handle; int MA_handle; double MA[]; Then I create the indicator handles
michal32
Added topic Issue: Moving Average applied on a Custom Indicator
There may be a common bug in MQL5 indicator functions or I'm missing something. The problem arises when I try to apply any indicator on any custom indicator. For example, in MQL4, you calculate the moving average of any indicator by first filling an
michal32
Registered at MQL5.community