Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 09:59:08 +0000



Post From: Trade System Based on Alerts

[2019-02-07 04:36:04]
Sawtooth - Posts: 3993
If you use different times to flatten for each chart or Symbol, using the Global Profit/Loss Management, how would you go about doing it?
You can't use the Global Profit/Loss Management for separate symbols or charts because it's global.

I can be done on individual charts with the Trading System Based On Alert Condition study.
You'd need two instances, one for BuyExit and one for SellExit.
You'd need to enable Auto Trading, but with these settings it will only exit.
And use a formula like this in the Alerts tab of both:
=BARTIME>TIMEVALUE("16:00:00")
You'll need to refer to the documentation to understand the other study settings:
Trading System Based on Alert Condition
Confirm its function using Replay Chart.

This can also be done with the Spreadsheet System for Trading study.