Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 04:56:07 +0000



Post From: ACSIL: disable autotrading once a DailyProfitLoss target is reached

[2015-10-06 18:01:19]
Sierra Chart Engineering - Posts: 104368
Do you mean you want to effectively uncheck the option Trade >> Auto Trading Enabled?

Otherwise, you would just simply do something like this:

if ( myPositionData.DailyProfitLoss >= 10 )
{
return;
}

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2015-10-06 18:01:34