Hi, everyone,
Could anyone tell me how I should correct my following code so that it works? Many thanks!
Could anyone tell me how I should correct my following code so that it works? Many thanks!
Inserted Code
extern int NumOfTestBar=100;
int start()
{
double EMA13[NumOfTestBar];
....
}