vish4al / Publications
Forum
PLEASE help figure out why the array is out of range.
Hi Guys, I am a newbie but have managed to code quite a few things of various complexity (after a lot of pain!). The latest indicator I'm trying to code seems to be stuck on the first step. I'm sure it's something very easy but I can't see what I'm doing wrong. Here is the code: #property link
Help with iFractals
Hey guys, I'm trying to convert my MQL4 indicator that I wrote to MQL5 and having problems at the first step unfortunately. When outputting the two arrays, i get only zeros. Can ANYONE please help? int IndicatorHandle; double fu[]; double fl[]; if (H4 || Period ()== PERIOD_H4 ) {
A little help would be much appreciated
Hi, I am trying to upgrade this piece of code to turn on and off based on a keypress of numpad 4. I'm completely stuck as to where the issue is. The code does run as the comment is displayed but the boxes are not printed. Any help would be HIGHLY appreciated. Thank you! #property
Equation of a Trend Line In Code... Help Pls
Hey - i have a scanner I've written that scans a lot of symbols for various things and there is something I need to add to the logic but am stumped. I have two points - I need the equation of the line that goes through those two points. I then need to be alerted next time price reaches that line