Forum

Custom Indicator data

Hello, I am creating a custom indicator but I need it to be able to collect price data from a chart different form the one that it is running on. Is there a way to do this in MQL5

Custom indicator colour change

Hello everyone, I have created a customer indicator but for some reason when i go to the properties tab in the settings panel I can't change the colours of the lines, I can only change the with and style of the lines. Below is a snipping of my code. Have I done something wrong? #property

Object to byte array

Hello everyone. I am trying to convert an MqlRates object to byte array but the only way i found so far is to iterate through the items convert each items ohlc prices to string and then to bite array. Is there a more efficient way of doing this. My goal is to send an MqlRates object through a socket