Profile: Grid Trading  

About Grid Trading profile:

GridTrading is a profile configured to create a pre-defined amount of buy and sell orders at fixed intervals to profit from any market move. When an order is filled, a mirror order is instantly created and generates profit when completed. GridTrading is a simpler version of the StaggeredOrdersTradingMode.

Easy
Low

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use GridTradingMode as a trading mode.

Profile: Arbitrage Trading  

About Arbitrage Trading profile:

ArbitrageTrading is watching prices of the configured trading pairs across the available exchanges to find arbitrage opportunities.

Difficult
Low

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use ArbitrageTradingMode as a trading mode.

Profile: Smart DCA  

About Smart DCA profile:

Smart DCA (Dollar cost averaging) is a profile that trades by quickly entering and exiting the market using up to 3 entries each split into 2 exits. Each entry uses 5% of the portfolio and is signaled when the price is bellow its by EMA values.

Difficult
Moderate

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use DCATradingMode as a trading mode.
With SimpleStrategyEvaluator as a strategy and

Profile: Copy Trading  

About Copy Trading profile:

Copy Trading is following moves from the specified trading strategy.

Easy
Low

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Real trading
Tentacles configuration
Use RemoteTradingSignalsTradingMode as a trading mode.

Profile: GPT Trading  

About GPT Trading profile:

GPT Smart DCA uses ChatGPT to predict the market. It can be used to trade directly based on the profile's DCA Trading mode configuration. Configure the GPTEvaluator to customize the way market data are sent to ChatGPT and the DCATradingMode to change how entries and exits should be created.

Medium
High

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use DCATradingMode as a trading mode.
With SimpleStrategyEvaluator as a strategy and

Profile: Simple DCA  

About Simple DCA profile:

Simple DCA (Dollar cost averaging) is a profile that can help you lower the amount you pay for investments and minimize risk. Instead of purchasing investments at a single price point, with dollar cost averaging you buy in smaller amounts at regular intervals, regardless of price. Over the long term, dollar cost averaging can help lower your investment costs and boost your returns.

Easy
Low

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use DCATradingMode as a trading mode.

Profile: DailyTrading  

About DailyTrading profile:

DailyTrading is a versatile profile that catches buy and sell opportunities using RSI and moving average indicators.

Easy
High

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use DailyTradingMode as a trading mode.
With SimpleStrategyEvaluator as a strategy and

Profile: TradingView Signals Trading  

About TradingView Signals Trading profile:

TradingViewSignalsTrading is a profile configured to react on signals from tradingview.com. It requires to setup a trading view pro account and a webhook service. See how to configure your OctoBot for TradingView on https://www.octobot.cloud/guides/octobot-interfaces/tradingview

Difficult
Moderate

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Ethereum
ETH/USDT
Exchanges Simulated trading
Tentacles configuration
Use TradingViewSignalsTradingMode as a trading mode.

Profile: Non-Trading  

About Non-Trading profile:

Non-Trading is a profile that does not trade. It will not create any order. Use this profile to run OctoBot without creating any order.

Easy
Low

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use BlankTradingMode as a trading mode.
With BlankStrategyEvaluator as a strategy and

Profile: Staggered Orders Trading  

About Staggered Orders Trading profile:

StaggeredOrdersTrading is a profile configured to create a buy and sell orders at fixed intervals on a specific price range to profit from any market move. When an order is filled, a mirror order is instantly created and generates profit when completed.

Difficult
Low

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Exchanges Simulated trading
Tentacles configuration
Use StaggeredOrdersTradingMode as a trading mode.

Profile: Dip Analyser  

About Dip Analyser profile:

DipAnalyser is a profile adapted to volatile markets. It will look for local market bottoms, weight them and buy these bottoms. It never sells except after a buy order is filled.

Easy
Moderate

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Ethereum
ETH/BTC, ETH/USDT
Exchanges Simulated trading
Tentacles configuration

Profile: Signal Trading  

About Signal Trading profile:

SignalTrading is adapted to liquid and relatively flat markets. It will try to find reversals and trade them.

Easy
High

Overview: Built on OctoBot 1.0.10

Traded pairs
Bitcoin
BTC/USDT
Ethereum
ETH/BTC, ETH/USDT
Exchanges Simulated trading
Tentacles configuration
Use SignalTradingMode as a trading mode.
With MoveSignalsStrategyEvaluator as a strategy and

Profile strategy configuration read only

TradingViewSignalsTradingMode

TradingViewSignalsTradingMode is a trading mode configured to automate orders creation on the exchange of your choice by following signals from [TradingView](https://www.tradingview.com/) indicators or strategies.<br><br>To know more, checkout the <a target="_blank" rel="noopener" href="https://www.octobot.cloud/en/guides/octobot-trading-modes/tradingview-trading-mode?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=TradingViewSignalsTradingModeDocs"> full TradingView trading mode guide</a>.<br><br>### Alert format cheatsheet Basic signals have the following format:<br><br>``` EXCHANGE=BINANCE SYMBOL=BTCUSD SIGNAL=BUY ```<br><br>Additional order details can be added to the signal but are optional:<br><br>``` ORDER_TYPE=LIMIT VOLUME=0.01 PRICE=42000 STOP_PRICE=25000 TAKE_PROFIT_PRICE=50000 REDUCE_ONLY=true ```<br><br>Where: - `ORDER_TYPE` is the type of order (LIMIT, MARKET or STOP). Overrides the `Use market orders` parameter - `VOLUME` is the volume of the order in base asset (BTC for BTC/USDT) it can a flat amount (ex: `0.1` to trade 0.1 BTC on BTC/USD), a % of the total portfolio value (ex: `2%`), a % of the available holdings (ex: `12a%`), a % of available holdings associated to the current traded symbol assets (`10s%`) or a % of available holdings associated to all configured trading pairs assets (`10t%`). It follows the <a target="_blank" rel="noopener" href="https://www.octobot.cloud/en/guides/octobot-trading-modes/order-amount-syntax?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=TradingViewSignalsTradingModeDocs"> orders amount syntax</a>. - `PRICE` is the price of the limit order in quote asset (USDT for BTC/USDT). Can also be a delta value from the current price by adding `d` (ex: `10d` or `-0.55d`) or a delta percent from the price (ex: `-5%` or `25.4%`). It follows the <a target="_blank" rel="noopener" href="https://www.octobot.cloud/en/guides/octobot-trading-modes/order-price-syntax?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=TradingViewSignalsTradingModeDocs"> orders price syntax</a>. - `STOP_PRICE` is the price of the stop order to create. Can also be a delta or % delta like `PRICE`. When increasing the position or buying in spot trading, the stop loss will automatically be created once the initial order is filled. When decreasing the position (or selling in spot) using a LIMIT `ORDER_TYPE`, the stop loss will be created instantly. *Orders crated this way are compatible with PNL history.* It follows the <a target="_blank" rel="noopener" href="https://www.octobot.cloud/en/guides/octobot-trading-modes/order-price-syntax?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=TradingViewSignalsTradingModeDocs"> orders price syntax</a>. - `TAKE_PROFIT_PRICE` is the price of the take profit order to create. Can also be a delta or % delta like `PRICE`. When increasing the position or buying in spot trading, the take profit will automatically be created once the initial order is filled. When decreasing the position (or selling in spot) using a LIMIT `ORDER_TYPE`, the take profit will be created instantly. *Orders crated this way are compatible with PNL history.* It follows the <a target="_blank" rel="noopener" href="https://www.octobot.cloud/en/guides/octobot-trading-modes/order-price-syntax?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=TradingViewSignalsTradingModeDocs"> orders price syntax</a>. - `REDUCE_ONLY` when true, only reduce the current position (avoid accidental short position opening when reducing a long position). **Only used in futures trading**. Default is false - `TAG` is an identifier to give to the orders to create.<br><br>When not specified, orders volume and price are automatically computed based on the current asset price and holdings.<br><br>Orders can be cancelled using the following format: ``` bash EXCHANGE=binance SYMBOL=ETHBTC SIGNAL=CANCEL ```<br><br>Additional cancel parameters: - `PARAM_SIDE` is the side of the orders to cancel, it can be `buy` or `sell` to only cancel buy or sell orders. - `TAG` is the tag of the order(s) to cancel. It can be used to only cancel orders that have been created with a specific tag.<br><br>Find the full TradingView alerts format on <a target="_blank" rel="noopener" href="https://www.octobot.cloud/en/guides/octobot-interfaces/tradingview/alert-format?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=TradingViewSignalsTradingModeDocs"> the TradingView alerts format guide</a>.<br><br>

Currencies


Bitcoin
Bitcoin

Bitcoin :


Ethereum
Ethereum

Ethereum :


Exchanges

okx

Unknown authentication error.

Trading Simulator

Trading settings

reference-market : USDT
risk : 0

Trader

Trader simulator

fees :
maker : 0
taker : 0
starting-portfolio :
BTC : 0
USDT : 0
Empty : 0

Changes in the simulated starting portfolio will reset enabled exchanges simulated portfolio history.