My Bot
My Bot
# Main loop
while True:
# Replace with your desired market ID
market_id = "FX_EURUSD"
last_digit = get_last_digit(market_id)
expiration_time = 60 # Adjust the expiration time as needed
place_matches_trade(last_digit, expiration_time)