
Please implement exactly this same strategy as described below:

- First Buy order is placed automatically at market price (e.g. 36.400) with lot 0.01
- Then place the next Buy Limit orders every 0.10 USD below, with lot sizes:

36.300 → 0.02  
36.200 → 0.03  
36.100 → 0.04  
36.000 → 0.05  
35.900 → 0.10  
35.800 → 0.15  
35.700 → 0.20  
35.600 → 0.25  
35.500 → 0.30  
35.400 → 0.35

- Once the total profit reaches +5 USD, close all trades and restart the same cycle.
- The bot should run daily from 03:00 to 11:59 (server time).

Please confirm you are implementing this exact version.

Thank you.
