Login Page - Create Account

Support Board


Date/Time: Tue, 24 Jun 2025 00:33:56 +0000



Post From: Multiple of ATR as BuyExit & SellExit

[2022-02-09 23:09:12]
GG - Posts: 20
Hey,

Trying to get my Buy & Sell Exit as follows:
Target: Crosses middle VWAP
Stop: 3*ATR

The BuyExit works when set to =CROSSFROMBELOW(ID0.SG4@3:ID0.SG4@4, ID5.SG1@3:ID5.SG1@4) and I add a stop limit through the attached trade window, but it won't let me add a stop without throwing codes.

I've tried many different equations referencing many different columns. Some examples include:

=OR(ID0.SG4@$3 <= $J$9-(ID2.SG1*3)), CROSSFROMBELOW(ID0.SG4@3:ID0.SG4@4, ID5.SG1@3:ID5.SG1@4)
=OR(ID0.SG4@$3-(ID2.SG1*2)), CROSSFROMBELOW(ID0.SG4@3:ID0.SG4@4, ID5.SG1@3:ID5.SG1@4)
=OR(J10 < (E3-(ID2.SG1*2))), CROSSFROMBELOW(ID0.SG4@3:ID0.SG4@4, ID5.SG1@3:ID5.SG1@4)

I've searched support threads and can't seem to find out why I still can't have a stop carried out through the spreadsheet and not the stop limit.

Thanks for your time,
GH