Thread: Ask!
View Single Post
  #1051 (permalink)  
Old 04-17-2008, 03:55 PM
Bone Bone is offline
Junior Member
 
Join Date: Oct 2006
Posts: 27
Bone is on a distinguished road
I have an indicator similar to this one. Does anybody know how to pass it's values to EA? I've tried to use buffer, this way

double Trend[];
...
SetIndexBuffer(0,Trend);
...
Trend[0]=UpRating;
return(0);
}

I don't know if it works but I know that all indicator's inscription has gone. Any ideas about it?
Reply With Quote