View Single Post
  #24 (permalink)  
Old 03-27-2007, 02:04 PM
Mis B. Havin' Mis B. Havin' is offline
Junior Member
 
Join Date: Apr 2006
Posts: 27
Mis B. Havin' is on a distinguished road
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.
Reply With Quote