Forum

Custom Indicator with many buffers

I'm attempting to create an indicator which requires many buffers. It is an indicator which will automatically draw in fibonacci levels. How would one go about this? (creating a large variable number of buffers, I'm fine with the rest of the coding)

Getting prices from another symbol?

Hi All, I'm trying to develop an EA however I can't seem to workout how to do one of the most important parts... I'm trying to get the prices of another symbol, Using marketinfo I've been able to get the latest bar details, however there doesn't seem to be a way to get historical prices? If anyone