atharmian
atharmian
Friends

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

atharmian
Added topic Indicator displayed only partially in higher TFs
I always thought there are more problems with M1 due to missed ticks etc. But I can display all 8 currency strengths of my indi fine in M1 and M5 (with some occasional missing bars in M1.) Only 1-3 currencies, flatlined, in H1 seem to be displayed
atharmian
Added topic Weird: Can't use loop variable, or complex expression for buffer index
Hi Guys, See below. I am using MT4 Build 509 on an Australian Global Prime ECN broker. 1. I cannot seem to use the loop variable i as the buffer array index directly. Have to change it to something else: shift = i, for example. Reversing shift and i
atharmian
Added topic Buffer / speed problem with MTF charts display in same window ?
Hi All, See first pic below, which is what I am aiming for - an MTF display for my indi with both tables and charts in the same window, 4TFs in my case given maxBars= 20 latest bar calculation displayed, to fit all the TFs in one screenshot. [ NOTE
atharmian
Added topic Downloading and printing MQL4 Book. PDF conversion?
I downloaded the MQL4 Book by Kovalyov: https://book.mql4.com/content I was able to right click Properties > General tab > Unblock on the file to make the file readable. But now I got to keep clicking on bottom page links to go to the next
atharmian
Added topic Bug report for MQL Build 509
Where can I find the bug report items for Build 509? SetIndexDrawBegin used along with SetIndexStyle does not seem to limit the indi line displayed beyond the max no of bars specified, e.g., SetIndexDrawBegin (i, maxBars) where maxBars= 20 and i is 0
atharmian
Added topic Older bars info in indi chart not being deleted
Hi All, See chart pic below, it should be limited to maxBars=20, but keeps counting. My putting in SetEmptyValues in init() and, in start(), the last chunk, while (i >maxBars) { arrUSD[i] =0; ... } has no effect ! Athar
atharmian
Added topic Loop problem in MTF indicator
Hi All, I seem to have a loop problem in Start(), possibly with return(0) statement(s) placement. (Hopefully the iBarShift function works correctly !) I want to display, in the same window, 4 TFs (say M1, M5, M15 and M30) of CSS display with 8 major
atharmian
Added topic Only first instance of chart appears, then disappears with change of TF
Hi All, Please see attached mq4 file. I have modified this to display charts in 4 TFs at once in the same window, from the original (correctly working) mq4 that only displays one chart at one time, as here
atharmian
Registered at MQL5.community