Kishan1991
Kishan1991
Friends 1
Kishan1991
Added topic Errors when creating an indicator - ')' - open parenthesis expected
bool IsValidOrderBlock(int index, const double &open[], const double &high[], const double &low[], const double &close[]) {     if(close[index] > open[index] && close[index - 1] < open[index - 1]) {  
Kishan1991
Registered at MQL5.community