M4L4U1994 / Profile
M4L4U1994
Added topic 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
M4L4U1994
Added topic 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
: