@vijoeyz
No problem with rounded values as I get the price ticks such as 100.05 / 100.10 / 100.15 only. Also, the system will not accept the value such as 100.12 and BO order will not be placed at all in the first place.
All my orders were execu…
I could not figure out what is wrong in the following small piece of code. From the log, place_order is executed only once but order was placed twice today as well. Any help is appreciated.
orderPlaced = False
while(True):
if orderPlaced ==…