Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 08:27:29 +0000



Post From: Alert to shows a open order with -X profit

[2018-03-09 01:35:48]
User553714 - Posts: 184
You first configure the specific Alert Number you want the email sent through;
Global Settings >> General Settings >> Alerts/General 3,
then choose the alert from the drop down menu, say Alert No.10 and then tick the appropriate boxes... "send email when this alert is triggered"... there are also 3-display options at the bottom you can choose from, I usually use the middle or the bottom to avoid superfluous information in the email header.
You then use ACSIL to set the criteria, you will need to access the OpenProfitLoss member which is part of the _SCPositionData structure, the alert is set using the below functions
sc.SetAlert()
sc.PlaySound()

I'm not sure if you can do it using spreadsheets as it's been a long time since I have used them.

Regards