Liquidity_Predator/Visualize/Line/M_SetLineNames.mqh

6 lines
89 B
MQL5
Raw Permalink Normal View History

2026-02-11 17:37:48 +01:00
bool M_SetLineNames()
{
stGVL.Line_ActLiqu = "Actual_Liquidity";
return true;
}