Support Board
Date/Time: Mon, 09 Jun 2025 15:20:19 +0000
Post From: Need Help With Spreadsheet Automated Trading Using Multiple Profit Targets
[2022-12-18 23:19:45] |
Sawtooth - Posts: 4224 |
how to set the targets to execute a few ticks before the actual trigger
Try this:Long target, cell O3: =IF($J$8=2,AA3-$J$21*5,IF($J$8=1,AB3,0)) Short target, cell P3: =IF($J$8=-2,AA3+$J$21*5,IF($J$8=-1,AC3,0)) |