Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 07:56:28 +0000



Unable to create account in Trading Evaluator - Delayed

View Count: 2907

[2022-01-24 04:53:53]
User99735 - Posts: 234
Thanks.
Had missed out on the following Breakeven / Trailing / Chase variables. Request you to also add the same to s_SCTradeOrder structure
  MoveToBreakEven
  MoveToBreakEven_2
  QuantityTriggeredAttachedStop_QuantityForTrigger
  StopLimitOrderLimitOffset
  StopLimitOrderLimitOffsetForAttachedOrders
  TrailStopStepPriceAmount
  TriggeredLimitOrStopAttachedOrderTriggerOffse
  TriggeredTrailStopTrailPriceOffse
  TriggeredTrailStopTriggerPriceOffset
  MaximumChaseAsPrice
[2022-01-24 05:05:05]
Sierra Chart Engineering - Posts: 104368
We cannot allocate the time for this.
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-01-24 16:07:38]
User99735 - Posts: 234
There are requirements from multiple customers for copying trades. Hence request you to reconsider your decision.
[2022-02-01 14:35:34]
User191165 - Posts: 28
There certainly are.

The order allocation is a great addition, however somewhat half baked as those placing orders using this function are unable to manage risk & profit. It's a real shame. I'm currently using Sierra for charting & NinjaTrade/Replikanto to place orders for my evaluation account. This which I find ok on treasuries, but very flaky on more volatile markets. Though limited in its current functions, placing trades with Sierra Dom/Order allocation is by far more robust & reliable, if only it fully catered for trade management. There is a great demand for trading multiple accounts, and lots of people suffering Ninjatrader & Replicanto to get the job done.
[2022-02-01 17:57:03]
Sierra Chart Engineering - Posts: 104368
Please give us a little time to get back to this thread.

If we enhance the order allocation functionality to include a quantity multiplier, which actually I think is already done, and also support canceling of copied orders and modifying of copied orders, based upon the actions on the controlling account, will that accomplish what you need?
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2022-02-01 17:58:03
[2022-02-01 19:05:52]
User191165 - Posts: 28
Hi, you can already cancel & flatten all, which applies to all accounts linked by order allocation via the DOM setting. What is lacking is being able to adjust and manage your stop & take profits via your master Dom/account and have that replicated across all other allocated accounts.

Kind regards
[2022-02-01 23:27:49]
User99735 - Posts: 234
Sierra Chart Support - Engineering Level,
While Sierra is providing Trade Copier functionality internally within Sierra, request you to attend to this thread also, as I am working on a Trade Copier with additional features viz copying position / trades across multiple Sierra instances, additional filters etc.
[2022-02-02 00:27:13]
Ticks - Posts: 174
In regard to post #29
We really need SC to be able to do what Replikanto can do.
But fully within SC itself without have to depend on a third party plugin.
[2022-02-04 03:39:10]
User99735 - Posts: 234
Sierra Chart Support - Engineering Level,
Any update on my original request for adding the following fields to s_SCTradeOrder structure
MoveToBreakEven
MoveToBreakEven_2
QuantityTriggeredAttachedStop_
QuantityForTrigger
StopLimitOrderLimitOffset
StopLimitOrderLimitOffsetForAttachedOrders
TrailStopStepPriceAmount
TriggeredLimitOrStopAttachedOrderTriggerOffse
TriggeredTrailStopTrailPriceOffse
TriggeredTrailStopTriggerPriceOffset
MaximumChaseAsPrice

There is no connection between my request and fixing the "order allocation functionality" within Sierra
[2022-02-07 17:30:37]
Sierra Chart Engineering - Posts: 104368
We are not in a position to be able to get to this right now.
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-02-11 09:19:25]
1+1=10 - Posts: 270

Any update on my original request for adding the following fields to s_SCTradeOrder structure
MoveToBreakEven
MoveToBreakEven_2
QuantityTriggeredAttachedStop_
QuantityForTrigger
StopLimitOrderLimitOffset
StopLimitOrderLimitOffsetForAttachedOrders
TrailStopStepPriceAmount
TriggeredLimitOrStopAttachedOrderTriggerOffse
TriggeredTrailStopTrailPriceOffse
TriggeredTrailStopTriggerPriceOffset
MaximumChaseAsPrice

Hi. These fields are all part of s_SCNewOrder, correct? If so, you can save them into a custom trade struct when you create the orders. Then push your custom trade struct to an vector/array in dynamic memory (or make the collection a global).

ACSIL Programming Concepts: Dynamic Memory Allocations Within Study Instance
[2022-02-11 16:46:01]
User99735 - Posts: 234
What if the order is open through DOM and other GUI's and not from ACSIL??
[2022-02-11 17:03:03]
1+1=10 - Posts: 270
What if the order is open through DOM and other GUI's and not from ACSIL??

Oh! Right. Hmm, well worst-case you can always just copy the effects of those variables -- the orders. On the destination charts the user won't be able to see the actual breakeven/trail settings but as long as the effects are identical, and it is explained why the limitation exists, I assume users would still like it.

(Changed my username.)
Date Time Of Last Edit: 2022-02-11 17:03:26
[2022-02-12 15:56:51]
Ticks - Posts: 174
On the destination charts the user won't be able to see the actual breakeven/trail settings but as long as the effects are identical, and it is explained why the limitation exists, I assume users would still like it.

This is just takes you back to the real issue that exist as stated in post #30
Traders want to be able to see and manage their open trades.
Not hope that the trade might be managed by an invisible trailing stop on the chart.
[2022-02-12 16:07:42]
1+1=10 - Posts: 270
@Ticks. Yes, seeing all the copied breakeven/trail settings on each destination account would be ideal.
[2022-11-30 02:01:22]
DGee - Posts: 82
Anybody came up with a solution yet? I'd like to inquire about the trade copier. Thank you.
[2022-12-01 04:02:53]
Sierra_Chart Engineering - Posts: 14006
Regarding post #33 we can do this at this time. Do you still require this?
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
[2022-12-01 19:58:08]
DGee - Posts: 82
Yes.. can you point me in the right direction? Thank you!

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

Login

Login Page - Create Account