Partial close
-
Take a look at the code for partial close i got 3 errors on this lines something is missing? (i use the last version)
//-- partial close ------------------------------------------------------------------------------------------
bool success=CloseTradePartial(attrTicket(),lots,Slippage,ArrowColor));
if (success) {/* Orange output /} else {/ Gray output */}
} -
Double )) at the end, it should be only ). Thanks for noticing this, I already fixed it in the web version, it will be on in the next local build

-
Yes it works fine now and close 50% of 2 lots works also as expected
