Support Board
Date/Time: Sun, 22 Dec 2024 10:49:20 +0000
Post From: Crossover strategy
[2015-02-14 10:27:59] |
User96105 - Posts: 113 |
This is what I was thinking of:- Buy =AND(CROSSFROMBELOW(C3:C4,D3:D4), C3>(D3+0.2)) Sell =AND(CROSSFROMABOVE(C3:C4,D3:D4), D3>(C3+0.2)) But the problem with this is that the opposite position isn't triggered unless the Transform exceeds the Offset by at least 0.2 on the crossover bar (for the Buy). I need the trade to execute on subsequent bars when the offset is exceeded by 0.2. Any ideas? Thanks. |