Forum

What computer resources I need to scan 1000 assets in MT5?

As in tittle, I am asking, because when I have 200 instruments, i have a problem with server, connected and disconnected... but i haven't got info "lack of computer resources " I have laptop with 12GB RAM

Open parenthesis expected

int PORBullishBars(int i) { int POR_Bullish_Counter = 0; for(i = 1; i < Bars - 100; i++) { (this is 694 line where error occurs: '-' - open parenthesis expected if(Bullish_POR_LevelBuffer[i] != 0 && Bullish_POR_LevelBuffer[i] != EMPTY_VALUE ) { POR_Bullish_Counter = i; break; }