You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/advanced/advanced_orders.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ When the parent order is executed, the two child orders are also placed in the m
46
46
If the market moves in favor of the trade, the take-profit order will be filled, closing the position and locking in profits.
47
47
If the market moves against the trade, the stop-loss order will be filled, closing the position and limiting losses.
48
48
49
-
Bracket orders can be created using the [OrderFactory](https://nautilustrader.io/docs/api_reference/common.html#module-nautilus_trader.common.factories) class in the Nautilus Trader API.
49
+
Bracket orders can be created using the [OrderFactory](../../api_reference/common.md#class-orderfactorytraderid-trader_id-strategyid-strategy_id-clock-clock-cachefacade-cache-cachefacade--none--none-int-initial_order_id_count0-int-initial_order_list_id_count0) class in the Nautilus Trader API.
50
50
This allows for easy and efficient creation of bracket orders, with different order types, parameters and instructions.
Copy file name to clipboardExpand all lines: docs/concepts/advanced/synthetic_instruments.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,5 +110,5 @@ Considerable effort has been made to validate inputs, including the derivation f
110
110
synthetic instruments. Despite this, caution is advised as invalid or erroneous inputs may lead to
111
111
undefined behavior.
112
112
113
-
Refer to the `SyntheticInstrument`[API reference](https://nautilustrader.io/docs/api_reference/model/instruments.html#nautilus_trader.model.instruments.synthetic.SyntheticInstrument)
113
+
Refer to the `SyntheticInstrument`[API reference](../../api_reference/model/instruments.md#class-syntheticinstrumentsymbol-symbol-uint8_t-price_precision-list-components-unicode-formula-uint64_t-ts_event-uint64_t-ts_init)
114
114
for a detailed understanding of input requirements and potential exceptions.
|[Databento](https://databento.com)|`DATABENTO`| Data Provider ||[Guide](https://nautilustrader.io/docs/integrations/databento.html)|
0 commit comments