Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 14:14:35 +0000



Post From: Python for Sierra Chart

[2023-01-13 02:20:47]
User726340 - Posts: 30
yes tick data is possible, you may want to use in-memory filesystem(eg: ramdisk or tmpfs) for "Data" folder so latency to read from disk can be removed. You can then just run a tight loop with reasonably smallest limitsize, may need to rely on pandas to merge/overwrite existing tick rows.