Support Board
Date/Time: Mon, 23 Dec 2024 09:41:56 +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
|