Support Board
Date/Time: Sun, 22 Dec 2024 05:28:51 +0000
Post From: REQUEST - Spreadsheet for Trading -
[2015-07-14 22:09:07] |
Sawtooth - Posts: 4141 |
It would be very useful to have the ability to STOP Auto Trading when J11 Cumulative Closed P/L hits a certain number. For example: TradingStop=OR($J$11 >= 1000, $J$11 <= -200)
You can do this with a formula in J28, but you'll probably need to use a variation of this example that allows an exit:http://www.sawtoothtrade.com/example-4.html It would also be very useful to have the ability to STOP Auto Trading when on has nn Consecutive loosing trades.
Here's an example of how to do this:http://www.sawtoothtrade.com/example-1.html |