Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 11:31:48 +0000



[Programming Help] - Spreadsheet system for trading Forumla question

View Count: 485

[2019-09-04 01:48:40]
Chippstrader - Posts: 30
Hi,

I want to know the formula for a long entry if price closes above certain ticks above/below my conditions.

ID2.SG1 is my conditions.
Let's say if price closes above ID2.SG1 by 3 ticks enter the market order and exit the order below the condition by certain ticks.
[2019-09-04 11:18:55]
bradh - Posts: 854
Naresh:

Buy Entry (K3): =E3>(ID2.SG1@3+3*TICKSIZE)

Buy Exit (L3): =E3<(ID2.SG1@3-3*TICKSIZE)

Brad

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

Login

Login Page - Create Account