Support Board
Date/Time: Sun, 24 Nov 2024 16:31:44 +0000
Post From: Disable Automated Trading After X Point Profit
[2024-05-14 01:24:23] |
Sawtooth - Posts: 4119 |
The Spreadsheet System for Trading study uses Currency for its P/L, - so you'd need to calculate the number of number of ticks per point from the tick size in J21, - and multiply it by the Currency Value Per Tick in J56, - and multiple it by your threshold of 3 points, - and compare it to the Closed Daily P/L in J45. So use/include a formula like this in J28: =J45>=1/J21*J56*3 |