Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 22:46:47 +0000



Conditional Orders after certain ticks

View Count: 200

[2024-01-23 18:12:56]
User719760 - Posts: 6
I need to make my Studies -> Trading Systems based on Alert Condition to trade after 15 ticks for Buy Entry / Sell Entry.

Pls Tell me how I can achive this?
[2024-01-23 18:13:33]
John - SC Support - Posts: 36285
We need more information on what you are trying to do. In particular, 15 ticks from what?
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-01-25 01:35:15]
User719760 - Posts: 6
From the Signals That are generated (BUY ENTRY -> Color Background based on Alert Conditions)
[2024-01-25 15:58:55]
John - SC Support - Posts: 36285
We are still not sure of what exactly you are wanting to do. But here are some thoughts that we think can help.

If you are using the "Trading System Based on Alert Condition", and you have a condition already specified, but you want the entry to be 15 ticks above the point at which the alert condition occurs, then you would need to add the following to your Alert Condition:
+ TICKSIZE * 15

For example, if you an Alert Condition that is when the Last Price is greater than 4000, then your overall alert condition to enter an order when the price has reached 15 ticks above 4000 would be the following:
=C > 4000 + TICKSIZE * 15

If you are using another study, such as the "Color Background Based on Alert Condition", then you would want to make sure that the Color Background is giving you the value that you want when it is true. Otherwise, it may be easiest to reproduce that condition and add the "+ TICKSIZE * 15" to the condition in your "Trading System Based on Alert Condition".
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account