Forum

Too much memory use on Multiple iCustom calls

Hi folks, I am trying to retrieve history data from MT4 to build a model with. The problem I have is that I need to load the values of a custom indicator into a 3 dimensional array and when i try to run the Expert is history, it does not work, and gives the alert: "not eough memory for EX4 file" and

I need an Indicator to download news data

Hi there. I am trying to write an indicator that presents upcoming news items for the pairs on any given chart. I am stuck on the very first bit of the code; which is downloading news data from a reliable source as a csv in MT4. Can anybody help with this or point me in the right direction. Cheers

Add 2 custom indicators automatically to a chart with mql4 EA

Hi there. I stumbled across your a 2018 on how to add an indicator to a chart in MT4 using a ChartCustomIndicator() function. I have a problem because I want to add 2 indicators using this routine, but for some reason, I can only manage to add the first 1 and the second returns file cannot be found

Calculating the Stochastic on an Array

Hi there i'm trying to calculate the fast Stochastic %K on a array and for some reason the function does not refresh and work out a new reading as the array increases in size and adds new values //+------------------------------------------------------------------+ //|

Tracking my trades

Hello MT4 Community I have been trading on this platform for a short while now, I trade each time time with fixed parameters for the TP and SL set at 10pips either way. The MT4 platform with aplari allows you to take a snapshot of your trading terminal, but i would like to know how it might be