Create a binary bot that trades only the "Under 1 Tick" contract on the Volatility 10 Index. The bot should: 1. Monitor live tick prices continuously. 2. Only place a trade when the last 3 ticks show no or minimal movement (i.e., the absolute difference between them is less than 0.01). 3. Set a fixed stake of $1 per trade. 4. Trade duration must be exactly 1 tick. 5. Include a session limit of 10 trades and a maximum daily loss of $5. 6. No martingale — use a flat stake system. 7. Wait 5 seconds between trades, even if the last one wins or loses.