Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 20:22:30 +0000



Post From: Simple Limit order management

[2024-05-07 02:53:47]
Sierra_Chart Engineering - Posts: 17161
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