Manual

BotTrading

Create strategy

Create different strategies to run in different executions. You can start from scratch or load a template. Use the template as is or change it according to your preferences.
EasyCryptoBot - Create a trading strategy
Rules:
For a valid strategy you have to add at least 1 buy rule and 1 sell option. Manual buy is also part of the instruments. You can add as many rules as you want. When all Buy rules are met, the bot will place a buy order. Click the Add button next to Buy rules to see the list with all instruments available.
EasyCryptoBot - Crypto trading strategy settings - adding a technical instrument
After selecting your preferred instrument all trading conditions for that instrument will be displayed. Hit the to select one or more options that you need for your buy rule. Active (selected) conditions are brighter and the inactive conditions are greyed-out.
Crypto trading strategy settings - Momentum Squeeze options for rule
Now, fill the blanks of the active conditions. First select a time-frame for the instrument. You can have up to 2 different time-frames for the whole strategy. All instruments have different blank fields according to specifics of trading with them. If you no longer want a condition to be active, click on the .
EasyCryptoBot - Crypto trading strategy settings - Momentum Squeeze rule
Via the instrument-settings-icon you can edit the instrument parameters, e.g. the period of the SMA.
EasyCryptoBot - Crypto trading strategy settings - setting a rule
Validation mode
- On candle close - checks the rule only on candle close. This is the final value of the technical instrument for the candle.
- On current price - checks the rule on every price tick. As this is a current state of the instrument it may or may not be confirmed on close of the candle. The Live charts show the changing value for the current candle. All other past values are the values of instrument on close of the candle. Backward looking of the indictors may seem as if the rule shouldn't have been fulfilled. However, during real time the instrument value actually fulfilled the rule.

Example: Strategy with only one rule "Buy when RSI is crossing 35 from bottom to top". The previous candle RSI is 30 and the price moves upwards making the current value of the RSI 36. The "validate on current price" mode will place a Buy order. The "validate on candle close" mode will wait the candle to close and then will check if the RSI is still above 35.
Crypto trading strategy settings - Trade immediately or with Confirmation
Trailing Buy:
When all buy rules are met the bot will wait for the price to go up by the provided percentage. The percentage is calculated from the lowest point after fulfillment of the buy rules. The trailing buy timer sets how long the bot will wait for the price to reach the set percentage. If the price does not go up within the provided time the BUY signal will be disregarded. Then the bot will check the rules again and start over.

Examples:

Trailing buy is 1% and the timer is set to 5 minutes.
All BUY rules are met and the current price of the pair is 100.

  • Scenario 1:
    While the timer is active the price starts to rise. It reaches 101 (1% rise from 100). The bot places the BUY order.
  • Scenario 2:
    While the timer is active, first the price starts to fall and goes to 95. Then it changes direction and starts to rise. It reaches 95.95 (1% rise from 95, percentage is calculated from the lowest point after fulfillment of the buy rules). The bot places the BUY order.
  • Scenario 3:
    While the timer is active, the price starts to fall. After the timer finishes the price is still below the 1% rise. The bot disregards the BUY signal. Then the bot starts over with check of the BUY rules.
EasyCryptoBot - Crypto trading strategy settings - setting a rule
Sell options:
You can choose among sell rules, stoploss, target and trailing target, and time stop. Select one or more options. The first one met triggers a sell order.
The same principles apply to the sell rules as to the buy rules.
EasyCryptoBot - Crypto trading strategy settings - sell options
The Stoploss is a sell price under the opening price set to avoid big losses. When the price reaches the stoploss, the bot will place a MARKET sell order.
EasyCryptoBot - Crypto trading strategy settings - setting a stoploss
The Target is a set sell price above the opening price. When the price reaches the target, the bot will place a sell order.
Additionally you can set a Trailing target. The bot will not place a SELL order when the Target is reached. Instead, when the target is reached the bot will place a trailing sell order (trailing target). The percent is the distance between the trailing sell order and the price. The trailing target will move and follow only a rising price at the set distance. It will stay in place if the price is falling. If the price reaches the trailing target on its way down, the bot will execute the sell order.

Example:

Target is 2%. Trailing target is 1%.
The BUY rules are met and the current price is 100.
Then the price rises to 102 (2% above 100, target is reached). The trailing target is activated and set initially at 100.98 (1% below 102).

  • Scenario 1:
    The price directly starts to fall. It reaches the trailing target at 100.98. The bot executes a sell order.
  • Scenario 2:
    First, the price continues to rise. The trailing target follows it at 1% below. Then at some point, the price changes direction and starts to fall. At this moment the trailing target is at 110 and holds this value while the price is falling. The price reaches 110. The bot executes a sell order.
Crypto trading strategy settings - setting a target, trailing target
The Time stop is an end time of an open trade. If other sell options were not set or fulfilled during that time, the bot will place a Market sell order.
Crypto trading strategy settings - setting a time stop on a trade