Quote:
Originally Posted by hiachiever
One obvious thing is that you are missing a declaration for the number of indicator buffers that you are going to use.
This sits in the first part of init
eg
int init()
{
IndicatorBuffers(2);
.....
}
|
Hiachiever,
I think you dont need to repeat the number of buffers if it is the same as the one defined "#property indicator_buffers 2"
You are right if there's other temporary buffers. But not in that case.
FerruFx