Support Board
Date/Time: Sat, 30 Nov 2024 04:40:19 +0000
Post From: Need Help With Spreadsheet Automated Trading Using Multiple Profit Targets
[2022-12-18 23:19:45] |
Sawtooth - Posts: 4123 |
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)) |