Forum

there is two error on this code,any one can fix this please...

--------------------------------------------------------------+ //| adx screener.mq5 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2024, MetaQuotes Software Corp." #property

There is error on thi code.Can any one fix it,please?

#property strict #property indicator_chart_window // Input parameters input int RSI_Period = 14 ; input int Stoch_K_Period = 5 ; input int Stoch_D_Period = 3 ; input int Stoch_Slowing = 3 ; // Global variables double rsiBuffer[]; double stochBuffer[];