Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 04:05:31 +0000



Post From: Unable to create account in Trading Evaluator - Delayed

[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