Topic: Retry Count
Hi Popov,
may I know, what do these lines mean?
#define TRADE_RETRY_COUNT 4
#define TRADE_RETRY_WAIT 100
If I want to increase the closing retry number, should I modify those lines?
or maybe this line?
Print("Close Position retry no: "+IntegerToString(attempt+2));
Regards.