Easy Trade

How to create an EasyTrade strategy?

Step-by-step guide to creating a trading strategy based on the EasyTrade algorithm with a concrete EMA Cross setup example.

6 min readUpdated: 2026-03-27

EasyTrade is a flexible algorithm that allows you to automate your trading logic. Below is a step-by-step path to creating your first strategy.

1. Coin Choice

Coin selection

First, select a trading pair. For our example, we chose BTCUSDT. This is the asset on which the algorithm will look for signals and execute trades.

2. Backtest Date

Date selection

Select the time period over which you want to test the strategy. In our example, we will choose 1 year, as it is an adequate period for analysis to see how the strategy performs under different market conditions.

3. Deposit and Leverage

Deposit

Specify the amount of virtual deposit the strategy will use and the leverage size. Leverage allows you to trade with a volume exceeding your deposit, but it increases the risks.

In our example, we will set a deposit of 200 and use leverage 1.

4. First Order and Entry Indicator

Here we set up the logic for entering a position. For our example:

Indicator selection menu
  • First Order: Set to 100.
  • Indicator: Use EMA Cross (Moving Average Convergence Divergence).
  • Timeframe: 1h (one hour).
  • Slow period: 200.
  • Short period: 50.
  • Trigger action: BUY, as we expect growth.
Indicator selected

5. Stop Loss

Stop loss settings

Your insurance if the price goes the wrong way. Although the platform supports complex types of stop losses, we will use the simplest and most understandable option — percentage-based.

  • Value: -5%.

6. Take Profit

Take profit settings

The level at which the algorithm will lock in your profit. EasyTrade allows you to split the exit into 10 parts, but for simplicity, we use one level.

  • Level: 1.
  • Profit: 5%.

7. Priority Close

Priority close

Priority Close is a kind of "stop valve" that immediately closes the entire position based on a signal from a selected indicator, ignoring other conditions. In this example, we will leave this field empty.

8. DCA Orders

Adding DCA order

Dollar Cost Averaging (DCA) orders help improve the average entry price if the asset price temporarily drops.

DCA indent and volume settings
  • Quantity: 1 order.
  • Condition: Price drop by 2% + entry indicator signal.
  • Volume: 100% of the first order volume (doubling the position on a drawdown).
DCA use indicator signal
DCA Example: If the entry price was $50,000, when it drops to $49,000 (-2%) and there is an indicator signal, the algorithm will buy more of the coin for the same amount ($100). Your average entry price will become $49,500, and the price will need to recover much less to reach a profit.

9. Launch

Start strategy

Check all parameters again and click the Launch button. Your first strategy is ready for backtesting and live operation!

Ready Example

You can immediately view this strategy in our terminal or explore its backtest results.