Support Board
Date/Time: Sat, 05 Apr 2025 01:19:39 +0000
Post From: Need Help With Spreadsheet Automated Trading Using Multiple Profit Targets
[2022-12-18 23:19:45] |
Sawtooth - Posts: 4198 |
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)) |