MQL4 uses SetLevelValue, in MQL5 what command is used?

 
In MQL5 what command is used instead SetLevelValue(..)?
 

Why did you post your coding question in the MT5 General section (a miscellaneous catch-all category) instead of the MT5 Indicators section?
          General rules and best pratices of the Forum. - General - MQL5 programming forum? (2017)

Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893 (2023)

I have moved this thread.

bool IndicatorSetDouble(INDICATOR_LEVELVALUE,level,value)
Migrating from MQL4 to MQL5 - MQL5 Articles № 10