From 373af0343748f78965958fcc86bf5719c4a9563e Mon Sep 17 00:00:00 2001 From: Anna Senkova <152519050+AnyaSenkova@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:53:28 -0500 Subject: [PATCH] PLTF-475 --- docs/SmartTrade/README.md | 88 ++++++++++++++++++++++++++++++++++++++ docs/SmartTrade/README.mdx | 26 ----------- 2 files changed, 88 insertions(+), 26 deletions(-) create mode 100644 docs/SmartTrade/README.md delete mode 100644 docs/SmartTrade/README.mdx diff --git a/docs/SmartTrade/README.md b/docs/SmartTrade/README.md new file mode 100644 index 0000000..689b142 --- /dev/null +++ b/docs/SmartTrade/README.md @@ -0,0 +1,88 @@ +import Endpoint from '@site/src/components/Endpoint'; +import * as StickyLayout from '@site/src/components/StickyLayout'; + +# SmartTrade + + + + +The SmartTrade allows users to open, manage, and close orders on the exchange with predefined conditions. + +3Commas provides a set of methods to create and manage SmartTrade entities and their associated trade entities. + +A SmartTrade entity holds information, including: + + * Exchange account and trading pair; + * Position data; + * Conditions for Take Profit and Stop Loss; + * Conditions for closing at market; + * Conditions for reducing funds. + +The process starts with a SmartTrade entity, where all conditions are configured. + +SmartTrade then manages trades, which are automatically created by 3Commas based on the conditions set within the SmartTrade entity. + +SmartTrade can include the following trade types: + + * Position trade; + * Take profit trade; + * Stop-loss trade; + * Reduce funds trade; + * Market close trade; + + + + + + + + + + diff --git a/docs/SmartTrade/README.mdx b/docs/SmartTrade/README.mdx deleted file mode 100644 index 5743bd6..0000000 --- a/docs/SmartTrade/README.mdx +++ /dev/null @@ -1,26 +0,0 @@ -# SmartTrade - -The SmartTrade allows users to open, manage, and close orders on the exchange with predefined conditions. - -3Commas provides a set of methods to create and manage SmartTrade entities and their associated trade entities. - -A SmartTrade entity holds information, including: - - * Exchange account and trading pair; - * Position data; - * Conditions for Take Profit and Stop Loss; - * Conditions for closing at market; - * Conditions for reducing funds. - -The process starts with a SmartTrade entity, where all conditions are configured. - -SmartTrade then manages trades, which are automatically created by 3Commas based on the conditions set within the SmartTrade entity. - -SmartTrade can include the following trade types: - - * Position trade; - * Take profit trade; - * Stop-loss trade; - * Reduce funds trade; - * Market close trade; -