time filter
-
Hello all,
How do I code a time filter for a bot to trade at specific times of day only. For example, I want to trade the US 30 index only when the stock market is open aka 13:30 - 20:30 GMT. I have the time filter coded to show me text showing "trade time" but the bot is still taking trades at night.
-
@bdewdney At the top of your buy/sell tree put the time filter.
-
@bdewdney said in time filter:
Hello all,
How do I code a time filter for a bot to trade at specific times of day only. For example, I want to trade the US 30 index only when the stock market is open aka 13:30 - 20:30 GMT. I have the time filter coded to show me text showing "trade time" but the bot is still taking trades at night.
show us how its implemented.