Stage 4, day 12:
I did finish to compile my program on the server machine.
I did test #3:
Plan execution did failed because of bitmask setting error. I was ORing the new value before clearing the underneath bits.
Test #4:
It looks like it went horribly bad but actually, objectively it was very successful as it did allow to discover a bunch of errors. I still have one mystery to solve but so far:
1. Not synchronized system clock (was ahead by 20 seconds) was making the program timing out when calculating elapsed time between now and some timestamp coming from the exchange.
2. A glitch in the strategy code was making the order getting cancelled and reset at the same exact price.
I did finish to compile my program on the server machine.
I did test #3:
Plan execution did failed because of bitmask setting error. I was ORing the new value before clearing the underneath bits.
Test #4:
It looks like it went horribly bad but actually, objectively it was very successful as it did allow to discover a bunch of errors. I still have one mystery to solve but so far:
1. Not synchronized system clock (was ahead by 20 seconds) was making the program timing out when calculating elapsed time between now and some timestamp coming from the exchange.
2. A glitch in the strategy code was making the order getting cancelled and reset at the same exact price.