Quote:
|
Originally Posted by autumnleaves
P6 Chimera USDCHF,M15: SetIndexBuffer function must be called from custom indicator only
|
Autumn
That error is caused because your calling a function (SetIndexBuffer) in your EA that should only be used in indicator files. EAs can not set buffers.