Support Board
Date/Time: Tue, 01 Jul 2025 03:15:44 +0000
Post From: storing low of past candle in a spreadsheet
[2022-12-11 20:14:14] |
wallstreetsson - Posts: 77 |
@Tomgilb ive tried to use this command for a short trade with same logic and used: =IF(M3,C4+0.5,IF(K3,0,X4)), to set the stop loss above last candle. Using Cell X instead of P. I have noticed that on replay mode, short trade is triggered but in Cell M3 there still a 0 shown. =IF(K3,D3,IF(M3,0,P4)) works well for buy signals. Any Ideas? Thanks a lot! |