Login Page - Create Account

Support Board


Date/Time: Wed, 12 Feb 2025 01:36:39 +0000



[User Discussion] - Add text to Orders to display in Trading Activity log

View Count: 572

[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
[2020-09-30 23:09:46]
golding - Posts: 18
Use TextTag in s_SCNewOrder      

NewOrder.TextTag         = "BuyStopLimit";

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account