Wolfgang
Wolfgang
Friends

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

Wolfgang
Added topic 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
Wolfgang
Added topic 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
Wolfgang
Added topic 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
Wolfgang
Added topic 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
Wolfgang
Registered at MQL5.community
Wolfgang
Added topic 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 //---------------------------------------------------------
Wolfgang
Added topic 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