Guía de uso

  • 1. Crear una estrategia
    • - Criterio de entrada
    • - Criterio de salida
  • 2. Editar los parámetros de la estrategia
  • 3. Editar los parámetros del backtest

1. Crear una estrategia

- Criterio de entrada:

Definí qué condiciones se deben cumplir para abrir una posición. Estas condiciones deben basarse en alguno de los siguientes indicadores : MACD, SMA, EMA, RSI, CCI, BBANDS.

Algunos ejemplos válidos son:

Cuando XRPUSDT supere el valor 60 de RSI en velas diarias, abrir posición short con 1500 USDT.
Cuando el RSI14 de BTCUSDT caiga por debajo de 30 en velas de 1 hora, abrir posición long con 1000 USDT. Apalancamiento x3.
Cuando ROSE cruce el SMA20 en velas de 5 minutos, abrir posición de tipo SHORT de 500 USDT.

Como podes ver, hay ejemplos que especifican un tamaño de velas a utilizar. Otros no. Lo mismo puede pasar por ejemplo con el apalancamiento, u otros parámetros. En ocasiones donde no se especifica cierta información, nuestro software va a elegir un parámetro por default que el usuario puede modificar posteriormente.

- Criterio de salida:

Existen 2 criterios principales de salida. De tipo take profit & stop loss o de tipo indicador.

Take Profit & Stop Loss: Cierran la posición al cumplir una determinada ganancia o pérdida. Ejemplos:

Salir cuando se logre un recorrido de precio de 3% a favor o 1% en contra.

Indicador: Cierran cuando se activa una señal de un indicador, tal como los criterios de entrada que vimos arriba. Ejemplo:

Salir cuando el precio de XRPUSDT cruce hacia abajo el EMA50.

2. Editar los parámetros de la estrategia

Una vez generada la estrategia, podés editar los parámetros en caso de que no reflejen exactamente lo que necesitas. A continuación está la descripción de cada uno de ellos.

Pair: The cryptocurrency pair you want to trade with, always paired with USDT.
Trade Amount: The preferred amount of USDT to use for each trade. The system will use this amount if the balance allows; otherwise, it will use the maximum available.
Initial Balance: The initial balance to start trading with.
Take Profit: Set a target profit percentage at which your trade will be automatically closed to secure earnings.
Indicator: The technical indicator for your trading strategy.
Stop Loss: Define a maximum loss percentage at which your trade will be automatically closed to minimize losses.
Cross Direction: Specifies the direction of the cross required to trigger a signal: 'Above to below' for a downward cross, or 'Below to above' for an upward cross.
Cross Percentage: The percentage above or below a moving average that the price must cross to trigger the signal.
Position Type: Indicates the type of trade to open when the entry triggers: 'long' for opening a position with the expectation of price increase, or 'short' for opening a position with the expectation of price decrease.
Period: The window size (number of candles) used for calculating the indicator. If not specified, a default value is used.
Period deviation: The number of standard deviations used to calculate the indicator (BBANDS). If not specified, a default value is used.
Target Value: The indicator value that must be crossed to activate the trigger signal. Applicable for strategies based on indicators like RSI or CCI.
Candle Size: Determines the timeframe of the candles used for analysis.
Leverage: The leverage level for your trades.
Max. Allocation: Limits how many trades can be open simultaneously. Greatly depends on your available balance. Setting to 1 means only one trade will be open at any given time.
Entry spread: Once the entry signal triggers, if you set a start gap percentage, the system will wait for the price to move in your favor by this percentage before opening the trade. It is like a spread commonly used to get even better entry points.
Expiry time: The time in seconds after which the operation will be closed if it has not been executed. Mainly used together with START_GAP_PERCENTAGE. If not specified, a default value is used.

3. Editar los parámetros del backtest

Solo falta asegurarse que la configuración del backtest sea la que precisas.

Seleccioná el periódo de días que querés testear. Y asegurate que el 'Tick interval' sea el que necesitas.

Tick interval: The interval in minutes between each tick of the backtest. If you select '1m' the backtest will check the market every 1 minute. Depending on your strategy, you may not need/want to use the smallest interval available.