TheFlyingPrussian / Publications
Forum
MACROS returning errors is issues that do not exist.
I am getting absolutely infuriated with this utter piece of crap, why is MQL5 continuing to give me the same errors despite the fact that I am doing nothing wrong? Why when I create a function which checks to ensure that all variables are not initialized to zero, does MQL5 think it's perfectly
"possible use of uninitialized variable 'XYZ'" - despite it being initialised
My patience is seriously wearing thin right now. Why am constantly getting this stupid, bloody warning despite everything being correctly initialised? Why is it only focusing on the on those variables with the second iteration, i.e. CandleBody[ 2 ] CandleOpen[ 2 ] CandleClose[ 2 ] I am seriously
MQL5's issue with calling functions :')' - expression expected test.mq5 136 55
MQL5 seems to be having some issues with calling functions, despite correctly not only including the the file with which the function is situated in #include <RunDiagnostics.mqh> but I have also correctly instanted the required variables, or in this case, no variable needs to be passed. Having been
MQL5 does not know what an array is if it bit it on it's arse
Right, my patience has snapped. Why is MQL5 falling to realise that I'm trying to code an array? Seriously, it's the most ridiculous, stupid thing I have ever come across. Why am I getting, 'get_high_or_low' - unexpected token, probably type is missing? GlobalNamespace.mqh 342 10 Why am I
The application of the for loop in conjunction with ChartButtons
Intro. So I have a setup whereby a chart button is displayed on the chart only from which the order was executed from. Within the button, there is text which displays the ticket number, as well as the running profit. The button comes in two parts, the Static Attributes and the Fluid Attributes: the
For loop refusing to loop through ALL orders in the ledger.
Right, I just do not get the logic behind why MQL4 is outright refusing to display the correct order position information on the correct chart, as in the chart with which the order was placed upon. I just do not get why - despite the fact that I have specifically told it to loop through ALL of the