Support Board
Date/Time: Thu, 06 Feb 2025 10:03:34 +0000
Post From: Getting Multiple Trades per Bar when I should not on BitMEX
[2020-04-21 22:04:48] |
ForgivingComputers.com - Posts: 994 |
My rule is to have only one trade open at a time. I have the following set: sc.AllowMultipleEntriesInSameDirection = false;
sc.AllowEntryWithWorkingOrders = false; sc.AllowOnlyOneTradePerBar = true; Before placing an entry, I check for zero position quantity and no working orders, but I sometimes get two entries within the same 5 min candle about 20 seconds apart. Am I missing something? It seems like none of these are working. I can send a trade activity log if you like. Yes. It is with BitMEX. |