Login Page - Create Account

Support Board


Date/Time: Tue, 14 Jan 2025 23:58:17 +0000



Post From: Trading Spreadsheet help

[2017-05-19 02:14:25]
User269983 - Posts: 31
Is it possible to only send out a trailing order only after a price profit condition is met and remain active even after profit fallback lower than the profit condition?

For example, I only want the trailing order to be active after I get a 20 ticks profit and remind active even when price fall back to less than 20 tick profit.

Long Entry: $50.00
Trailing only start after price hit $50.20.

I want the trailing stop to remains active even after price go lower than $50.20

I have this AND condition. But this become false when C3 [high] on a new bar is less than $50.20
=AND($J$8>0, C3>$J$9+0.20, A3>$J$42, D3<(MIN(D4, D5) - 0.03))