mirror of
https://github.com/raa251/Liquidity_Predator.git
synced 2026-07-06 13:42:02 +00:00
4 lines
102 B
MQL5
4 lines
102 B
MQL5
|
|
void M_HideLine(string tradeLineName)
|
||
|
|
{
|
||
|
|
ObjectSetInteger(0, tradeLineName, OBJPROP_HIDDEN, true);
|
||
|
|
}
|