Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:25:28 +0000



Post From: s_SCNewOrder::MaximumChase

[2015-09-14 21:36:12]
User35525 - Posts: 181
Yes, "absolute" price isn't what I meant. If the docs are correct, then "actual" price is correct, so as to not confuse the mathematically-inclined.

I see these options for a buy bracket:

#1, pass in an actual price:
NewOrder.MaximumChaseAsPrice= Price + 8*sc.TickSize;

or #2, pass in relative # ticks:
NewOrder.MaximumChaseAsPrice= 8*sc.TickSize;

Option #1 was correct for a buy bracket, right? If I were selling, "Price - 8*sc.TickSize" is instead correct for option #1, right? Thanks for bearing with me.
Date Time Of Last Edit: 2015-09-14 21:51:54