Jamie Scott Miller / Publications
Forum
Is there a way to manage OnChartEvent() for multiple indicators on the same chart?
Hi, I have 2 indicators which I wrote that running on the same chart. They are both quite OnChartEvent oriented with MOUSE_MOVE turned on. If I run each Indicator without the other running, all of my CHARTEVENT_MOUSE_MOVE part of my code will work smoothly (visually) without any noticeable lag. If
I can copybuffer() on INDICATOR_CALCULATIONS - bug - Please help
Hi, Please can anyone inform me if this has changed? I read that we were previously unable to copybuffer on buffers set to INDICATOR_CALCULATIONS. However, I am able to do it just fine testing on various custom indicators. My goal is to be able to finish writing my indicator that dynamically loads
MQL5 - When using Local Network Farm, OnTester() doesn't run
Hi, I am in the optimisation phase on my EA. The below code is my OnTester function which will produce a CSV file of the results which is saved to the common data folder. This works both during single tests and optimisations. However, it appears OnTester() doesn't run when you disable local agents