Forum

MetaTrader Version 5 : Build 4231 - Error 4102 (ERR_CHART_NO_REPLY) on ObjectGetString !

Hello, on MetaTrader Version 5 : Build 4231 - Error 4102 (ERR_CHART_NO_REPLY) on ObjectGetString I think it's a Bug from MetaTrader Version 5! look here: #property copyright "Copyright 2021, MetaQuotes Ltd." #property link " https://www.mql5.com " #property version "1.00" int OnInit () {

iStochastic - array out of range

Hi Experts, I use iStochastic function to check Main and Signal values and do something with them. but when i call the array, the error < array out of range > shown in the journal section. the code is here: int stoHandle; double mainLin[]; double sigLin[]; ArraySetAsSeries (mainLin, true );