Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 10:35:13 +0000



[User Discussion] - A condition for entry or exit in spread sheet

View Count: 1253

[2014-04-07 22:44:08]
User31465 - Posts: 5
I am looking for an example for an entry/exit to put into spreadsheet for trading. I would like to know how to word it in programmer speak, so to say.

the condition is- a candle closing outside the previous candle... or outside any of the previous 3 candles

Thank you

Scott
[2014-04-08 00:47:41]
Sawtooth - Posts: 3973
Try this:

=OR(E3>MAX(C4:C6),E3<MIN(D4:D6))
[2014-04-08 01:06:28]
User31465 - Posts: 5
tomgilb, I noticed you have posted about 600 times, you seem very familiar with SC, I am a non programmer wanting to program a trading system, overwhelmed with it all. Have you ever taught anyone how to use SC, would you consider teaching someone? paid of course.
[2014-04-08 01:30:08]
Sawtooth - Posts: 3973
Check out my blog:
http://sawtoothtrade.com/

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account