Forum

iUniMA_MTF.mq5

this indicator is very helpful, unfortunatly there is not shift possible. Is anybody able to implement a plot forward function to the code, would be great. best regards walb for the code please visit https://www.mql5.com/en/code/viewcode/180/1893/iunima_mtf__1.mq5

HiLo Indicator

Hi to all, the published HiLo Indicator in this codebase https://www.mql5.com/en/code/117 gives incorrect signals. Is anybody able to fix this? thanks

Shift does not work

This indicator (code below) works properly, if shift=0 within the following expression ... iMA(NULL, 0, MaFast, 0 , MODE_SMA, PRICE_CLOSE); ... If you set shift to a different value, the result is not true. Can anybody tell me why and how to solve the problem? ------

Day of Week in MQL5

For a pivot indicator I need an expression to find Monday. In MQL4 code if (DayOfWeek() == 1) ... How do you code an expression to find the first day of the week in MQL5? Can you give an example

label in separate window

Dear coders! My problem: I want to display a label within a separate window. My code below does not work. Where is the mistake? Thanks for any help!! walb //--------------------------------------------------------- drawLabel("trend",text,22,color_text,10,10,"CourierBold");

Need help to create a double smoothed exponential MA indicator

Hi everyone! Need some help to code a double smoothed EMA. The derfinition is: Double Exponential Smoothing (DES) applies Single Exponential Smoothing twice. My code has still a mistake, hope somebody can find it: //+------------------------------------------------------------------+ //| double