Anyone guide me what code to insert in this script close the buy orders after change the SL to open price with 2 pip low.
for(int i = PositionsTotal(); i >= 0; i--)
{
if(m_position.SelectByIndex(i))
if (PositionGetString(POSITION_SYMBOL)==Symbol() &&...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.