Support Board
Date/Time: Wed, 14 May 2025 22:27:56 +0000
[Programming Help] - Multiple exits utalizing losses? EXCEL
View Count: 758
[2016-04-03 17:32:26] |
User14682 - Posts: 83 |
How do I write the code not only to exit on individual trade loss but also on accumulated losses for the day. This is what I ave been using: AND($J$10+J$45<-275)) = Accumulated losses AND($J$10<-275)) = individual losses How do I write to code so it will consider both individually? |
[2016-04-03 23:30:45] |
Sawtooth - Posts: 4215 |
Try this: =OR(AND($J$10+J$45<-275),$J$10<-275) |
To post a message in this thread, you need to log in with your Sierra Chart account: