Support Board
Date/Time: Wed, 05 Feb 2025 09:41:58 +0000
Post From: odd results when using the
[2020-02-27 11:37:15] |
User178540 - Posts: 15 |
Hello SC, I have been using the study: "Write Bar data to file" for a long time to export trades data. the configuration that I use is: Number of trades per bar: 1 The odd results are that in many lines appears both BID and ASK volume. sometimes they add to the sum of the Volume (for example BID 1, ASK 1, volume: 2) and sometimes not (for example, BID: 1, ASK: 1, Volume: 1). This didn't happen with older versions of the study. Thanks for the help! Example result lines: 2020/2/25, 21:15:01.11, 3156.50, 3156.75, 3156.50, 3156.75, 2, 1, 3156.63, 3156.67, 3156.63, 1, 2 2020/2/25, 21:15:05.3, 3157.00, 3157.00, 3157.00, 3157.00, 2, 1, 3157.00, 3157.00, 3157.00, 1, 1 |