Support Board
Date/Time: Wed, 07 May 2025 00:01:19 +0000
Post From: Programming help with setting the Trade Window Order Quantity in ASCIL
[2024-12-07 10:07:46] |
User61168 - Posts: 442 |
You rock dude. Thanks again for your assistance. Only for the entire platform, as far as I am aware. I will test this out over the weekend. Is it possible to conditionally connect/disconnect at the sub-instance level? If not, then I am hoping there is a way in ASCIL to conditionally disable the entire study collection. use case: once the daily max profit or loss is reached, I want to completely reduce load on CPU caused by the chart. The CPU keeps running hot until session close as I have over 25+ spreadsheet formula studies in the collection doing the number crunching on every tick. I only use simple alerts and formulas in my collection on daily NY session candle with No fancy indicators or DOM or advanced features involved.Alternatively, if there is a way in ASCIL to conditionally "pause" the entire study collection OR run the collection at every x milliseconds (x calculated via spreadsheet formula), it would be a better option allowing me to programmatically pause the algo during news time. Edit: I would be happy to compensate you for your time or donate to your charity of choice. As I further look into all the features I need from ASCIL, I also need the ability to automatically include the name of my study collection as a tag note for every trade. All my entries and exits are market orders without attached SL or TP orders. is this possible? Date Time Of Last Edit: 2024-12-08 01:35:54
|