Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 19:48:13 +0000



Post From: Auto Trade entry price

[2014-09-15 15:46:57]
Sawtooth - Posts: 3993
Yes, =K4 would probably work.

But since you only need one price value, you could put the formula directly in J22.

Also, column J cells are not affected by a Yes setting of Signal Only On Bar Close, so if you want an intrabar trigger, reference row 3, and if you want a close-of-bar trigger, reference row 4.

I like to use an IF statement, like this:
=IF(conditions,C4+J21,0)
that only offers a price when conditions are met.
Date Time Of Last Edit: 2014-09-15 16:18:17