Liquidity_Predator/Visualize/Boxes/M_SetBoxNames.mqh

7 lines
111 B
MQL5
Raw Permalink Normal View History

2026-02-12 17:09:03 +01:00
bool M_SetBoxNames()
{
stGVL.Rect_Background = "FilterBox";
2026-02-16 18:37:16 +01:00
stGVL.Rect_FVG = "FVG";
2026-02-12 17:09:03 +01:00
return true;
}