Forum

Hey guys, question about code :)

Hey guys just looking for some help with some code on an EA Im working on. Essentially im trying to build an Array to store 3 candles worth of data that i have calculated. now i know how to set up an array etc, however due to the fact that i have no starting value to put into the array until it has

iCustom

Hey guys first time posting here, so I've found an indicator which i like that i wanted to use on my expert advisor. When i use the iCustom to bring the indicator onto the chart it works by using - void OnTick() { int indicator = iCustom (_Symbol,_Period,"donchian_channels"); } simple enough