srh124
srh124
Friends

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

srh124
Added topic Problem with DRAW_COLOR_CANDLES
Hi all. I 'm going to try DRAW_COLOR_CANDLES in my indicator. I've written following which works correctly in coloring Engulf candles: #property copyright "Copyright 2021, MetaQuotes Ltd." #property link        "
srh124
Added topic How to minimize CAppDialog?
Hi all. Following code works correctly, except last line for minimizing dialog:  CAppDialog AppWindow; int OnInit () {          // Codes for dialog creation    AppWindow.Run();   
srh124
Added topic Static array resets on timeframe changes
Hi all. I've been using static variables but now i have problem for declaring static arrays. I want elements of array not  to be change when timeframe changes. static double a[ 3 ]; static double b[]; int OnInit () {
srh124
Added topic Drawing not updated
Hi all I've written a Zigzag-RSI indicator combining RSI values to standard Zigzag indicator. It works pretty well, except that drawing of RSI values does not update on chart (i.e. indicator window). I want it to be updated in each tick as it is for
srh124
Added topic MQL5: Debug for current day not working
Hi all I used to use debug on history data (while setting dates in Options). Today, I saw some malfunctioning of my indicator but it seems "Debugging on history data" doesn't work on toady candles. I tried setting dates between yesterday and tomorrow
srh124
Added topic Equivalent of BarsCalculated() in MQL4
Hi all I'm converting a code from MQL5 to MQL4. In code, i have faced BarsCalculated() which i need help to convert it to MQL4. This is the code which computes and draws Zigzag on RSI indicator (=Zigzag with input of RSI values, rather than price
srh124
Registered at MQL5.community