ProtectionType – An enum used when placing orders with stop-loss and take-profit. It specifies how stops are interpreted. There are three values: None
(no protection), Relative
(stop/take as pips), and Absolute
(as prices). For example, ProtectionType.Relative
treats SL/TP as distances in price units.