Login Page - Create Account

Support Board


Date/Time: Wed, 12 Feb 2025 05:26:07 +0000



Post From: Add text to Orders to display in Trading Activity log

[2020-09-30 22:13:47]
User681150 - Posts: 62
using acsil... i have multiple buy conditions and I string them together with an OR.

if(p.PositionQuantity == 0 && (buy1 || buy2 || buy3) )
{ scBuyEntry(NewOrder); }

i want to be able to record which buy condition triggered the order so i can analyze each separately in the Trading Activity Log. I know there is a Note column in Trade Activity log but how can i tell ACSIL to enter some specific text depending on which of my Buy conditions triggered the Buy order... thanks for a link or guidance