Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 14:09:20 +0000



Simple Limit order management

View Count: 176

[2024-05-04 11:49:22]
User741988 - Posts: 13
Before investing my time and my money, I would like to check with you the feasibility of my project:
I'd like to involve a third party to implement a system for moving limit orders with the click of a mouse on the price ladder pf the trading DOM.
Here's what I'd like to implement:
Like what you propose for attached target and stop orders that can be moved with the mouse pointer by holding down a button, I'd like to implement this for simple limit orders.
The idea would be to click on the DOM price scale so that the limit order closest to the current price moves to the clicked location.
Do you think this project is technically feasible for a third party?
Thanks for your answer
[2024-05-05 15:54:08]
John - SC Support - Posts: 31704
Yes, this is technically feasible.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-05-06 21:09:19]
User741988 - Posts: 13
and is a feature you think that you will add soon?
Thanks in advance for your answer
all the best
[2024-05-06 23:16:03]
John - SC Support - Posts: 31704
We can not say when we would be able to get to any particular request.

Therefore, if this is something you are wanting to have now (or at least soon), then it is best to implement it for yourself.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-05-07 02:53:47]
Sierra_Chart Engineering - Posts: 14423
Regarding this:

I'd like to involve a third party to implement a system for moving limit orders with the click of a mouse on the price ladder pf the trading DOM.
Here's what I'd like to implement:
Like what you propose for attached target and stop orders that can be moved with the mouse pointer by holding down a button, I'd like to implement this for simple limit orders.
The idea would be to click on the DOM price scale so that the limit order closest to the current price moves to the clicked location.
Do you think this project is technically feasible for a third party?
Thanks for your answer

This is possible with ACSIL. ACSIL can receive pointer events:
Advanced Custom Study Interaction With Menus, Control Bar Buttons, Pointer Events

The coordinates, of the price scale are known:
ACSIL Interface Members - Variables and Arrays: sc.RightValuesScaleLeftCoordinate
ACSIL Interface Members - Variables and Arrays: sc.RightValuesScaleRightCoordinate

And ACSIL can access orders and modify them:
Automated Trading From an Advanced Custom Study

It is possible for ACSIL to know the current price being pointed to:
ACSIL Interface Members - Variables and Arrays: sc.ChartTradingOrderPrice
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2024-05-07 02:54:47

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

Login

Login Page - Create Account