Coppy Buffer OF Stochastic ? - page 2

 
surubabs:
For which bar(s)/candle(s) ? what does it meen ?
Are you the same surubabs that makes an EA based on neural networks ? And you don't even understand such a simple thing. I am sorry but I don't what I can do to help you.
 
angevoyageur:
Are you the same surubabs that makes an EA based on neural networks ? And you don't even understand such a simple thing. I am sorry but I don't what I can do to help you.

i think the problem solves with this , ?

//--- Copy the new values of our indicators to buffers (arrays) using the handle
   if(CopyBuffer(Stoch,0,1,2,Main)<0 || CopyBuffer(Stoch,1,1,2,Signal)<0)
      
     {
      Alert("Error copying Stochastic indicator Buffers - error:",GetLastError(),"!!");
      return;
     }
Reason: