You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everybody! To automate trading, I need to place 2 trigger orders in a row with the same value "rule". If I give commands in a row without a significant timeout, an error occurs: {'label': 'REPEAT_REQUEST', 'message': 'repeat request'} If I pause for about 1.5 seconds between post requests, orders are placed normally. Interestingly, if I place 2 trigger orders in a row with different 'rule' parameters, then there are no problems. Is it possible to make this timeout shorter?
The text was updated successfully, but these errors were encountered:
Hello everybody! To automate trading, I need to place 2 trigger orders in a row with the same value "rule". If I give commands in a row without a significant timeout, an error occurs: {'label': 'REPEAT_REQUEST', 'message': 'repeat request'} If I pause for about 1.5 seconds between post requests, orders are placed normally. Interestingly, if I place 2 trigger orders in a row with different 'rule' parameters, then there are no problems. Is it possible to make this timeout shorter?
The text was updated successfully, but these errors were encountered: