Files
cointrader/results/xrpusdt/backtest_20260306_223141.json
21in7 cd9d379bc2 feat: implement multi-symbol dashboard with updated data handling
- Added support for multi-symbol trading (XRP, TRX, DOGE) in the dashboard.
- Updated bot log messages to include [SYMBOL] prefix for better tracking.
- Enhanced log parser for multi-symbol state tracking and updated database schema.
- Introduced new API endpoints and UI components for symbol filtering and display.
- Added new model files and backtest results for multi-symbol strategies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 23:43:41 +09:00

10803 lines
295 KiB
JSON

{
"config": {
"symbols": [
"XRPUSDT"
],
"start": null,
"end": null,
"initial_balance": 1000.0,
"leverage": 10,
"fee_pct": 0.04,
"slippage_pct": 0.01,
"use_ml": true,
"ml_threshold": 0.55,
"max_daily_loss_pct": 0.05,
"max_positions": 3,
"max_same_direction": 2,
"margin_max_ratio": 0.5,
"margin_min_ratio": 0.2,
"margin_decay_rate": 0.0006,
"atr_sl_mult": 1.5,
"atr_tp_mult": 3.0,
"min_notional": 5.0
},
"summary": {
"total_trades": 465,
"total_pnl": -543.6478,
"return_pct": -54.36,
"win_rate": 32.04,
"avg_win": 35.8408,
"avg_loss": -18.62,
"profit_factor": 0.91,
"max_drawdown_pct": 77.55,
"sharpe_ratio": -5.19,
"total_fees": 841.2776,
"close_reasons": {
"TAKE_PROFIT": 141,
"STOP_LOSS": 311,
"REVERSE_SIGNAL": 13
}
},
"trades": [
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-06 08:15:00+00:00",
"exit_time": "2025-03-06 08:45:00+00:00",
"entry_price": 2.539854,
"exit_price": 2.588604,
"quantity": 1968.8,
"sl": 2.515479,
"tp": 2.588604,
"gross_pnl": 95.978777,
"entry_fee": 2.000186,
"exit_fee": 2.038577,
"net_pnl": 91.940014,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 61.37895379894556,
"macd_hist": 0.0006296795836602557,
"atr": 0.01624996224128548,
"adx": 23.49212632503879
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-07 21:00:00+00:00",
"exit_time": "2025-03-09 10:00:00+00:00",
"entry_price": 2.40096,
"exit_price": 2.284982,
"quantity": 2024.6,
"sl": 2.458949,
"tp": 2.284982,
"gross_pnl": 234.808693,
"entry_fee": 1.944393,
"exit_fee": 1.85047,
"net_pnl": 231.01383,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 31.209915728303578,
"macd_hist": -0.002558502696344051,
"atr": 0.03865927317477643,
"adx": 14.739456373004453
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-11 01:00:00+00:00",
"exit_time": "2025-03-11 02:00:00+00:00",
"entry_price": 1.918492,
"exit_price": 2.026842,
"quantity": 2121.9,
"sl": 1.864317,
"tp": 2.026842,
"gross_pnl": 229.907237,
"entry_fee": 1.628339,
"exit_fee": 1.720302,
"net_pnl": 226.558596,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 28.694828760157247,
"macd_hist": -0.01196851948945521,
"atr": 0.03611656805871972,
"adx": 36.31168506956498
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-12 01:30:00+00:00",
"exit_time": "2025-03-12 03:30:00+00:00",
"entry_price": 2.210521,
"exit_price": 2.182431,
"quantity": 1397.0,
"sl": 2.182431,
"tp": 2.2667,
"gross_pnl": -39.241342,
"entry_fee": 1.235239,
"exit_fee": 1.219543,
"net_pnl": -41.696124,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 63.52714974264281,
"macd_hist": 0.0003656625268640846,
"atr": 0.018726481527977526,
"adx": 17.619922150536176
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-13 01:45:00+00:00",
"exit_time": "2025-03-13 04:30:00+00:00",
"entry_price": 2.248125,
"exit_price": 2.223224,
"quantity": 1335.5,
"sl": 2.223224,
"tp": 2.297927,
"gross_pnl": -33.255645,
"entry_fee": 1.200948,
"exit_fee": 1.187646,
"net_pnl": -35.644239,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 58.19044449701375,
"macd_hist": 0.0003968506460684399,
"atr": 0.016600846157811645,
"adx": 23.129539578554486
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-14 08:30:00+00:00",
"exit_time": "2025-03-14 13:45:00+00:00",
"entry_price": 2.307631,
"exit_price": 2.347043,
"quantity": 1405.5,
"sl": 2.287925,
"tp": 2.347043,
"gross_pnl": 55.394191,
"entry_fee": 1.29735,
"exit_fee": 1.319508,
"net_pnl": 52.777333,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 62.21504791035479,
"macd_hist": 0.0002247358847617606,
"atr": 0.013137481463603547,
"adx": 22.022206345185317
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-14 14:30:00+00:00",
"exit_time": "2025-03-14 15:15:00+00:00",
"entry_price": 2.338334,
"exit_price": 2.386904,
"quantity": 1296.5,
"sl": 2.314049,
"tp": 2.386904,
"gross_pnl": 62.971789,
"entry_fee": 1.21266,
"exit_fee": 1.237849,
"net_pnl": 60.521281,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 62.45552415230364,
"macd_hist": 0.0009309722360749473,
"atr": 0.016190201638731826,
"adx": 22.417954084358353
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-16 07:15:00+00:00",
"exit_time": "2025-03-16 09:30:00+00:00",
"entry_price": 2.373663,
"exit_price": 2.343567,
"quantity": 1326.9,
"sl": 2.38871,
"tp": 2.343567,
"gross_pnl": 39.933762,
"entry_fee": 1.259845,
"exit_fee": 1.243872,
"net_pnl": 37.430046,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 40.57565364555546,
"macd_hist": -0.00047354642503816095,
"atr": 0.010031844257217449,
"adx": 16.608875345408364
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-16 22:00:00+00:00",
"exit_time": "2025-03-17 00:30:00+00:00",
"entry_price": 2.29767,
"exit_price": 2.320686,
"quantity": 1402.3,
"sl": 2.320686,
"tp": 2.251639,
"gross_pnl": -32.275041,
"entry_fee": 1.288809,
"exit_fee": 1.301719,
"net_pnl": -34.86557,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 43.44992420900802,
"macd_hist": -0.00022328819722393714,
"atr": 0.015343859561128076,
"adx": 18.966591940599322
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-18 06:30:00+00:00",
"exit_time": "2025-03-18 07:00:00+00:00",
"entry_price": 2.253875,
"exit_price": 2.272281,
"quantity": 1397.4,
"sl": 2.272281,
"tp": 2.217061,
"gross_pnl": -25.721584,
"entry_fee": 1.259826,
"exit_fee": 1.270114,
"net_pnl": -28.251524,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 25.567338159168507,
"macd_hist": -0.0007129103387799492,
"atr": 0.012271162626620206,
"adx": 39.170583279660846
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-19 08:30:00+00:00",
"exit_time": "2025-03-19 10:30:00+00:00",
"entry_price": 2.30073,
"exit_price": 2.327989,
"quantity": 1343.6,
"sl": 2.287101,
"tp": 2.327989,
"gross_pnl": 36.625262,
"entry_fee": 1.236504,
"exit_fee": 1.251154,
"net_pnl": 34.137603,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 58.755690443194204,
"macd_hist": 0.00014671480238969987,
"atr": 0.009086350634688347,
"adx": 20.014359107740393
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-20 05:15:00+00:00",
"exit_time": "2025-03-20 08:15:00+00:00",
"entry_price": 2.439144,
"exit_price": 2.490051,
"quantity": 1294.3,
"sl": 2.41369,
"tp": 2.490051,
"gross_pnl": 65.88948,
"entry_fee": 1.262794,
"exit_fee": 1.289149,
"net_pnl": 63.337537,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 29.52651529032914,
"macd_hist": -0.004810198782076711,
"atr": 0.016969141551251236,
"adx": 23.665776669736637
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-21 10:15:00+00:00",
"exit_time": "2025-03-21 17:30:00+00:00",
"entry_price": 2.378062,
"exit_price": 2.398196,
"quantity": 1379.5,
"sl": 2.398196,
"tp": 2.337795,
"gross_pnl": -27.773969,
"entry_fee": 1.312215,
"exit_fee": 1.323324,
"net_pnl": -30.409508,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.104538549296855,
"macd_hist": -0.0005857220558512094,
"atr": 0.013422239284252931,
"adx": 19.688614340050858
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-23 11:00:00+00:00",
"exit_time": "2025-03-23 11:15:00+00:00",
"entry_price": 2.40504,
"exit_price": 2.423685,
"quantity": 1337.9,
"sl": 2.395718,
"tp": 2.423685,
"gross_pnl": 24.943975,
"entry_fee": 1.287081,
"exit_fee": 1.297059,
"net_pnl": 22.359834,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 67.63836355444285,
"macd_hist": 0.00047377792598442617,
"atr": 0.00621470831100566,
"adx": 16.66388203602317
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-23 22:00:00+00:00",
"exit_time": "2025-03-24 00:15:00+00:00",
"entry_price": 2.414941,
"exit_price": 2.440563,
"quantity": 1349.9,
"sl": 2.402131,
"tp": 2.440563,
"gross_pnl": 34.586085,
"entry_fee": 1.303972,
"exit_fee": 1.317806,
"net_pnl": 31.964307,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 61.24766527992994,
"macd_hist": 0.0011105932341904509,
"atr": 0.008540406683306067,
"adx": 17.387221905187754
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-24 14:00:00+00:00",
"exit_time": "2025-03-24 14:30:00+00:00",
"entry_price": 2.481148,
"exit_price": 2.464968,
"quantity": 1338.6,
"sl": 2.464968,
"tp": 2.513508,
"gross_pnl": -21.658613,
"entry_fee": 1.328506,
"exit_fee": 1.319842,
"net_pnl": -24.306962,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.69369479665463,
"macd_hist": 0.000504153563894622,
"atr": 0.01078669910386938,
"adx": 16.737540815988623
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-25 13:15:00+00:00",
"exit_time": "2025-03-25 13:30:00+00:00",
"entry_price": 2.449845,
"exit_price": 2.437184,
"quantity": 1334.8,
"sl": 2.437184,
"tp": 2.475167,
"gross_pnl": -16.899688,
"entry_fee": 1.308021,
"exit_fee": 1.301261,
"net_pnl": -19.508971,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 61.805093329766116,
"macd_hist": 0.000216420559019939,
"atr": 0.008440559555497915,
"adx": 18.338934839894304
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-25 17:45:00+00:00",
"exit_time": "2025-03-25 18:30:00+00:00",
"entry_price": 2.463046,
"exit_price": 2.44521,
"quantity": 1310.7,
"sl": 2.44521,
"tp": 2.498719,
"gross_pnl": -23.378079,
"entry_fee": 1.291326,
"exit_fee": 1.281975,
"net_pnl": -25.95138,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.7978052185825,
"macd_hist": 0.0012072183966540535,
"atr": 0.01189088734419126,
"adx": 15.88157301566171
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-03-26 13:45:00+00:00",
"exit_time": "2025-03-26 14:30:00+00:00",
"entry_price": 2.415342,
"exit_price": 2.399559,
"quantity": 1314.0,
"sl": 2.399559,
"tp": 2.446907,
"gross_pnl": -20.738799,
"entry_fee": 1.269503,
"exit_fee": 1.261208,
"net_pnl": -23.26951,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.92729946174303,
"macd_hist": -0.004175927274053651,
"atr": 0.010521967932285681,
"adx": 28.1934914013265
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-28 14:00:00+00:00",
"exit_time": "2025-03-28 23:00:00+00:00",
"entry_price": 2.182782,
"exit_price": 2.208772,
"quantity": 1431.2,
"sl": 2.208772,
"tp": 2.130802,
"gross_pnl": -37.196844,
"entry_fee": 1.249599,
"exit_fee": 1.264478,
"net_pnl": -39.710921,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.28769780364449,
"macd_hist": -0.0005853266624556361,
"atr": 0.01732664639688353,
"adx": 41.5267495654462
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-29 09:30:00+00:00",
"exit_time": "2025-03-29 13:00:00+00:00",
"entry_price": 2.091091,
"exit_price": 2.117184,
"quantity": 1454.8,
"sl": 2.117184,
"tp": 2.038906,
"gross_pnl": -37.959605,
"entry_fee": 1.216848,
"exit_fee": 1.232031,
"net_pnl": -40.408484,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.5299317993386,
"macd_hist": -0.0016272252554855211,
"atr": 0.017395108299016367,
"adx": 35.60495925685308
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-30 16:30:00+00:00",
"exit_time": "2025-03-30 18:00:00+00:00",
"entry_price": 2.127487,
"exit_price": 2.14613,
"quantity": 1475.8,
"sl": 2.14613,
"tp": 2.090201,
"gross_pnl": -27.51325,
"entry_fee": 1.255898,
"exit_fee": 1.266904,
"net_pnl": -30.036052,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.46944975312423,
"macd_hist": -0.000323959775932337,
"atr": 0.012428626300886883,
"adx": 17.23806073609782
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-03-30 22:00:00+00:00",
"exit_time": "2025-03-30 22:30:00+00:00",
"entry_price": 2.117488,
"exit_price": 2.137744,
"quantity": 1579.9,
"sl": 2.137744,
"tp": 2.076977,
"gross_pnl": -32.001816,
"entry_fee": 1.338168,
"exit_fee": 1.350969,
"net_pnl": -34.690953,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.0896247014223,
"macd_hist": -0.0014543373385438568,
"atr": 0.013503730812469783,
"adx": 14.352642535066254
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-01 00:45:00+00:00",
"exit_time": "2025-04-01 02:15:00+00:00",
"entry_price": 2.077192,
"exit_price": 2.09664,
"quantity": 1717.4,
"sl": 2.09664,
"tp": 2.038297,
"gross_pnl": -33.398989,
"entry_fee": 1.426948,
"exit_fee": 1.440308,
"net_pnl": -36.266245,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.12576525252002,
"macd_hist": -0.00013091827323298555,
"atr": 0.012964942907461209,
"adx": 15.582516529018895
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-01 08:15:00+00:00",
"exit_time": "2025-04-01 08:45:00+00:00",
"entry_price": 2.133813,
"exit_price": 2.171226,
"quantity": 1773.2,
"sl": 2.115107,
"tp": 2.171226,
"gross_pnl": 66.339623,
"entry_fee": 1.513471,
"exit_fee": 1.540007,
"net_pnl": 63.286145,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 67.41021385988114,
"macd_hist": 0.0018997583301910577,
"atr": 0.012470791647320312,
"adx": 15.441778935309731
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-02 02:00:00+00:00",
"exit_time": "2025-04-02 05:45:00+00:00",
"entry_price": 2.090609,
"exit_price": 2.070463,
"quantity": 1636.6,
"sl": 2.070463,
"tp": 2.130902,
"gross_pnl": -32.971347,
"entry_fee": 1.368596,
"exit_fee": 1.355408,
"net_pnl": -35.695351,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.415272650543557,
"macd_hist": -0.0038881862305720294,
"atr": 0.013430831024751285,
"adx": 26.024817307471817
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-02 12:45:00+00:00",
"exit_time": "2025-04-02 13:15:00+00:00",
"entry_price": 2.127613,
"exit_price": 2.107375,
"quantity": 1712.9,
"sl": 2.107375,
"tp": 2.168088,
"gross_pnl": -34.665052,
"entry_fee": 1.457755,
"exit_fee": 1.443889,
"net_pnl": -37.566696,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 59.32804891111338,
"macd_hist": 9.413144371916158e-05,
"atr": 0.013491759348894364,
"adx": 24.502891119768023
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-03 06:30:00+00:00",
"exit_time": "2025-04-03 12:30:00+00:00",
"entry_price": 2.042796,
"exit_price": 1.999039,
"quantity": 1889.8,
"sl": 2.064674,
"tp": 1.999039,
"gross_pnl": 82.690947,
"entry_fee": 1.54419,
"exit_fee": 1.511114,
"net_pnl": 79.635643,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 40.289863919800005,
"macd_hist": -0.00042360858025469956,
"atr": 0.014585484738610698,
"adx": 12.918001309004637
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-06 07:45:00+00:00",
"exit_time": "2025-04-06 11:15:00+00:00",
"entry_price": 2.092709,
"exit_price": 2.078513,
"quantity": 1628.9,
"sl": 2.078513,
"tp": 2.121101,
"gross_pnl": -23.123672,
"entry_fee": 1.363526,
"exit_fee": 1.354276,
"net_pnl": -25.841474,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.245258786031886,
"macd_hist": -0.0038718874734419905,
"atr": 0.009463921412830475,
"adx": 33.35222458485207
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-06 12:45:00+00:00",
"exit_time": "2025-04-06 14:45:00+00:00",
"entry_price": 2.068593,
"exit_price": 2.08207,
"quantity": 1727.8,
"sl": 2.08207,
"tp": 2.041639,
"gross_pnl": -23.285241,
"entry_fee": 1.429646,
"exit_fee": 1.43896,
"net_pnl": -26.153847,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 28.44187643624886,
"macd_hist": -0.0003340793121479231,
"atr": 0.008984543305144668,
"adx": 43.8674321713198
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-08 12:00:00+00:00",
"exit_time": "2025-04-08 14:45:00+00:00",
"entry_price": 1.952805,
"exit_price": 1.897956,
"quantity": 1911.7,
"sl": 1.980229,
"tp": 1.897956,
"gross_pnl": 104.854903,
"entry_fee": 1.493271,
"exit_fee": 1.451329,
"net_pnl": 101.910304,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 73.41350187407278,
"macd_hist": 0.010090522420784207,
"atr": 0.01828301215814375,
"adx": 26.85765122231918
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-08 22:30:00+00:00",
"exit_time": "2025-04-09 07:00:00+00:00",
"entry_price": 1.791621,
"exit_price": 1.828212,
"quantity": 1735.9,
"sl": 1.828212,
"tp": 1.718438,
"gross_pnl": -63.519294,
"entry_fee": 1.24403,
"exit_fee": 1.269438,
"net_pnl": -66.032761,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.80869107403792,
"macd_hist": -0.00034717039282800705,
"atr": 0.024394375095955108,
"adx": 39.27079059977307
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-11 09:30:00+00:00",
"exit_time": "2025-04-11 13:00:00+00:00",
"entry_price": 2.013801,
"exit_price": 1.995715,
"quantity": 1758.7,
"sl": 1.995715,
"tp": 2.049973,
"gross_pnl": -31.807673,
"entry_fee": 1.416669,
"exit_fee": 1.403946,
"net_pnl": -34.628288,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 61.577008105899495,
"macd_hist": 0.00034992669366544146,
"atr": 0.012057267054504208,
"adx": 32.83129067583315
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-12 13:00:00+00:00",
"exit_time": "2025-04-12 13:30:00+00:00",
"entry_price": 2.085709,
"exit_price": 2.113999,
"quantity": 1798.0,
"sl": 2.071563,
"tp": 2.113999,
"gross_pnl": 50.866068,
"entry_fee": 1.500042,
"exit_fee": 1.520388,
"net_pnl": 47.845639,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 71.08975614304354,
"macd_hist": 0.0004691893650785872,
"atr": 0.009430120184239851,
"adx": 41.039203834939215
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-12 14:00:00+00:00",
"exit_time": "2025-04-12 14:30:00+00:00",
"entry_price": 2.148085,
"exit_price": 2.172992,
"quantity": 1619.3,
"sl": 2.172992,
"tp": 2.098272,
"gross_pnl": -40.331247,
"entry_fee": 1.391358,
"exit_fee": 1.40749,
"net_pnl": -43.130095,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 84.08793890162964,
"macd_hist": 0.008437194430039185,
"atr": 0.0166043956315617,
"adx": 50.92729938221619
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-13 09:15:00+00:00",
"exit_time": "2025-04-13 09:45:00+00:00",
"entry_price": 2.186181,
"exit_price": 2.205808,
"quantity": 1710.4,
"sl": 2.205808,
"tp": 2.146928,
"gross_pnl": -33.569241,
"entry_fee": 1.495698,
"exit_fee": 1.509126,
"net_pnl": -36.574064,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.30223437176532,
"macd_hist": 0.0046831641071397555,
"atr": 0.013084362564996477,
"adx": 16.49399214193736
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-13 10:00:00+00:00",
"exit_time": "2025-04-13 12:15:00+00:00",
"entry_price": 2.215678,
"exit_price": 2.165033,
"quantity": 1779.7,
"sl": 2.241001,
"tp": 2.165033,
"gross_pnl": 90.134174,
"entry_fee": 1.577297,
"exit_fee": 1.541243,
"net_pnl": 87.015633,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 69.53886357342627,
"macd_hist": 0.008132544883916435,
"atr": 0.01688190399245528,
"adx": 24.72973040842104
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-13 19:30:00+00:00",
"exit_time": "2025-04-13 20:00:00+00:00",
"entry_price": 2.106989,
"exit_price": 2.136056,
"quantity": 1642.6,
"sl": 2.136056,
"tp": 2.048855,
"gross_pnl": -47.745641,
"entry_fee": 1.384376,
"exit_fee": 1.403474,
"net_pnl": -50.533492,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.69979623416985,
"macd_hist": -0.003431461669216657,
"atr": 0.019378076005836516,
"adx": 19.481530654019387
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-14 14:45:00+00:00",
"exit_time": "2025-04-14 15:00:00+00:00",
"entry_price": 2.159416,
"exit_price": 2.137736,
"quantity": 1743.6,
"sl": 2.137736,
"tp": 2.202776,
"gross_pnl": -37.801533,
"entry_fee": 1.506063,
"exit_fee": 1.490942,
"net_pnl": -40.798539,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 57.75606873506264,
"macd_hist": 0.00020355237067069777,
"atr": 0.014453442445798827,
"adx": 17.784517176361987
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-17 15:15:00+00:00",
"exit_time": "2025-04-17 17:45:00+00:00",
"entry_price": 2.061406,
"exit_price": 2.098882,
"quantity": 1935.0,
"sl": 2.042668,
"tp": 2.098882,
"gross_pnl": 72.515706,
"entry_fee": 1.595528,
"exit_fee": 1.624535,
"net_pnl": 69.295644,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 34.44235901455092,
"macd_hist": -0.004402660486967839,
"atr": 0.012491939103787863,
"adx": 23.812285473427984
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-17 19:15:00+00:00",
"exit_time": "2025-04-17 20:00:00+00:00",
"entry_price": 2.056594,
"exit_price": 2.076184,
"quantity": 1760.2,
"sl": 2.076184,
"tp": 2.017415,
"gross_pnl": -34.482064,
"entry_fee": 1.448007,
"exit_fee": 1.4618,
"net_pnl": -37.391871,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.76233503160509,
"macd_hist": -0.0016402086029875481,
"atr": 0.013059903817127662,
"adx": 18.98825557380817
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-19 15:15:00+00:00",
"exit_time": "2025-04-19 15:30:00+00:00",
"entry_price": 2.088109,
"exit_price": 2.080378,
"quantity": 1838.3,
"sl": 2.080378,
"tp": 2.10357,
"gross_pnl": -14.211447,
"entry_fee": 1.535428,
"exit_fee": 1.529744,
"net_pnl": -17.276619,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 58.58082517505211,
"macd_hist": 0.00027889182510631527,
"atr": 0.005153836799761852,
"adx": 17.039946252812047
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-19 16:30:00+00:00",
"exit_time": "2025-04-19 18:00:00+00:00",
"entry_price": 2.069807,
"exit_price": 2.087374,
"quantity": 1902.4,
"sl": 2.061024,
"tp": 2.087374,
"gross_pnl": 33.41886,
"entry_fee": 1.57504,
"exit_fee": 1.588408,
"net_pnl": 30.255412,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 34.208214804595215,
"macd_hist": -0.0013687123140651266,
"atr": 0.005855561348868749,
"adx": 15.214838031389412
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-20 00:15:00+00:00",
"exit_time": "2025-04-20 03:30:00+00:00",
"entry_price": 2.088609,
"exit_price": 2.08094,
"quantity": 1812.2,
"sl": 2.08094,
"tp": 2.103946,
"gross_pnl": -13.896636,
"entry_fee": 1.513991,
"exit_fee": 1.508432,
"net_pnl": -16.919059,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 55.34462185448144,
"macd_hist": 4.6420673976570984e-05,
"atr": 0.005112252492429859,
"adx": 14.63351519351906
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-20 07:30:00+00:00",
"exit_time": "2025-04-20 09:30:00+00:00",
"entry_price": 2.064906,
"exit_price": 2.057172,
"quantity": 1881.1,
"sl": 2.057172,
"tp": 2.080375,
"gross_pnl": -14.549148,
"entry_fee": 1.553718,
"exit_fee": 1.547899,
"net_pnl": -17.650765,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.266963159039623,
"macd_hist": -0.0018943961922317783,
"atr": 0.005156255506825988,
"adx": 28.339404648171026
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-20 20:15:00+00:00",
"exit_time": "2025-04-20 22:15:00+00:00",
"entry_price": 2.083792,
"exit_price": 2.061696,
"quantity": 1911.1,
"sl": 2.094839,
"tp": 2.061696,
"gross_pnl": 42.226102,
"entry_fee": 1.592934,
"exit_fee": 1.576043,
"net_pnl": 39.057126,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 72.8157661569859,
"macd_hist": 0.003433666095794652,
"atr": 0.007365060680911812,
"adx": 22.520797365606615
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-21 06:00:00+00:00",
"exit_time": "2025-04-21 10:15:00+00:00",
"entry_price": 2.134413,
"exit_price": 2.12174,
"quantity": 1773.8,
"sl": 2.12174,
"tp": 2.15976,
"gross_pnl": -22.480084,
"entry_fee": 1.514409,
"exit_fee": 1.505417,
"net_pnl": -25.49991,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.56502359658091,
"macd_hist": 0.0002563863912016153,
"atr": 0.008448935849823092,
"adx": 47.69980723320576
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-22 13:15:00+00:00",
"exit_time": "2025-04-22 13:45:00+00:00",
"entry_price": 2.105411,
"exit_price": 2.129581,
"quantity": 1866.6,
"sl": 2.093325,
"tp": 2.129581,
"gross_pnl": 45.117506,
"entry_fee": 1.571984,
"exit_fee": 1.590031,
"net_pnl": 41.955492,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 57.841977820073645,
"macd_hist": 4.316762016507922e-06,
"atr": 0.008056985291244722,
"adx": 27.486954266795543
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-22 14:30:00+00:00",
"exit_time": "2025-04-22 15:00:00+00:00",
"entry_price": 2.144786,
"exit_price": 2.162295,
"quantity": 1730.1,
"sl": 2.162295,
"tp": 2.109766,
"gross_pnl": -30.293869,
"entry_fee": 1.484277,
"exit_fee": 1.496395,
"net_pnl": -33.274541,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 72.73968719949936,
"macd_hist": 0.0033718040060909185,
"atr": 0.01167326307442982,
"adx": 36.32794096432257
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-22 21:30:00+00:00",
"exit_time": "2025-04-22 21:45:00+00:00",
"entry_price": 2.193119,
"exit_price": 2.231438,
"quantity": 1778.6,
"sl": 2.17396,
"tp": 2.231438,
"gross_pnl": 68.153822,
"entry_fee": 1.560273,
"exit_fee": 1.587534,
"net_pnl": 65.006015,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 71.28868810200514,
"macd_hist": 0.0011497360749260716,
"atr": 0.01277293415280779,
"adx": 21.692956014763777
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-23 04:45:00+00:00",
"exit_time": "2025-04-23 05:15:00+00:00",
"entry_price": 2.249025,
"exit_price": 2.228982,
"quantity": 1576.0,
"sl": 2.228982,
"tp": 2.28911,
"gross_pnl": -31.587012,
"entry_fee": 1.417785,
"exit_fee": 1.40515,
"net_pnl": -34.409948,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 68.55977277970494,
"macd_hist": 0.0009330067267260354,
"atr": 0.013361680288489624,
"adx": 34.82889296473553
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-24 02:45:00+00:00",
"exit_time": "2025-04-24 07:15:00+00:00",
"entry_price": 2.194481,
"exit_price": 2.159962,
"quantity": 1709.2,
"sl": 2.21174,
"tp": 2.159962,
"gross_pnl": 58.998596,
"entry_fee": 1.500322,
"exit_fee": 1.476723,
"net_pnl": 56.02155,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 37.84140527337041,
"macd_hist": -0.00046564178880691143,
"atr": 0.011506083902298552,
"adx": 26.477623150191686
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-24 08:30:00+00:00",
"exit_time": "2025-04-24 12:30:00+00:00",
"entry_price": 2.129213,
"exit_price": 2.166484,
"quantity": 1611.0,
"sl": 2.110578,
"tp": 2.166484,
"gross_pnl": 60.042963,
"entry_fee": 1.372065,
"exit_fee": 1.396082,
"net_pnl": 57.274816,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 24.016950832949433,
"macd_hist": -0.003143540248224934,
"atr": 0.012423538716450883,
"adx": 45.63982334493204
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-24 13:30:00+00:00",
"exit_time": "2025-04-24 15:00:00+00:00",
"entry_price": 2.185681,
"exit_price": 2.206259,
"quantity": 1401.4,
"sl": 2.206259,
"tp": 2.144526,
"gross_pnl": -28.83728,
"entry_fee": 1.225206,
"exit_fee": 1.23674,
"net_pnl": -31.299226,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.83124653295135,
"macd_hist": 0.004927804210500074,
"atr": 0.013718319673320321,
"adx": 28.280377346113976
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-25 01:00:00+00:00",
"exit_time": "2025-04-25 01:45:00+00:00",
"entry_price": 2.207121,
"exit_price": 2.191846,
"quantity": 1486.8,
"sl": 2.191846,
"tp": 2.23767,
"gross_pnl": -22.710142,
"entry_fee": 1.312619,
"exit_fee": 1.303535,
"net_pnl": -25.326296,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 56.76907028897127,
"macd_hist": 0.0003053786321528156,
"atr": 0.010183006980170042,
"adx": 11.469131522892503
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-26 07:30:00+00:00",
"exit_time": "2025-04-26 08:45:00+00:00",
"entry_price": 2.235676,
"exit_price": 2.207613,
"quantity": 1543.0,
"sl": 2.249708,
"tp": 2.207613,
"gross_pnl": 43.30197,
"entry_fee": 1.379859,
"exit_fee": 1.362539,
"net_pnl": 40.559572,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 76.71113426509163,
"macd_hist": 0.005320482189513192,
"atr": 0.009354497780232585,
"adx": 30.700551675430855
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-27 01:15:00+00:00",
"exit_time": "2025-04-27 01:45:00+00:00",
"entry_price": 2.181282,
"exit_price": 2.156209,
"quantity": 1466.3,
"sl": 2.193818,
"tp": 2.156209,
"gross_pnl": 36.764323,
"entry_fee": 1.279365,
"exit_fee": 1.26466,
"net_pnl": 34.220298,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 37.91379305785904,
"macd_hist": -7.995149653700897e-05,
"atr": 0.008357617361573984,
"adx": 17.149675565813595
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-28 07:15:00+00:00",
"exit_time": "2025-04-28 07:45:00+00:00",
"entry_price": 2.314669,
"exit_price": 2.333953,
"quantity": 1299.3,
"sl": 2.333953,
"tp": 2.2761,
"gross_pnl": -25.055926,
"entry_fee": 1.20298,
"exit_fee": 1.213002,
"net_pnl": -27.471908,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 73.98848696551217,
"macd_hist": 0.0034538468677465604,
"atr": 0.012856115408039817,
"adx": 27.89133838050565
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-29 21:00:00+00:00",
"exit_time": "2025-04-29 21:15:00+00:00",
"entry_price": 2.266827,
"exit_price": 2.254415,
"quantity": 1398.7,
"sl": 2.254415,
"tp": 2.291649,
"gross_pnl": -17.359824,
"entry_fee": 1.268244,
"exit_fee": 1.2613,
"net_pnl": -19.889369,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.749130003009995,
"macd_hist": -0.003151944159313076,
"atr": 0.008274266295443587,
"adx": 18.909838085939636
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-30 07:00:00+00:00",
"exit_time": "2025-04-30 07:45:00+00:00",
"entry_price": 2.232377,
"exit_price": 2.208174,
"quantity": 1482.3,
"sl": 2.244478,
"tp": 2.208174,
"gross_pnl": 35.876011,
"entry_fee": 1.323621,
"exit_fee": 1.30927,
"net_pnl": 33.24312,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 38.92370754388357,
"macd_hist": -0.0005593457189699508,
"atr": 0.008067645180944962,
"adx": 21.51432925034802
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-04-30 12:30:00+00:00",
"exit_time": "2025-04-30 13:00:00+00:00",
"entry_price": 2.192281,
"exit_price": 2.161176,
"quantity": 1412.7,
"sl": 2.207833,
"tp": 2.161176,
"gross_pnl": 43.941957,
"entry_fee": 1.238814,
"exit_fee": 1.221237,
"net_pnl": 41.481905,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 26.84622399928792,
"macd_hist": -0.001622893750477859,
"atr": 0.010368315169601643,
"adx": 21.711448341304482
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-30 13:15:00+00:00",
"exit_time": "2025-04-30 13:30:00+00:00",
"entry_price": 2.173717,
"exit_price": 2.152862,
"quantity": 1404.3,
"sl": 2.152862,
"tp": 2.215429,
"gross_pnl": -29.287707,
"entry_fee": 1.221021,
"exit_fee": 1.209305,
"net_pnl": -31.718032,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 27.513370415814684,
"macd_hist": -0.006240527006868588,
"atr": 0.013903822313270735,
"adx": 31.23141348514888
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-04-30 13:45:00+00:00",
"exit_time": "2025-04-30 17:30:00+00:00",
"entry_price": 2.126213,
"exit_price": 2.178374,
"quantity": 1433.3,
"sl": 2.100132,
"tp": 2.178374,
"gross_pnl": 74.762229,
"entry_fee": 1.219,
"exit_fee": 1.248905,
"net_pnl": 72.294324,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 18.339202470468877,
"macd_hist": -0.009422791981245153,
"atr": 0.01738696923950385,
"adx": 37.751592918358305
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-01 10:30:00+00:00",
"exit_time": "2025-05-01 15:00:00+00:00",
"entry_price": 2.231477,
"exit_price": 2.244484,
"quantity": 1401.9,
"sl": 2.244484,
"tp": 2.205462,
"gross_pnl": -18.234834,
"entry_fee": 1.251323,
"exit_fee": 1.258617,
"net_pnl": -20.744774,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.93365838967351,
"macd_hist": 0.0032213988363899854,
"atr": 0.00867148583077644,
"adx": 22.057442218282798
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-04 13:30:00+00:00",
"exit_time": "2025-05-04 14:15:00+00:00",
"entry_price": 2.175582,
"exit_price": 2.185404,
"quantity": 1417.7,
"sl": 2.185404,
"tp": 2.155939,
"gross_pnl": -13.924221,
"entry_fee": 1.233729,
"exit_fee": 1.239299,
"net_pnl": -16.397249,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.53187482382446,
"macd_hist": -0.00040487554702302005,
"atr": 0.006547798317438771,
"adx": 23.12781722117363
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-04 22:15:00+00:00",
"exit_time": "2025-05-05 01:30:00+00:00",
"entry_price": 2.160984,
"exit_price": 2.137628,
"quantity": 1410.9,
"sl": 2.172662,
"tp": 2.137628,
"gross_pnl": 32.953065,
"entry_fee": 1.219573,
"exit_fee": 1.206392,
"net_pnl": 30.5271,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 36.51319675922136,
"macd_hist": -0.0004648156628801448,
"atr": 0.0077853532286814835,
"adx": 16.601391622085643
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-05 11:30:00+00:00",
"exit_time": "2025-05-05 13:30:00+00:00",
"entry_price": 2.139414,
"exit_price": 2.124831,
"quantity": 1452.9,
"sl": 2.124831,
"tp": 2.168579,
"gross_pnl": -21.186955,
"entry_fee": 1.243342,
"exit_fee": 1.234867,
"net_pnl": -23.665164,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.239265996324196,
"macd_hist": -0.004626837480193596,
"atr": 0.00972168555476785,
"adx": 30.129945883431688
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-07 14:45:00+00:00",
"exit_time": "2025-05-07 18:00:00+00:00",
"entry_price": 2.127287,
"exit_price": 2.105417,
"quantity": 1437.4,
"sl": 2.138223,
"tp": 2.105417,
"gross_pnl": 31.436912,
"entry_fee": 1.223105,
"exit_fee": 1.21053,
"net_pnl": 29.003276,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 41.746762538241654,
"macd_hist": -7.239870984653528e-05,
"atr": 0.00729022575996171,
"adx": 16.94252564205181
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-08 08:15:00+00:00",
"exit_time": "2025-05-08 14:45:00+00:00",
"entry_price": 2.207121,
"exit_price": 2.236115,
"quantity": 1410.9,
"sl": 2.192624,
"tp": 2.236115,
"gross_pnl": 40.907473,
"entry_fee": 1.245611,
"exit_fee": 1.261974,
"net_pnl": 38.399889,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 70.94465505345005,
"macd_hist": 0.0005585093302723255,
"atr": 0.009664628484330815,
"adx": 38.49739929700553
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-08 15:00:00+00:00",
"exit_time": "2025-05-08 15:30:00+00:00",
"entry_price": 2.236124,
"exit_price": 2.267571,
"quantity": 1425.8,
"sl": 2.2204,
"tp": 2.267571,
"gross_pnl": 44.838323,
"entry_fee": 1.275306,
"exit_fee": 1.293241,
"net_pnl": 42.269776,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 71.97349445346828,
"macd_hist": 0.00079312964009503,
"atr": 0.01048261163336278,
"adx": 41.04339294496138
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-09 07:00:00+00:00",
"exit_time": "2025-05-09 08:15:00+00:00",
"entry_price": 2.326933,
"exit_price": 2.366084,
"quantity": 1405.4,
"sl": 2.307357,
"tp": 2.366084,
"gross_pnl": 55.023971,
"entry_fee": 1.308108,
"exit_fee": 1.330118,
"net_pnl": 52.385744,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 63.46927995656021,
"macd_hist": 0.0011294918024353083,
"atr": 0.013050607323286877,
"adx": 24.94795894069461
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-10 06:45:00+00:00",
"exit_time": "2025-05-10 10:00:00+00:00",
"entry_price": 2.393061,
"exit_price": 2.410956,
"quantity": 1409.0,
"sl": 2.410956,
"tp": 2.35727,
"gross_pnl": -25.214575,
"entry_fee": 1.348729,
"exit_fee": 1.358815,
"net_pnl": -27.922118,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.47435308217406,
"macd_hist": 0.0028586996701297366,
"atr": 0.011930245883532895,
"adx": 15.377999201151665
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-10 17:30:00+00:00",
"exit_time": "2025-05-10 23:00:00+00:00",
"entry_price": 2.434257,
"exit_price": 2.455908,
"quantity": 1361.1,
"sl": 2.455908,
"tp": 2.390953,
"gross_pnl": -29.470138,
"entry_fee": 1.325307,
"exit_fee": 1.337095,
"net_pnl": -32.13254,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.52272078260737,
"macd_hist": 0.002632261374757268,
"atr": 0.01443447129067325,
"adx": 31.352377982563393
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-11 06:00:00+00:00",
"exit_time": "2025-05-11 07:30:00+00:00",
"entry_price": 2.390561,
"exit_price": 2.346685,
"quantity": 1358.0,
"sl": 2.412499,
"tp": 2.346685,
"gross_pnl": 59.583701,
"entry_fee": 1.298553,
"exit_fee": 1.274719,
"net_pnl": 57.010429,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 38.18128225468987,
"macd_hist": -0.0007001369002946111,
"atr": 0.014625356088824792,
"adx": 22.177150641327323
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-11 13:45:00+00:00",
"exit_time": "2025-05-11 14:45:00+00:00",
"entry_price": 2.344965,
"exit_price": 2.364738,
"quantity": 1431.9,
"sl": 2.364738,
"tp": 2.30542,
"gross_pnl": -28.312714,
"entry_fee": 1.343102,
"exit_fee": 1.354428,
"net_pnl": -31.010244,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.14013375469206,
"macd_hist": -0.0013267082891418986,
"atr": 0.013181885899193883,
"adx": 30.128828523390933
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-12 07:00:00+00:00",
"exit_time": "2025-05-12 07:45:00+00:00",
"entry_price": 2.429643,
"exit_price": 2.406718,
"quantity": 1355.6,
"sl": 2.406718,
"tp": 2.475492,
"gross_pnl": -31.076638,
"entry_fee": 1.31745,
"exit_fee": 1.305019,
"net_pnl": -33.699106,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 69.38835524860481,
"macd_hist": 0.0015144198204793255,
"atr": 0.01528309116959292,
"adx": 13.164741033292744
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-12 11:00:00+00:00",
"exit_time": "2025-05-12 12:15:00+00:00",
"entry_price": 2.461546,
"exit_price": 2.514359,
"quantity": 1309.6,
"sl": 2.435139,
"tp": 2.514359,
"gross_pnl": 69.164256,
"entry_fee": 1.289456,
"exit_fee": 1.317122,
"net_pnl": 66.557678,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 70.85796174302975,
"macd_hist": 0.002023390512340727,
"atr": 0.017604422699971298,
"adx": 25.37156114451277
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-12 13:00:00+00:00",
"exit_time": "2025-05-12 14:15:00+00:00",
"entry_price": 2.629037,
"exit_price": 2.52913,
"quantity": 1275.6,
"sl": 2.678991,
"tp": 2.52913,
"gross_pnl": 127.441978,
"entry_fee": 1.34144,
"exit_fee": 1.290463,
"net_pnl": 124.810075,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 80.64085000768138,
"macd_hist": 0.01763281301510772,
"atr": 0.03330249241646116,
"adx": 40.99518914593032
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-13 02:00:00+00:00",
"exit_time": "2025-05-13 09:15:00+00:00",
"entry_price": 2.445745,
"exit_price": 2.519687,
"quantity": 1472.4,
"sl": 2.408773,
"tp": 2.519687,
"gross_pnl": 108.87309,
"entry_fee": 1.440446,
"exit_fee": 1.483995,
"net_pnl": 105.948649,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 30.406492149388058,
"macd_hist": -0.007836405411537137,
"atr": 0.024647534625194756,
"adx": 24.188374307483855
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-13 16:00:00+00:00",
"exit_time": "2025-05-13 17:30:00+00:00",
"entry_price": 2.571957,
"exit_price": 2.539778,
"quantity": 1481.5,
"sl": 2.539778,
"tp": 2.636315,
"gross_pnl": -47.673198,
"entry_fee": 1.524142,
"exit_fee": 1.505073,
"net_pnl": -50.702413,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.62056578856722,
"macd_hist": 0.001446161172898773,
"atr": 0.021452671140511505,
"adx": 16.51785685226678
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-14 09:30:00+00:00",
"exit_time": "2025-05-14 12:45:00+00:00",
"entry_price": 2.630463,
"exit_price": 2.592787,
"quantity": 1408.8,
"sl": 2.592787,
"tp": 2.705814,
"gross_pnl": -53.077431,
"entry_fee": 1.482319,
"exit_fee": 1.461088,
"net_pnl": -56.020837,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 63.14358554980455,
"macd_hist": 0.0017467949685994726,
"atr": 0.025117088409311206,
"adx": 19.760333870817494
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-15 01:30:00+00:00",
"exit_time": "2025-05-15 05:45:00+00:00",
"entry_price": 2.530447,
"exit_price": 2.496048,
"quantity": 1418.7,
"sl": 2.547646,
"tp": 2.496048,
"gross_pnl": 48.801716,
"entry_fee": 1.435978,
"exit_fee": 1.416457,
"net_pnl": 45.949281,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 33.736290185212155,
"macd_hist": -0.0012583085967037499,
"atr": 0.01146629922817108,
"adx": 13.117725473448823
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-15 13:45:00+00:00",
"exit_time": "2025-05-15 16:45:00+00:00",
"entry_price": 2.446355,
"exit_price": 2.474255,
"quantity": 1503.9,
"sl": 2.474255,
"tp": 2.390557,
"gross_pnl": -41.957925,
"entry_fee": 1.47163,
"exit_fee": 1.488413,
"net_pnl": -44.917968,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 38.95941532010619,
"macd_hist": -0.00018172058110295548,
"atr": 0.018599607879601687,
"adx": 38.000348695504236
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-16 20:30:00+00:00",
"exit_time": "2025-05-17 00:30:00+00:00",
"entry_price": 2.389361,
"exit_price": 2.348987,
"quantity": 1500.9,
"sl": 2.409548,
"tp": 2.348987,
"gross_pnl": 60.597833,
"entry_fee": 1.434477,
"exit_fee": 1.410238,
"net_pnl": 57.753118,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 38.62461501920441,
"macd_hist": -0.00022285443926070027,
"atr": 0.013458110198298524,
"adx": 15.346294497139096
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-17 01:15:00+00:00",
"exit_time": "2025-05-17 01:45:00+00:00",
"entry_price": 2.335133,
"exit_price": 2.31116,
"quantity": 1584.3,
"sl": 2.31116,
"tp": 2.38308,
"gross_pnl": -37.980649,
"entry_fee": 1.479821,
"exit_fee": 1.464629,
"net_pnl": -40.925098,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 28.536979724863077,
"macd_hist": -0.004501483267526404,
"atr": 0.01598209455229851,
"adx": 51.966384578102044
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-18 05:45:00+00:00",
"exit_time": "2025-05-18 07:45:00+00:00",
"entry_price": 2.382362,
"exit_price": 2.394902,
"quantity": 1517.0,
"sl": 2.394902,
"tp": 2.357281,
"gross_pnl": -19.023501,
"entry_fee": 1.445617,
"exit_fee": 1.453227,
"net_pnl": -21.922344,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.88277917510591,
"macd_hist": 0.0015640488706502509,
"atr": 0.008360140863911994,
"adx": 30.157617672853057
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-18 13:45:00+00:00",
"exit_time": "2025-05-18 14:30:00+00:00",
"entry_price": 2.407441,
"exit_price": 2.432354,
"quantity": 1482.1,
"sl": 2.394984,
"tp": 2.432354,
"gross_pnl": 36.923541,
"entry_fee": 1.427227,
"exit_fee": 1.441997,
"net_pnl": 34.054317,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 66.51624672167085,
"macd_hist": 0.0007661087104331955,
"atr": 0.008304329673668061,
"adx": 23.75449835788112
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-20 12:30:00+00:00",
"exit_time": "2025-05-20 17:00:00+00:00",
"entry_price": 2.330967,
"exit_price": 2.345796,
"quantity": 1558.4,
"sl": 2.345796,
"tp": 2.301309,
"gross_pnl": -23.109489,
"entry_fee": 1.453032,
"exit_fee": 1.462275,
"net_pnl": -26.024796,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.11852309537045,
"macd_hist": -0.0003174284393988123,
"atr": 0.009885989673296352,
"adx": 34.742890662078324
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-20 18:45:00+00:00",
"exit_time": "2025-05-20 19:15:00+00:00",
"entry_price": 2.316568,
"exit_price": 2.333292,
"quantity": 1544.4,
"sl": 2.333292,
"tp": 2.28312,
"gross_pnl": -25.828749,
"entry_fee": 1.431083,
"exit_fee": 1.441415,
"net_pnl": -28.701247,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.67044091822891,
"macd_hist": -0.0010374646711117856,
"atr": 0.011149420967886639,
"adx": 19.66280083270704
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-22 03:45:00+00:00",
"exit_time": "2025-05-22 05:45:00+00:00",
"entry_price": 2.417042,
"exit_price": 2.400734,
"quantity": 1455.5,
"sl": 2.400734,
"tp": 2.449657,
"gross_pnl": -23.736076,
"entry_fee": 1.407202,
"exit_fee": 1.397707,
"net_pnl": -26.540985,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.3311412608467,
"macd_hist": 0.0005695504395531459,
"atr": 0.010871900200266247,
"adx": 15.493810082644366
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-22 08:15:00+00:00",
"exit_time": "2025-05-22 11:00:00+00:00",
"entry_price": 2.428543,
"exit_price": 2.410629,
"quantity": 1425.6,
"sl": 2.410629,
"tp": 2.46437,
"gross_pnl": -25.537675,
"entry_fee": 1.384852,
"exit_fee": 1.374637,
"net_pnl": -28.297164,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 64.07310598104799,
"macd_hist": 0.0011319469214623882,
"atr": 0.011942421800759469,
"adx": 17.9303385003931
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-23 02:15:00+00:00",
"exit_time": "2025-05-23 04:30:00+00:00",
"entry_price": 2.470853,
"exit_price": 2.438268,
"quantity": 1376.9,
"sl": 2.487145,
"tp": 2.438268,
"gross_pnl": 44.865807,
"entry_fee": 1.360847,
"exit_fee": 1.342901,
"net_pnl": 42.162059,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 75.08406565689027,
"macd_hist": 0.004905452274126379,
"atr": 0.010861550575088958,
"adx": 21.704459542796908
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-23 12:15:00+00:00",
"exit_time": "2025-05-23 22:45:00+00:00",
"entry_price": 2.340634,
"exit_price": 2.313574,
"quantity": 1488.7,
"sl": 2.313574,
"tp": 2.394755,
"gross_pnl": -40.284737,
"entry_fee": 1.393801,
"exit_fee": 1.377687,
"net_pnl": -43.056225,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 18.100631569972105,
"macd_hist": -0.011460760086984913,
"atr": 0.018040230723781962,
"adx": 33.73789035029933
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-25 07:15:00+00:00",
"exit_time": "2025-05-25 08:00:00+00:00",
"entry_price": 2.30197,
"exit_price": 2.29873,
"quantity": 1474.8,
"sl": 2.312724,
"tp": 2.280462,
"gross_pnl": 4.778249,
"entry_fee": 1.357978,
"exit_fee": 1.356067,
"net_pnl": 2.064204,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 34.52093466643158,
"macd_hist": -0.0007361362696332988,
"atr": 0.007169398824578709,
"adx": 35.32812148724533
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-25 08:00:00+00:00",
"exit_time": "2025-05-25 08:45:00+00:00",
"entry_price": 2.29873,
"exit_price": 2.288124,
"quantity": 1477.8,
"sl": 2.288124,
"tp": 2.319942,
"gross_pnl": -15.673514,
"entry_fee": 1.358825,
"exit_fee": 1.352556,
"net_pnl": -18.384895,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.0810005405951,
"macd_hist": -0.0014305987627971665,
"atr": 0.007070652047230114,
"adx": 39.138440574842924
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-25 15:00:00+00:00",
"exit_time": "2025-05-25 17:15:00+00:00",
"entry_price": 2.280372,
"exit_price": 2.292864,
"quantity": 1472.0,
"sl": 2.292864,
"tp": 2.255388,
"gross_pnl": -18.387934,
"entry_fee": 1.342683,
"exit_fee": 1.350038,
"net_pnl": -21.080655,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.80168384065654,
"macd_hist": -0.0007119210845672322,
"atr": 0.008327868589605818,
"adx": 34.51035981709894
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-27 22:00:00+00:00",
"exit_time": "2025-05-28 02:00:00+00:00",
"entry_price": 2.310831,
"exit_price": 2.307769,
"quantity": 1433.5,
"sl": 2.298808,
"tp": 2.334877,
"gross_pnl": -4.389176,
"entry_fee": 1.325031,
"exit_fee": 1.323275,
"net_pnl": -7.037482,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 27.355156167026564,
"macd_hist": -0.003261544202150826,
"atr": 0.008015288595696406,
"adx": 26.850513538058266
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-28 02:00:00+00:00",
"exit_time": "2025-05-28 07:00:00+00:00",
"entry_price": 2.307769,
"exit_price": 2.285047,
"quantity": 1427.9,
"sl": 2.31913,
"tp": 2.285047,
"gross_pnl": 32.444372,
"entry_fee": 1.318105,
"exit_fee": 1.305128,
"net_pnl": 29.821139,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 35.95176370669658,
"macd_hist": -0.00015729649255342634,
"atr": 0.007573913254471161,
"adx": 36.50693787152724
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-30 00:45:00+00:00",
"exit_time": "2025-05-30 02:15:00+00:00",
"entry_price": 2.155015,
"exit_price": 2.207692,
"quantity": 1555.9,
"sl": 2.128677,
"tp": 2.207692,
"gross_pnl": 81.959073,
"entry_fee": 1.341195,
"exit_fee": 1.373979,
"net_pnl": 79.243898,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 13.158390769693794,
"macd_hist": -0.00797002840932291,
"atr": 0.01755877038478085,
"adx": 31.17699185815243
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-05-30 13:30:00+00:00",
"exit_time": "2025-05-30 16:30:00+00:00",
"entry_price": 2.184482,
"exit_price": 2.147733,
"quantity": 1605.9,
"sl": 2.202856,
"tp": 2.147733,
"gross_pnl": 59.01428,
"entry_fee": 1.403224,
"exit_fee": 1.379618,
"net_pnl": 56.231438,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 42.6021635547883,
"macd_hist": -0.0003265578956063312,
"atr": 0.012249471650357556,
"adx": 24.244339221845475
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-05-30 23:00:00+00:00",
"exit_time": "2025-05-31 00:00:00+00:00",
"entry_price": 2.143114,
"exit_price": 2.123429,
"quantity": 1688.4,
"sl": 2.123429,
"tp": 2.182484,
"gross_pnl": -33.235965,
"entry_fee": 1.447374,
"exit_fee": 1.434079,
"net_pnl": -36.117418,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.731407324667135,
"macd_hist": -0.00562087263028826,
"atr": 0.013123258809624406,
"adx": 21.271600210999544
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-01 09:00:00+00:00",
"exit_time": "2025-06-01 09:30:00+00:00",
"entry_price": 2.142214,
"exit_price": 2.131259,
"quantity": 1654.0,
"sl": 2.131259,
"tp": 2.164125,
"gross_pnl": -18.11983,
"entry_fee": 1.417289,
"exit_fee": 1.410041,
"net_pnl": -20.947159,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 28.341375336955466,
"macd_hist": -0.001829149756848942,
"atr": 0.007303437955863345,
"adx": 29.796251130149294
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-02 08:00:00+00:00",
"exit_time": "2025-06-02 08:45:00+00:00",
"entry_price": 2.172817,
"exit_price": 2.160782,
"quantity": 1610.1,
"sl": 2.160782,
"tp": 2.196887,
"gross_pnl": -19.377542,
"entry_fee": 1.399381,
"exit_fee": 1.39163,
"net_pnl": -22.168553,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 55.0591024369057,
"macd_hist": 0.00035434544642464817,
"atr": 0.008023328582893193,
"adx": 11.208989106092403
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-05 06:30:00+00:00",
"exit_time": "2025-06-05 12:00:00+00:00",
"entry_price": 2.187119,
"exit_price": 2.20922,
"quantity": 1578.1,
"sl": 2.176068,
"tp": 2.20922,
"gross_pnl": 34.877341,
"entry_fee": 1.380597,
"exit_fee": 1.394548,
"net_pnl": 32.102197,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 33.49130042387977,
"macd_hist": -0.0012287004510901094,
"atr": 0.007366947823657203,
"adx": 22.963942023335147
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-05 20:00:00+00:00",
"exit_time": "2025-06-05 20:15:00+00:00",
"entry_price": 2.115912,
"exit_price": 2.095221,
"quantity": 1660.2,
"sl": 2.095221,
"tp": 2.157293,
"gross_pnl": -34.35089,
"entry_fee": 1.405135,
"exit_fee": 1.391394,
"net_pnl": -37.147419,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 20.72770341507543,
"macd_hist": -0.004242373512969301,
"atr": 0.013793876189524714,
"adx": 51.12278614970705
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-07 10:45:00+00:00",
"exit_time": "2025-06-07 15:00:00+00:00",
"entry_price": 2.186619,
"exit_price": 2.179507,
"quantity": 1571.2,
"sl": 2.179507,
"tp": 2.200842,
"gross_pnl": -11.173745,
"entry_fee": 1.374246,
"exit_fee": 1.369777,
"net_pnl": -13.917767,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 61.09869213425308,
"macd_hist": 0.00016138153650166855,
"atr": 0.004741066180712895,
"adx": 16.250210145618627
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-08 06:00:00+00:00",
"exit_time": "2025-06-08 06:15:00+00:00",
"entry_price": 2.210379,
"exit_price": 2.219947,
"quantity": 1540.2,
"sl": 2.219947,
"tp": 2.191244,
"gross_pnl": -14.73612,
"entry_fee": 1.36177,
"exit_fee": 1.367665,
"net_pnl": -17.465555,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 76.20769011582712,
"macd_hist": 0.003684753833416,
"atr": 0.006378444240133148,
"adx": 23.093402405754162
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-08 11:30:00+00:00",
"exit_time": "2025-06-08 12:00:00+00:00",
"entry_price": 2.225423,
"exit_price": 2.24916,
"quantity": 1513.2,
"sl": 2.213554,
"tp": 2.24916,
"gross_pnl": 35.918867,
"entry_fee": 1.347004,
"exit_fee": 1.361371,
"net_pnl": 33.210492,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 68.55410379429638,
"macd_hist": 0.00038546815650840945,
"atr": 0.007912341878025114,
"adx": 32.05351116660455
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-08 12:15:00+00:00",
"exit_time": "2025-06-08 13:15:00+00:00",
"entry_price": 2.251575,
"exit_price": 2.266829,
"quantity": 1523.6,
"sl": 2.266829,
"tp": 2.221067,
"gross_pnl": -23.240798,
"entry_fee": 1.3722,
"exit_fee": 1.381496,
"net_pnl": -25.994494,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.47861819597681,
"macd_hist": 0.00391605780656655,
"atr": 0.010169247487617062,
"adx": 38.11057996288999
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-11 07:00:00+00:00",
"exit_time": "2025-06-11 08:00:00+00:00",
"entry_price": 2.286571,
"exit_price": 2.297369,
"quantity": 1476.4,
"sl": 2.297369,
"tp": 2.264976,
"gross_pnl": -15.942008,
"entry_fee": 1.350358,
"exit_fee": 1.356734,
"net_pnl": -18.6491,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 42.66887765535779,
"macd_hist": -0.0003578170471286004,
"atr": 0.007198594594683909,
"adx": 10.417124675286209
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-11 12:30:00+00:00",
"exit_time": "2025-06-11 13:30:00+00:00",
"entry_price": 2.333733,
"exit_price": 2.315947,
"quantity": 1429.7,
"sl": 2.315947,
"tp": 2.369306,
"gross_pnl": -25.42917,
"entry_fee": 1.334615,
"exit_fee": 1.324444,
"net_pnl": -28.088229,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 63.279724829873324,
"macd_hist": 3.5892153364807874e-05,
"atr": 0.011857578573922422,
"adx": 21.17430101773571
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-11 14:15:00+00:00",
"exit_time": "2025-06-11 17:00:00+00:00",
"entry_price": 2.330633,
"exit_price": 2.313756,
"quantity": 1406.3,
"sl": 2.313756,
"tp": 2.364387,
"gross_pnl": -23.734346,
"entry_fee": 1.311028,
"exit_fee": 1.301534,
"net_pnl": -26.346908,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 58.80135796891035,
"macd_hist": 0.00013933893302647566,
"atr": 0.01125143827136803,
"adx": 19.82347069511893
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-12 03:15:00+00:00",
"exit_time": "2025-06-12 11:15:00+00:00",
"entry_price": 2.240124,
"exit_price": 2.226449,
"quantity": 1438.4,
"sl": 2.226449,
"tp": 2.267475,
"gross_pnl": -19.670562,
"entry_fee": 1.288878,
"exit_fee": 1.28101,
"net_pnl": -22.24045,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 24.65191353262494,
"macd_hist": -0.00042808919605947203,
"atr": 0.009116871731720285,
"adx": 50.56628222905485
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-12 15:45:00+00:00",
"exit_time": "2025-06-12 16:15:00+00:00",
"entry_price": 2.227177,
"exit_price": 2.239245,
"quantity": 1425.4,
"sl": 2.239245,
"tp": 2.203042,
"gross_pnl": -17.20145,
"entry_fee": 1.269847,
"exit_fee": 1.276728,
"net_pnl": -19.748025,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 39.528083317900965,
"macd_hist": -0.00018391060640270346,
"atr": 0.00804520346157982,
"adx": 28.18900506664322
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-12 20:30:00+00:00",
"exit_time": "2025-06-12 20:45:00+00:00",
"entry_price": 2.186419,
"exit_price": 2.169519,
"quantity": 1433.0,
"sl": 2.169519,
"tp": 2.220219,
"gross_pnl": -24.217848,
"entry_fee": 1.253255,
"exit_fee": 1.243568,
"net_pnl": -26.714672,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.41519543415668,
"macd_hist": -0.005495027011351469,
"atr": 0.011266735681191995,
"adx": 35.41443548413551
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-13 00:00:00+00:00",
"exit_time": "2025-06-13 00:30:00+00:00",
"entry_price": 2.149685,
"exit_price": 2.108849,
"quantity": 1431.2,
"sl": 2.170103,
"tp": 2.108849,
"gross_pnl": 58.444124,
"entry_fee": 1.230652,
"exit_fee": 1.207274,
"net_pnl": 56.006198,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 26.809985061770455,
"macd_hist": -0.0014287229374708253,
"atr": 0.01361191626294587,
"adx": 45.994286262673526
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-14 04:15:00+00:00",
"exit_time": "2025-06-14 08:15:00+00:00",
"entry_price": 2.164584,
"exit_price": 2.169417,
"quantity": 1472.0,
"sl": 2.175701,
"tp": 2.142349,
"gross_pnl": -7.114765,
"entry_fee": 1.274507,
"exit_fee": 1.277353,
"net_pnl": -9.666624,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 69.92512937431012,
"macd_hist": 0.0026939087409630215,
"atr": 0.007411409293121909,
"adx": 20.278562659091943
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-14 08:15:00+00:00",
"exit_time": "2025-06-14 15:15:00+00:00",
"entry_price": 2.169417,
"exit_price": 2.157428,
"quantity": 1458.9,
"sl": 2.157428,
"tp": 2.193396,
"gross_pnl": -17.49135,
"entry_fee": 1.265985,
"exit_fee": 1.258988,
"net_pnl": -20.016324,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 63.780412640957806,
"macd_hist": 0.00047636519207320616,
"atr": 0.007992939982748314,
"adx": 23.493601775103475
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-16 01:45:00+00:00",
"exit_time": "2025-06-16 07:45:00+00:00",
"entry_price": 2.172817,
"exit_price": 2.195588,
"quantity": 1437.0,
"sl": 2.161432,
"tp": 2.195588,
"gross_pnl": 32.721478,
"entry_fee": 1.248935,
"exit_fee": 1.262024,
"net_pnl": 30.210519,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 60.74634882093463,
"macd_hist": 0.0006032240831454437,
"atr": 0.007590229164285004,
"adx": 14.723129717708819
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-16 12:15:00+00:00",
"exit_time": "2025-06-16 14:30:00+00:00",
"entry_price": 2.255874,
"exit_price": 2.272112,
"quantity": 1409.5,
"sl": 2.272112,
"tp": 2.223399,
"gross_pnl": -22.887138,
"entry_fee": 1.271862,
"exit_fee": 1.281017,
"net_pnl": -25.440017,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.91795754206731,
"macd_hist": 0.005517661722407384,
"atr": 0.010825180534746171,
"adx": 49.270634616659
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-16 22:30:00+00:00",
"exit_time": "2025-06-16 23:45:00+00:00",
"entry_price": 2.260826,
"exit_price": 2.23893,
"quantity": 1383.1,
"sl": 2.23893,
"tp": 2.304619,
"gross_pnl": -30.28471,
"entry_fee": 1.250779,
"exit_fee": 1.238666,
"net_pnl": -32.774155,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.211506920436555,
"macd_hist": -0.007666291215691772,
"atr": 0.014597503086660083,
"adx": 41.77057022158849
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-17 08:30:00+00:00",
"exit_time": "2025-06-17 11:45:00+00:00",
"entry_price": 2.220278,
"exit_price": 2.187402,
"quantity": 1377.4,
"sl": 2.236716,
"tp": 2.187402,
"gross_pnl": 45.283418,
"entry_fee": 1.223284,
"exit_fee": 1.205171,
"net_pnl": 42.854963,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 36.88292831155501,
"macd_hist": -0.0002633028690659286,
"atr": 0.01095867047158298,
"adx": 34.006995047723656
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-17 15:00:00+00:00",
"exit_time": "2025-06-17 16:45:00+00:00",
"entry_price": 2.188781,
"exit_price": 2.153013,
"quantity": 1435.2,
"sl": 2.206665,
"tp": 2.153013,
"gross_pnl": 51.33503,
"entry_fee": 1.256535,
"exit_fee": 1.236001,
"net_pnl": 48.842493,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 35.98442517376965,
"macd_hist": -0.000473160901783975,
"atr": 0.011922851577807921,
"adx": 31.230008994240638
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-20 15:00:00+00:00",
"exit_time": "2025-06-20 16:15:00+00:00",
"entry_price": 2.137514,
"exit_price": 2.124926,
"quantity": 1514.5,
"sl": 2.124926,
"tp": 2.162689,
"gross_pnl": -19.063962,
"entry_fee": 1.294906,
"exit_fee": 1.28728,
"net_pnl": -21.646148,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 28.686717949353095,
"macd_hist": -0.004444164566355168,
"atr": 0.008391751705861672,
"adx": 26.193082998247526
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-21 13:30:00+00:00",
"exit_time": "2025-06-21 14:00:00+00:00",
"entry_price": 2.119112,
"exit_price": 2.112041,
"quantity": 1506.0,
"sl": 2.112041,
"tp": 2.133253,
"gross_pnl": -10.648238,
"entry_fee": 1.276553,
"exit_fee": 1.272294,
"net_pnl": -13.197085,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.460371663394117,
"macd_hist": -0.002291006577745399,
"atr": 0.0047136955379463,
"adx": 26.139853452702802
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-21 21:15:00+00:00",
"exit_time": "2025-06-21 21:30:00+00:00",
"entry_price": 2.045995,
"exit_price": 2.004578,
"quantity": 1545.4,
"sl": 2.066704,
"tp": 2.004578,
"gross_pnl": 64.005845,
"entry_fee": 1.264753,
"exit_fee": 1.23915,
"net_pnl": 61.501942,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 24.112041978961905,
"macd_hist": -0.0015821538372272313,
"atr": 0.013805669484335523,
"adx": 47.020225174544926
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-22 10:00:00+00:00",
"exit_time": "2025-06-22 11:15:00+00:00",
"entry_price": 2.043104,
"exit_price": 2.02637,
"quantity": 1606.8,
"sl": 2.02637,
"tp": 2.076572,
"gross_pnl": -26.887965,
"entry_fee": 1.313144,
"exit_fee": 1.302389,
"net_pnl": -29.503498,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.958496182908114,
"macd_hist": -0.003987653260609613,
"atr": 0.01115590624286113,
"adx": 18.952148403956357
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-22 20:15:00+00:00",
"exit_time": "2025-06-22 20:30:00+00:00",
"entry_price": 1.911009,
"exit_price": 1.938035,
"quantity": 1685.3,
"sl": 1.938035,
"tp": 1.856957,
"gross_pnl": -45.546531,
"entry_fee": 1.288249,
"exit_fee": 1.306468,
"net_pnl": -48.141248,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.794031163777305,
"macd_hist": -0.0016967371980865804,
"atr": 0.018017180340811838,
"adx": 24.31115025581588
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-24 05:30:00+00:00",
"exit_time": "2025-06-24 08:00:00+00:00",
"entry_price": 2.184818,
"exit_price": 2.167742,
"quantity": 1429.1,
"sl": 2.167742,
"tp": 2.218971,
"gross_pnl": -24.403837,
"entry_fee": 1.24893,
"exit_fee": 1.239168,
"net_pnl": -26.891935,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 73.02163697288638,
"macd_hist": 0.0005479493365071683,
"atr": 0.011384245075129916,
"adx": 47.36536786932758
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-26 09:00:00+00:00",
"exit_time": "2025-06-26 12:30:00+00:00",
"entry_price": 2.180182,
"exit_price": 2.16077,
"quantity": 1406.1,
"sl": 2.189888,
"tp": 2.16077,
"gross_pnl": 27.294832,
"entry_fee": 1.226222,
"exit_fee": 1.215304,
"net_pnl": 24.853307,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 39.20137861959889,
"macd_hist": -0.00048171896460655545,
"atr": 0.006470576367646999,
"adx": 16.63527716153274
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-27 14:15:00+00:00",
"exit_time": "2025-06-27 15:30:00+00:00",
"entry_price": 2.078292,
"exit_price": 2.093056,
"quantity": 1497.7,
"sl": 2.093056,
"tp": 2.048765,
"gross_pnl": -22.111668,
"entry_fee": 1.245063,
"exit_fee": 1.253908,
"net_pnl": -24.610639,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.19044028976884,
"macd_hist": -0.000375133583085485,
"atr": 0.009842499789144381,
"adx": 10.800373182180456
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-06-28 12:00:00+00:00",
"exit_time": "2025-06-28 12:15:00+00:00",
"entry_price": 2.19862,
"exit_price": 2.190106,
"quantity": 1392.5,
"sl": 2.190106,
"tp": 2.215648,
"gross_pnl": -11.855718,
"entry_fee": 1.224631,
"exit_fee": 1.219889,
"net_pnl": -14.300238,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 67.33044927774849,
"macd_hist": 0.0001002298530251482,
"atr": 0.005675986884972982,
"adx": 30.3281052083898
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-06-30 19:30:00+00:00",
"exit_time": "2025-06-30 19:45:00+00:00",
"entry_price": 2.29517,
"exit_price": 2.317366,
"quantity": 1320.2,
"sl": 2.317366,
"tp": 2.250778,
"gross_pnl": -29.303187,
"entry_fee": 1.212034,
"exit_fee": 1.223755,
"net_pnl": -31.738975,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 87.41460373938898,
"macd_hist": 0.009110137988482552,
"atr": 0.014797347142473993,
"adx": 39.20663805330044
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-01 13:00:00+00:00",
"exit_time": "2025-07-01 14:00:00+00:00",
"entry_price": 2.185781,
"exit_price": 2.19914,
"quantity": 1428.5,
"sl": 2.19914,
"tp": 2.159063,
"gross_pnl": -19.083474,
"entry_fee": 1.248955,
"exit_fee": 1.256589,
"net_pnl": -21.589018,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.25494593254047,
"macd_hist": -0.00014675405719808375,
"atr": 0.008906066514248343,
"adx": 38.40722178323835
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-01 14:45:00+00:00",
"exit_time": "2025-07-01 16:45:00+00:00",
"entry_price": 2.183582,
"exit_price": 2.200666,
"quantity": 1499.5,
"sl": 2.200666,
"tp": 2.149412,
"gross_pnl": -25.618553,
"entry_fee": 1.309712,
"exit_fee": 1.31996,
"net_pnl": -28.248225,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 40.2220939963487,
"macd_hist": -3.285310437756844e-05,
"atr": 0.011389820030766074,
"adx": 27.585747382512693
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-04 02:00:00+00:00",
"exit_time": "2025-07-04 06:00:00+00:00",
"entry_price": 2.252075,
"exit_price": 2.232516,
"quantity": 1537.0,
"sl": 2.261854,
"tp": 2.232516,
"gross_pnl": 30.061114,
"entry_fee": 1.384576,
"exit_fee": 1.372551,
"net_pnl": 27.303987,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 36.70595600756155,
"macd_hist": -0.0002463821796963566,
"atr": 0.006519434812796432,
"adx": 16.97980428397616
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-04 08:00:00+00:00",
"exit_time": "2025-07-04 10:00:00+00:00",
"entry_price": 2.212321,
"exit_price": 2.233169,
"quantity": 1491.0,
"sl": 2.201897,
"tp": 2.233169,
"gross_pnl": 31.084005,
"entry_fee": 1.319428,
"exit_fee": 1.331862,
"net_pnl": 28.432714,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 21.965309976081716,
"macd_hist": -0.001886044986648832,
"atr": 0.006949252094970417,
"adx": 41.432310258152384
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-04 13:45:00+00:00",
"exit_time": "2025-07-04 16:15:00+00:00",
"entry_price": 2.218878,
"exit_price": 2.19865,
"quantity": 1405.3,
"sl": 2.228992,
"tp": 2.19865,
"gross_pnl": 28.42623,
"entry_fee": 1.247276,
"exit_fee": 1.235905,
"net_pnl": 25.943049,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 35.738307439788855,
"macd_hist": -0.0007373708243405827,
"atr": 0.006742624367502905,
"adx": 28.766616893316268
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-05 17:15:00+00:00",
"exit_time": "2025-07-05 18:15:00+00:00",
"entry_price": 2.210321,
"exit_price": 2.202782,
"quantity": 1364.2,
"sl": 2.202782,
"tp": 2.2254,
"gross_pnl": -10.285147,
"entry_fee": 1.206128,
"exit_fee": 1.202014,
"net_pnl": -12.693289,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.73232129203002,
"macd_hist": -0.0016405736063090993,
"atr": 0.005026216447315015,
"adx": 20.58403327794794
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-06 06:00:00+00:00",
"exit_time": "2025-07-06 06:15:00+00:00",
"entry_price": 2.227477,
"exit_price": 2.233324,
"quantity": 1366.6,
"sl": 2.233324,
"tp": 2.215784,
"gross_pnl": -7.989989,
"entry_fee": 1.217628,
"exit_fee": 1.220824,
"net_pnl": -10.428441,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.89764379074606,
"macd_hist": 0.0010104622617044608,
"atr": 0.003897745813860006,
"adx": 26.0290125755864
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-06 10:00:00+00:00",
"exit_time": "2025-07-06 10:30:00+00:00",
"entry_price": 2.263974,
"exit_price": 2.274807,
"quantity": 1379.8,
"sl": 2.274807,
"tp": 2.242307,
"gross_pnl": -14.947841,
"entry_fee": 1.249532,
"exit_fee": 1.255511,
"net_pnl": -17.452885,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 78.61127237036507,
"macd_hist": 0.0029116295821392697,
"atr": 0.007222225856292616,
"adx": 51.303708502862186
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-07 10:30:00+00:00",
"exit_time": "2025-07-07 12:45:00+00:00",
"entry_price": 2.291271,
"exit_price": 2.270246,
"quantity": 1417.8,
"sl": 2.301783,
"tp": 2.270246,
"gross_pnl": 29.809147,
"entry_fee": 1.299426,
"exit_fee": 1.287502,
"net_pnl": 27.22222,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 70.9375265622055,
"macd_hist": 0.0022343973370783808,
"atr": 0.007008310395535631,
"adx": 19.142084040682427
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-08 17:00:00+00:00",
"exit_time": "2025-07-09 05:30:00+00:00",
"entry_price": 2.30133,
"exit_price": 2.326548,
"quantity": 1336.3,
"sl": 2.288721,
"tp": 2.326548,
"gross_pnl": 33.698059,
"entry_fee": 1.230107,
"exit_fee": 1.243586,
"net_pnl": 31.224366,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 62.83675973096362,
"macd_hist": 0.00016348515751895241,
"atr": 0.008405811800961798,
"adx": 17.141647125209946
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-10 01:45:00+00:00",
"exit_time": "2025-07-10 04:00:00+00:00",
"entry_price": 2.430843,
"exit_price": 2.414566,
"quantity": 1250.1,
"sl": 2.414566,
"tp": 2.463398,
"gross_pnl": -20.348218,
"entry_fee": 1.215519,
"exit_fee": 1.207379,
"net_pnl": -22.771116,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.12443138491616,
"macd_hist": 0.0006749844052945679,
"atr": 0.010851514935522473,
"adx": 28.558343495169563
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-10 07:15:00+00:00",
"exit_time": "2025-07-10 08:00:00+00:00",
"entry_price": 2.439844,
"exit_price": 2.444556,
"quantity": 1243.4,
"sl": 2.427055,
"tp": 2.465422,
"gross_pnl": 5.858354,
"entry_fee": 1.213481,
"exit_fee": 1.215824,
"net_pnl": 3.429049,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 63.68582511231762,
"macd_hist": 0.000491731428018539,
"atr": 0.008525878855872814,
"adx": 17.109887064247303
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-10 08:00:00+00:00",
"exit_time": "2025-07-10 11:30:00+00:00",
"entry_price": 2.444556,
"exit_price": 2.458216,
"quantity": 1234.4,
"sl": 2.458216,
"tp": 2.417234,
"gross_pnl": -16.862688,
"entry_fee": 1.207024,
"exit_fee": 1.213769,
"net_pnl": -19.283481,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.26739324727548,
"macd_hist": 0.0018130535075291925,
"atr": 0.009107090323014816,
"adx": 19.29885137845287
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-10 21:15:00+00:00",
"exit_time": "2025-07-11 00:15:00+00:00",
"entry_price": 2.535153,
"exit_price": 2.512714,
"quantity": 1245.9,
"sl": 2.512714,
"tp": 2.580033,
"gross_pnl": -27.957936,
"entry_fee": 1.263419,
"exit_fee": 1.252236,
"net_pnl": -30.473591,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 75.07103199423472,
"macd_hist": 0.00107125751100994,
"atr": 0.014959967913184562,
"adx": 39.89604207883821
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-11 09:30:00+00:00",
"exit_time": "2025-07-11 10:30:00+00:00",
"entry_price": 2.60466,
"exit_price": 2.650937,
"quantity": 1292.3,
"sl": 2.581522,
"tp": 2.650937,
"gross_pnl": 59.803727,
"entry_fee": 1.346401,
"exit_fee": 1.370323,
"net_pnl": 57.087004,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 61.86067951474957,
"macd_hist": 7.631043932839615e-05,
"atr": 0.01542565642212026,
"adx": 22.075581354321013
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-15 03:00:00+00:00",
"exit_time": "2025-07-15 10:15:00+00:00",
"entry_price": 2.837384,
"exit_price": 2.922069,
"quantity": 1058.1,
"sl": 2.795041,
"tp": 2.922069,
"gross_pnl": 89.60536,
"entry_fee": 1.200894,
"exit_fee": 1.236736,
"net_pnl": 87.167729,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 31.555559993718013,
"macd_hist": -0.007004070972361781,
"atr": 0.028228384201545633,
"adx": 24.988643961568716
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-16 14:45:00+00:00",
"exit_time": "2025-07-16 15:15:00+00:00",
"entry_price": 2.991399,
"exit_price": 2.967595,
"quantity": 1061.1,
"sl": 2.967595,
"tp": 3.039007,
"gross_pnl": -25.25812,
"entry_fee": 1.269669,
"exit_fee": 1.259566,
"net_pnl": -27.787356,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.82977793349926,
"macd_hist": 0.0008630455310918855,
"atr": 0.015869142024161655,
"adx": 31.646071545574497
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-17 18:45:00+00:00",
"exit_time": "2025-07-17 21:00:00+00:00",
"entry_price": 3.355864,
"exit_price": 3.406455,
"quantity": 928.3,
"sl": 3.406455,
"tp": 3.254682,
"gross_pnl": -46.963607,
"entry_fee": 1.2461,
"exit_fee": 1.264885,
"net_pnl": -49.474591,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 69.07066326368052,
"macd_hist": 0.008059781406352277,
"atr": 0.03372732005927205,
"adx": 24.15972461429991
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-18 08:30:00+00:00",
"exit_time": "2025-07-18 15:15:00+00:00",
"entry_price": 3.442144,
"exit_price": 3.378413,
"quantity": 875.8,
"sl": 3.378413,
"tp": 3.569607,
"gross_pnl": -55.815948,
"entry_fee": 1.205852,
"exit_fee": 1.183526,
"net_pnl": -58.205326,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.8663234716584,
"macd_hist": -0.018254429187015375,
"atr": 0.04248759084380484,
"adx": 27.989482600196432
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-20 14:30:00+00:00",
"exit_time": "2025-07-20 16:15:00+00:00",
"entry_price": 3.538654,
"exit_price": 3.503607,
"quantity": 946.7,
"sl": 3.503607,
"tp": 3.608747,
"gross_pnl": -33.178541,
"entry_fee": 1.340017,
"exit_fee": 1.326746,
"net_pnl": -35.845305,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.25209278362466,
"macd_hist": 0.0008367608008480239,
"atr": 0.023364347245629465,
"adx": 29.651733787586366
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-21 13:45:00+00:00",
"exit_time": "2025-07-21 14:45:00+00:00",
"entry_price": 3.575958,
"exit_price": 3.636826,
"quantity": 1000.7,
"sl": 3.545523,
"tp": 3.636826,
"gross_pnl": 60.911477,
"entry_fee": 1.431384,
"exit_fee": 1.455749,
"net_pnl": 58.024344,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 62.43456298942344,
"macd_hist": 0.0006000299559108875,
"atr": 0.020289623077349703,
"adx": 19.272136638809116
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-23 12:30:00+00:00",
"exit_time": "2025-07-23 12:45:00+00:00",
"entry_price": 3.411159,
"exit_price": 3.364231,
"quantity": 944.9,
"sl": 3.434623,
"tp": 3.364231,
"gross_pnl": 44.341723,
"entry_fee": 1.289282,
"exit_fee": 1.271545,
"net_pnl": 41.780896,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 29.43068002576622,
"macd_hist": -0.0005548626677664686,
"atr": 0.015642474568089194,
"adx": 45.15035682088124
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-23 13:30:00+00:00",
"exit_time": "2025-07-23 13:45:00+00:00",
"entry_price": 3.281928,
"exit_price": 3.234171,
"quantity": 918.8,
"sl": 3.234171,
"tp": 3.377443,
"gross_pnl": -43.879591,
"entry_fee": 1.206174,
"exit_fee": 1.188622,
"net_pnl": -46.274388,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 18.747100649875343,
"macd_hist": -0.013115331999157025,
"atr": 0.03183833340637216,
"adx": 54.59764237767078
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-23 20:15:00+00:00",
"exit_time": "2025-07-23 22:45:00+00:00",
"entry_price": 3.143486,
"exit_price": 3.197054,
"quantity": 1040.0,
"sl": 3.197054,
"tp": 3.036348,
"gross_pnl": -55.71134,
"entry_fee": 1.30769,
"exit_fee": 1.329975,
"net_pnl": -58.349005,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 27.079778619008746,
"macd_hist": -0.0019037625379389536,
"atr": 0.035712397518126236,
"adx": 57.68759511470216
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-24 05:45:00+00:00",
"exit_time": "2025-07-24 06:45:00+00:00",
"entry_price": 3.037204,
"exit_price": 2.981904,
"quantity": 1197.7,
"sl": 2.981904,
"tp": 3.147803,
"gross_pnl": -66.232425,
"entry_fee": 1.455064,
"exit_fee": 1.428571,
"net_pnl": -69.116059,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 27.592462117617647,
"macd_hist": -0.015299098917902584,
"atr": 0.03686645239522599,
"adx": 33.48898171167987
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-25 02:30:00+00:00",
"exit_time": "2025-07-25 09:30:00+00:00",
"entry_price": 3.081892,
"exit_price": 3.123514,
"quantity": 1303.3,
"sl": 3.123514,
"tp": 2.998648,
"gross_pnl": -54.246111,
"entry_fee": 1.606652,
"exit_fee": 1.62835,
"net_pnl": -57.481113,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 31.35889296215439,
"macd_hist": -0.0013667274347310167,
"atr": 0.027748081091540013,
"adx": 37.09677698060422
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-26 09:00:00+00:00",
"exit_time": "2025-07-26 16:15:00+00:00",
"entry_price": 3.182318,
"exit_price": 3.217375,
"quantity": 1347.9,
"sl": 3.16479,
"tp": 3.217375,
"gross_pnl": 47.252614,
"entry_fee": 1.715779,
"exit_fee": 1.73468,
"net_pnl": 43.802155,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 66.94260446123221,
"macd_hist": 0.0008303424938835378,
"atr": 0.011685489489507721,
"adx": 23.691084883786683
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-27 05:30:00+00:00",
"exit_time": "2025-07-27 07:45:00+00:00",
"entry_price": 3.227877,
"exit_price": 3.186867,
"quantity": 1269.9,
"sl": 3.248382,
"tp": 3.186867,
"gross_pnl": 52.07885,
"entry_fee": 1.639632,
"exit_fee": 1.618801,
"net_pnl": 48.820416,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 69.49343254094971,
"macd_hist": 0.003381165672619653,
"atr": 0.013670065831597026,
"adx": 19.904219831071618
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-27 17:45:00+00:00",
"exit_time": "2025-07-28 00:15:00+00:00",
"entry_price": 3.20422,
"exit_price": 3.258995,
"quantity": 1205.4,
"sl": 3.176833,
"tp": 3.258995,
"gross_pnl": 66.025599,
"entry_fee": 1.544947,
"exit_fee": 1.571357,
"net_pnl": 62.909295,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 54.77028263583032,
"macd_hist": 0.0005900594947264594,
"atr": 0.01825828188261527,
"adx": 12.009108698012634
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-28 02:30:00+00:00",
"exit_time": "2025-07-28 09:30:00+00:00",
"entry_price": 3.276928,
"exit_price": 3.244882,
"quantity": 1072.1,
"sl": 3.244882,
"tp": 3.34102,
"gross_pnl": -34.356517,
"entry_fee": 1.405278,
"exit_fee": 1.391535,
"net_pnl": -37.153329,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.24685964429132,
"macd_hist": 0.0011153642885609952,
"atr": 0.02136400001384207,
"adx": 17.267663299560592
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-29 00:30:00+00:00",
"exit_time": "2025-07-29 01:00:00+00:00",
"entry_price": 3.091791,
"exit_price": 3.12961,
"quantity": 1208.7,
"sl": 3.12961,
"tp": 3.016152,
"gross_pnl": -45.712284,
"entry_fee": 1.494819,
"exit_fee": 1.513104,
"net_pnl": -48.720206,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.364251917200505,
"macd_hist": -0.0008237757804070208,
"atr": 0.02521291939541024,
"adx": 35.897291342673434
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-29 14:00:00+00:00",
"exit_time": "2025-07-29 16:30:00+00:00",
"entry_price": 3.112189,
"exit_price": 3.054816,
"quantity": 1286.2,
"sl": 3.140875,
"tp": 3.054816,
"gross_pnl": 73.792976,
"entry_fee": 1.601159,
"exit_fee": 1.571642,
"net_pnl": 70.620175,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 35.984087802199504,
"macd_hist": -0.0019431817436692004,
"atr": 0.019124287499770593,
"adx": 18.87769063979313
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-07-30 01:15:00+00:00",
"exit_time": "2025-07-30 01:30:00+00:00",
"entry_price": 3.10029,
"exit_price": 3.126014,
"quantity": 1170.8,
"sl": 3.126014,
"tp": 3.048841,
"gross_pnl": -30.118264,
"entry_fee": 1.451928,
"exit_fee": 1.463975,
"net_pnl": -33.034167,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.610827267501755,
"macd_hist": -0.0010822995852218026,
"atr": 0.017149677807023082,
"adx": 13.492103433870415
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-07-31 13:00:00+00:00",
"exit_time": "2025-07-31 13:30:00+00:00",
"entry_price": 3.108511,
"exit_price": 3.089841,
"quantity": 1230.2,
"sl": 3.089841,
"tp": 3.14585,
"gross_pnl": -22.96703,
"entry_fee": 1.529636,
"exit_fee": 1.520449,
"net_pnl": -26.017116,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.335116302032816,
"macd_hist": -0.006568952356739838,
"atr": 0.012446231151362936,
"adx": 31.876297461893582
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-01 08:00:00+00:00",
"exit_time": "2025-08-01 10:15:00+00:00",
"entry_price": 2.911709,
"exit_price": 2.947685,
"quantity": 1362.7,
"sl": 2.947685,
"tp": 2.839757,
"gross_pnl": -49.02425,
"entry_fee": 1.587114,
"exit_fee": 1.606724,
"net_pnl": -52.218088,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.17555806806904,
"macd_hist": -0.0017541205043440262,
"atr": 0.023983880079670016,
"adx": 41.77080934725705
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-02 15:30:00+00:00",
"exit_time": "2025-08-02 15:45:00+00:00",
"entry_price": 2.855586,
"exit_price": 2.827147,
"quantity": 1479.3,
"sl": 2.827147,
"tp": 2.912462,
"gross_pnl": -42.068597,
"entry_fee": 1.689707,
"exit_fee": 1.67288,
"net_pnl": -45.431184,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 25.950555430848553,
"macd_hist": -0.005675338467459951,
"atr": 0.018958785559962426,
"adx": 42.28702018825868
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-03 11:00:00+00:00",
"exit_time": "2025-08-03 11:30:00+00:00",
"entry_price": 2.892489,
"exit_price": 2.87241,
"quantity": 1528.0,
"sl": 2.87241,
"tp": 2.932648,
"gross_pnl": -30.68127,
"entry_fee": 1.767889,
"exit_fee": 1.755617,
"net_pnl": -34.204776,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 68.2326641678796,
"macd_hist": 0.0007871425733437104,
"atr": 0.013386243451162416,
"adx": 21.453017424572543
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-03 15:15:00+00:00",
"exit_time": "2025-08-03 22:45:00+00:00",
"entry_price": 2.89659,
"exit_price": 2.938704,
"quantity": 1571.2,
"sl": 2.875533,
"tp": 2.938704,
"gross_pnl": 66.169747,
"entry_fee": 1.820449,
"exit_fee": 1.846917,
"net_pnl": 62.502382,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 64.78423622214055,
"macd_hist": 0.0008471995223198548,
"atr": 0.01403804880198975,
"adx": 23.201695506090132
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-04 07:45:00+00:00",
"exit_time": "2025-08-04 10:00:00+00:00",
"entry_price": 3.010401,
"exit_price": 2.988166,
"quantity": 1435.2,
"sl": 2.988166,
"tp": 3.05487,
"gross_pnl": -31.911055,
"entry_fee": 1.728211,
"exit_fee": 1.715447,
"net_pnl": -35.354713,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 63.617350738084866,
"macd_hist": 0.0004995059026756477,
"atr": 0.014823046814415975,
"adx": 23.900755848392933
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-04 13:00:00+00:00",
"exit_time": "2025-08-04 13:45:00+00:00",
"entry_price": 3.0031,
"exit_price": 3.042644,
"quantity": 1487.3,
"sl": 2.983329,
"tp": 3.042644,
"gross_pnl": 58.812914,
"entry_fee": 1.786604,
"exit_fee": 1.81013,
"net_pnl": 55.21618,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 56.853758581693995,
"macd_hist": 0.0002655274274434529,
"atr": 0.013181136679295066,
"adx": 14.942727454897675
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-05 06:45:00+00:00",
"exit_time": "2025-08-05 09:00:00+00:00",
"entry_price": 3.020898,
"exit_price": 3.039742,
"quantity": 1406.9,
"sl": 3.039742,
"tp": 2.98321,
"gross_pnl": -26.511478,
"entry_fee": 1.70004,
"exit_fee": 1.710645,
"net_pnl": -29.922164,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.01994887751336,
"macd_hist": -0.0004459511936101652,
"atr": 0.012562597823981041,
"adx": 18.747553656301378
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-05 19:45:00+00:00",
"exit_time": "2025-08-05 23:15:00+00:00",
"entry_price": 2.945405,
"exit_price": 2.970241,
"quantity": 1487.7,
"sl": 2.970241,
"tp": 2.895735,
"gross_pnl": -36.947367,
"entry_fee": 1.752752,
"exit_fee": 1.767531,
"net_pnl": -40.46765,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.068133314027484,
"macd_hist": -0.0001774373763203281,
"atr": 0.01655681784587162,
"adx": 38.239070571540076
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-07 01:30:00+00:00",
"exit_time": "2025-08-07 01:45:00+00:00",
"entry_price": 3.0006,
"exit_price": 2.985019,
"quantity": 1513.0,
"sl": 2.985019,
"tp": 3.031762,
"gross_pnl": -23.573931,
"entry_fee": 1.815963,
"exit_fee": 1.806534,
"net_pnl": -27.196427,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 56.207861668530036,
"macd_hist": 6.935049898873676e-05,
"atr": 0.01038727945080259,
"adx": 14.365841260576413
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-07 11:00:00+00:00",
"exit_time": "2025-08-07 15:00:00+00:00",
"entry_price": 3.080492,
"exit_price": 3.040123,
"quantity": 1504.5,
"sl": 3.100676,
"tp": 3.040123,
"gross_pnl": 60.735089,
"entry_fee": 1.85384,
"exit_fee": 1.829546,
"net_pnl": 57.051703,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 78.60312366538298,
"macd_hist": 0.008398762099902903,
"atr": 0.01345631754269664,
"adx": 34.335829110654295
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-07 21:15:00+00:00",
"exit_time": "2025-08-07 21:30:00+00:00",
"entry_price": 3.177582,
"exit_price": 3.204112,
"quantity": 1398.6,
"sl": 3.204112,
"tp": 3.124523,
"gross_pnl": -37.104574,
"entry_fee": 1.777667,
"exit_fee": 1.792508,
"net_pnl": -40.674749,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 83.35681701877384,
"macd_hist": 0.009487406638662677,
"atr": 0.01768653151913638,
"adx": 31.241964263755477
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-09 05:00:00+00:00",
"exit_time": "2025-08-09 13:15:00+00:00",
"entry_price": 3.312231,
"exit_price": 3.292646,
"quantity": 1387.2,
"sl": 3.292646,
"tp": 3.351402,
"gross_pnl": -27.168882,
"entry_fee": 1.837891,
"exit_fee": 1.827023,
"net_pnl": -30.833797,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 59.23947009852718,
"macd_hist": 0.0003900966619318647,
"atr": 0.013056940780994142,
"adx": 10.004914128021252
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-10 08:00:00+00:00",
"exit_time": "2025-08-11 02:00:00+00:00",
"entry_price": 3.176018,
"exit_price": 3.23743,
"quantity": 1478.4,
"sl": 3.145311,
"tp": 3.23743,
"gross_pnl": 90.792379,
"entry_fee": 1.87817,
"exit_fee": 1.914487,
"net_pnl": 86.999723,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 31.83528805071702,
"macd_hist": -0.009298232299931711,
"atr": 0.02047086475623015,
"adx": 26.87000635796949
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-11 08:30:00+00:00",
"exit_time": "2025-08-11 09:30:00+00:00",
"entry_price": 3.310131,
"exit_price": 3.279661,
"quantity": 1331.2,
"sl": 3.279661,
"tp": 3.371071,
"gross_pnl": -40.561626,
"entry_fee": 1.762579,
"exit_fee": 1.746354,
"net_pnl": -44.070558,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.8808363643017,
"macd_hist": 0.0011021522579198594,
"atr": 0.02031331422883156,
"adx": 27.3475488205469
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-11 19:45:00+00:00",
"exit_time": "2025-08-12 12:30:00+00:00",
"entry_price": 3.147085,
"exit_price": 3.182137,
"quantity": 1452.8,
"sl": 3.182137,
"tp": 3.076983,
"gross_pnl": -50.922606,
"entry_fee": 1.828834,
"exit_fee": 1.849203,
"net_pnl": -54.600644,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.61094495992151,
"macd_hist": -0.0015961945513651987,
"atr": 0.023367568873645463,
"adx": 15.688018338816835
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-13 01:00:00+00:00",
"exit_time": "2025-08-13 08:15:00+00:00",
"entry_price": 3.216522,
"exit_price": 3.265201,
"quantity": 1474.6,
"sl": 3.192182,
"tp": 3.265201,
"gross_pnl": 71.782037,
"entry_fee": 1.897233,
"exit_fee": 1.925946,
"net_pnl": 67.958858,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 32.72702846528814,
"macd_hist": -0.007743017026241955,
"atr": 0.016226329640549948,
"adx": 30.6987802968193
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-13 13:15:00+00:00",
"exit_time": "2025-08-13 13:30:00+00:00",
"entry_price": 3.325032,
"exit_price": 3.299171,
"quantity": 1365.4,
"sl": 3.299171,
"tp": 3.376755,
"gross_pnl": -35.310905,
"entry_fee": 1.816,
"exit_fee": 1.801875,
"net_pnl": -38.92878,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 69.03772318312087,
"macd_hist": 0.0004246613114150359,
"atr": 0.017240810808370383,
"adx": 21.33447204979791
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-14 01:30:00+00:00",
"exit_time": "2025-08-14 02:45:00+00:00",
"entry_price": 3.320668,
"exit_price": 3.349007,
"quantity": 1406.5,
"sl": 3.349007,
"tp": 3.263989,
"gross_pnl": -39.859422,
"entry_fee": 1.868208,
"exit_fee": 1.884152,
"net_pnl": -43.611781,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 68.22309862270575,
"macd_hist": 0.0034211649247964243,
"atr": 0.018892959852874577,
"adx": 16.234716221833967
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-14 12:30:00+00:00",
"exit_time": "2025-08-14 21:30:00+00:00",
"entry_price": 3.132487,
"exit_price": 3.035326,
"quantity": 1530.4,
"sl": 3.181067,
"tp": 3.035326,
"gross_pnl": 148.694768,
"entry_fee": 1.917583,
"exit_fee": 1.858105,
"net_pnl": 144.91908,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 20.976757311144258,
"macd_hist": -0.0032317207367513617,
"atr": 0.032386907216145205,
"adx": 38.70665879423988
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-15 12:30:00+00:00",
"exit_time": "2025-08-15 13:30:00+00:00",
"entry_price": 3.119412,
"exit_price": 3.097082,
"quantity": 1386.0,
"sl": 3.097082,
"tp": 3.164072,
"gross_pnl": -30.949374,
"entry_fee": 1.729402,
"exit_fee": 1.717022,
"net_pnl": -34.395798,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 55.20505016457928,
"macd_hist": 0.0004156363420215488,
"atr": 0.014886663851821524,
"adx": 14.723626865123698
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-17 09:00:00+00:00",
"exit_time": "2025-08-17 12:15:00+00:00",
"entry_price": 3.129113,
"exit_price": 3.116408,
"quantity": 1427.2,
"sl": 3.116408,
"tp": 3.154523,
"gross_pnl": -18.132804,
"entry_fee": 1.786348,
"exit_fee": 1.779095,
"net_pnl": -21.698247,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 57.353592413041696,
"macd_hist": 0.00028174063877466895,
"atr": 0.008470106704767536,
"adx": 20.724372354716436
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-17 15:30:00+00:00",
"exit_time": "2025-08-17 16:30:00+00:00",
"entry_price": 3.136114,
"exit_price": 3.124576,
"quantity": 1450.8,
"sl": 3.124576,
"tp": 3.159189,
"gross_pnl": -16.738706,
"entry_fee": 1.819949,
"exit_fee": 1.813254,
"net_pnl": -20.371909,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.345754399661686,
"macd_hist": 0.000777599094605219,
"atr": 0.007691712967141563,
"adx": 13.98736779959954
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-19 13:30:00+00:00",
"exit_time": "2025-08-19 14:30:00+00:00",
"entry_price": 2.989401,
"exit_price": 2.946845,
"quantity": 1546.2,
"sl": 3.010679,
"tp": 2.946845,
"gross_pnl": 65.799949,
"entry_fee": 1.848885,
"exit_fee": 1.822565,
"net_pnl": 62.128499,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 39.26490448747659,
"macd_hist": -0.0006159923963334122,
"atr": 0.014185303510658226,
"adx": 12.926041815540687
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-19 19:45:00+00:00",
"exit_time": "2025-08-19 20:45:00+00:00",
"entry_price": 2.875212,
"exit_price": 2.904755,
"quantity": 1533.6,
"sl": 2.904755,
"tp": 2.816127,
"gross_pnl": -45.306845,
"entry_fee": 1.76377,
"exit_fee": 1.781893,
"net_pnl": -48.852508,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.600742828432224,
"macd_hist": -0.0005785308417291975,
"atr": 0.019695202981111104,
"adx": 42.54129953567632
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-19 23:45:00+00:00",
"exit_time": "2025-08-20 00:15:00+00:00",
"entry_price": 2.859014,
"exit_price": 2.883792,
"quantity": 1605.8,
"sl": 2.883792,
"tp": 2.809459,
"gross_pnl": -39.788144,
"entry_fee": 1.836402,
"exit_fee": 1.852317,
"net_pnl": -43.476863,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 31.919211435911176,
"macd_hist": -0.0005824688144358478,
"atr": 0.016518513623010447,
"adx": 44.861688919506335
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-21 15:00:00+00:00",
"exit_time": "2025-08-21 16:00:00+00:00",
"entry_price": 2.874912,
"exit_price": 2.900933,
"quantity": 1644.5,
"sl": 2.900933,
"tp": 2.822871,
"gross_pnl": -42.790932,
"entry_fee": 1.891117,
"exit_fee": 1.908234,
"net_pnl": -46.590283,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 39.65964160618116,
"macd_hist": -0.00100395390651938,
"atr": 0.01734708904314129,
"adx": 14.352312563577074
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-21 19:30:00+00:00",
"exit_time": "2025-08-22 11:00:00+00:00",
"entry_price": 2.867013,
"exit_price": 2.819118,
"quantity": 1690.4,
"sl": 2.890961,
"tp": 2.819118,
"gross_pnl": 80.962879,
"entry_fee": 1.93856,
"exit_fee": 1.906175,
"net_pnl": 77.118144,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 38.58944403077789,
"macd_hist": -0.0013150123642534425,
"atr": 0.015965230856721326,
"adx": 14.780399944031716
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-22 11:30:00+00:00",
"exit_time": "2025-08-22 12:00:00+00:00",
"entry_price": 2.809781,
"exit_price": 2.791255,
"quantity": 1655.3,
"sl": 2.791255,
"tp": 2.846833,
"gross_pnl": -30.666498,
"entry_fee": 1.860412,
"exit_fee": 1.848146,
"net_pnl": -34.375055,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.832172053300223,
"macd_hist": -0.005173793821272379,
"atr": 0.012350831728911701,
"adx": 24.110001092652183
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-22 14:15:00+00:00",
"exit_time": "2025-08-22 15:30:00+00:00",
"entry_price": 2.992701,
"exit_price": 3.041986,
"quantity": 1588.3,
"sl": 3.041986,
"tp": 2.89413,
"gross_pnl": -78.280038,
"entry_fee": 1.901323,
"exit_fee": 1.932635,
"net_pnl": -82.113995,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 80.45574728535279,
"macd_hist": 0.020243655904836684,
"atr": 0.032856948961985204,
"adx": 36.781579525618795
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-23 02:15:00+00:00",
"exit_time": "2025-08-23 05:15:00+00:00",
"entry_price": 2.992199,
"exit_price": 3.043213,
"quantity": 1648.5,
"sl": 2.966692,
"tp": 3.043213,
"gross_pnl": 84.096791,
"entry_fee": 1.973056,
"exit_fee": 2.006695,
"net_pnl": 80.11704,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 30.05396167855118,
"macd_hist": -0.009327324124833334,
"atr": 0.017004709448621518,
"adx": 31.646689216458487
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-24 18:15:00+00:00",
"exit_time": "2025-08-24 18:30:00+00:00",
"entry_price": 3.080892,
"exit_price": 3.101043,
"quantity": 1547.8,
"sl": 3.101043,
"tp": 3.04059,
"gross_pnl": -31.189449,
"entry_fee": 1.907442,
"exit_fee": 1.919918,
"net_pnl": -35.016809,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.2286581643809,
"macd_hist": 0.005796023045556342,
"atr": 0.013433884345076228,
"adx": 24.919966618349985
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-25 20:15:00+00:00",
"exit_time": "2025-08-25 20:30:00+00:00",
"entry_price": 2.868787,
"exit_price": 2.837245,
"quantity": 1692.6,
"sl": 2.837245,
"tp": 2.931871,
"gross_pnl": -53.38782,
"entry_fee": 1.942283,
"exit_fee": 1.920928,
"net_pnl": -57.251031,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.056455975492213,
"macd_hist": -0.010098067002130683,
"atr": 0.021027933210047228,
"adx": 32.61547275977761
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-26 12:45:00+00:00",
"exit_time": "2025-08-26 13:45:00+00:00",
"entry_price": 2.916692,
"exit_price": 2.893962,
"quantity": 1700.5,
"sl": 2.893962,
"tp": 2.96215,
"gross_pnl": -38.651146,
"entry_fee": 1.983934,
"exit_fee": 1.968473,
"net_pnl": -42.603553,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 55.93407331345963,
"macd_hist": 0.00037107934572932436,
"atr": 0.015152855400343137,
"adx": 17.24005512530416
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-27 04:00:00+00:00",
"exit_time": "2025-08-27 07:15:00+00:00",
"entry_price": 3.014601,
"exit_price": 2.994408,
"quantity": 1640.8,
"sl": 2.994408,
"tp": 3.054989,
"gross_pnl": -33.13359,
"entry_fee": 1.978543,
"exit_fee": 1.96529,
"net_pnl": -37.077423,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 59.137516963891876,
"macd_hist": 0.00026902174288249894,
"atr": 0.013462372069824114,
"adx": 21.86412671892754
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-29 01:00:00+00:00",
"exit_time": "2025-08-29 04:45:00+00:00",
"entry_price": 2.948805,
"exit_price": 2.915994,
"quantity": 1610.8,
"sl": 2.96521,
"tp": 2.915994,
"gross_pnl": 52.851625,
"entry_fee": 1.899974,
"exit_fee": 1.878833,
"net_pnl": 49.072817,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 39.02727484875421,
"macd_hist": -0.0001392027291041197,
"atr": 0.010936930925489629,
"adx": 21.513732731438104
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-29 13:45:00+00:00",
"exit_time": "2025-08-29 14:15:00+00:00",
"entry_price": 2.847815,
"exit_price": 2.833183,
"quantity": 1750.8,
"sl": 2.86837,
"tp": 2.806705,
"gross_pnl": 25.617531,
"entry_fee": 1.994382,
"exit_fee": 1.984135,
"net_pnl": 21.639014,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 32.28686649113272,
"macd_hist": -0.000586336198951173,
"atr": 0.013703480211850312,
"adx": 26.451925401759418
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-08-29 14:15:00+00:00",
"exit_time": "2025-08-29 18:15:00+00:00",
"entry_price": 2.833183,
"exit_price": 2.808018,
"quantity": 1758.4,
"sl": 2.808018,
"tp": 2.883514,
"gross_pnl": -44.250963,
"entry_fee": 1.992748,
"exit_fee": 1.975047,
"net_pnl": -48.218759,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 27.767328143219768,
"macd_hist": -0.0033314496922870265,
"atr": 0.016776980386748498,
"adx": 26.63574790151428
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-08-31 01:00:00+00:00",
"exit_time": "2025-08-31 01:30:00+00:00",
"entry_price": 2.837416,
"exit_price": 2.848136,
"quantity": 1703.3,
"sl": 2.848136,
"tp": 2.815977,
"gross_pnl": -18.258522,
"entry_fee": 1.933188,
"exit_fee": 1.940492,
"net_pnl": -22.132202,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.62987201823964,
"macd_hist": 0.0033303552490663605,
"atr": 0.0071463322650630184,
"adx": 23.969722760771177
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-01 00:00:00+00:00",
"exit_time": "2025-09-01 00:15:00+00:00",
"entry_price": 2.761476,
"exit_price": 2.746593,
"quantity": 1706.9,
"sl": 2.746593,
"tp": 2.791243,
"gross_pnl": -25.404437,
"entry_fee": 1.885425,
"exit_fee": 1.875264,
"net_pnl": -29.165127,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 24.057257617628856,
"macd_hist": -0.004430853635644024,
"atr": 0.009922251813655946,
"adx": 29.770491497140934
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-02 13:45:00+00:00",
"exit_time": "2025-09-02 15:30:00+00:00",
"entry_price": 2.827583,
"exit_price": 2.805687,
"quantity": 1612.1,
"sl": 2.805687,
"tp": 2.871374,
"gross_pnl": -35.297652,
"entry_fee": 1.823338,
"exit_fee": 1.809219,
"net_pnl": -38.93021,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 63.167549942837944,
"macd_hist": 0.0009145767993984658,
"atr": 0.014596965320244695,
"adx": 21.938904466853522
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-02 20:30:00+00:00",
"exit_time": "2025-09-03 12:30:00+00:00",
"entry_price": 2.845815,
"exit_price": 2.869714,
"quantity": 1529.9,
"sl": 2.869714,
"tp": 2.798019,
"gross_pnl": -36.562011,
"entry_fee": 1.741525,
"exit_fee": 1.75615,
"net_pnl": -40.059687,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.30437479065712,
"macd_hist": 0.005082707946644193,
"atr": 0.015932200971190132,
"adx": 19.246368576676286
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-03 13:30:00+00:00",
"exit_time": "2025-09-03 18:30:00+00:00",
"entry_price": 2.866987,
"exit_price": 2.85115,
"quantity": 1446.0,
"sl": 2.85115,
"tp": 2.898659,
"gross_pnl": -22.899275,
"entry_fee": 1.658265,
"exit_fee": 1.649105,
"net_pnl": -26.206646,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 64.39310311902598,
"macd_hist": 0.0002509997679428812,
"atr": 0.01055752656102722,
"adx": 33.93779186167964
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-04 01:00:00+00:00",
"exit_time": "2025-09-04 03:15:00+00:00",
"entry_price": 2.833817,
"exit_price": 2.844826,
"quantity": 1413.4,
"sl": 2.844826,
"tp": 2.811798,
"gross_pnl": -15.560508,
"entry_fee": 1.602127,
"exit_fee": 1.608351,
"net_pnl": -18.770985,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.40549418878435,
"macd_hist": -0.00021831865151525614,
"atr": 0.007339515857902021,
"adx": 18.392668967589874
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-04 05:15:00+00:00",
"exit_time": "2025-09-04 08:15:00+00:00",
"entry_price": 2.828817,
"exit_price": 2.843097,
"quantity": 1379.9,
"sl": 2.843097,
"tp": 2.800257,
"gross_pnl": -19.704919,
"entry_fee": 1.561394,
"exit_fee": 1.569276,
"net_pnl": -22.835589,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 38.378105132911415,
"macd_hist": -0.0004540475478863437,
"atr": 0.009519974393907199,
"adx": 14.280271033197254
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-05 12:30:00+00:00",
"exit_time": "2025-09-05 14:15:00+00:00",
"entry_price": 2.858586,
"exit_price": 2.843013,
"quantity": 1323.1,
"sl": 2.843013,
"tp": 2.889732,
"gross_pnl": -20.604936,
"entry_fee": 1.512878,
"exit_fee": 1.504636,
"net_pnl": -23.62245,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 69.85981172490727,
"macd_hist": 0.00046673298743058964,
"atr": 0.01038215112863008,
"adx": 32.90984932487823
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-05 19:45:00+00:00",
"exit_time": "2025-09-05 21:15:00+00:00",
"entry_price": 2.863514,
"exit_price": 2.827455,
"quantity": 1276.7,
"sl": 2.881543,
"tp": 2.827455,
"gross_pnl": 46.036054,
"entry_fee": 1.462339,
"exit_fee": 1.443925,
"net_pnl": 43.12979,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 66.90443548178276,
"macd_hist": 0.005590458808272157,
"atr": 0.012019543541222834,
"adx": 25.489747218561472
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-06 09:00:00+00:00",
"exit_time": "2025-09-06 13:15:00+00:00",
"entry_price": 2.806619,
"exit_price": 2.812828,
"quantity": 1376.8,
"sl": 2.812828,
"tp": 2.794202,
"gross_pnl": -8.548406,
"entry_fee": 1.545661,
"exit_fee": 1.549081,
"net_pnl": -11.643149,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.010167600816175,
"macd_hist": -0.0004700631385745279,
"atr": 0.004139263213608224,
"adx": 13.998780362713179
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-06 15:45:00+00:00",
"exit_time": "2025-09-06 22:00:00+00:00",
"entry_price": 2.80062,
"exit_price": 2.807842,
"quantity": 1356.2,
"sl": 2.807842,
"tp": 2.786175,
"gross_pnl": -9.794773,
"entry_fee": 1.51928,
"exit_fee": 1.523198,
"net_pnl": -12.837251,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 38.587448233659735,
"macd_hist": -0.00041026683746630936,
"atr": 0.00481481224963289,
"adx": 15.493684285574947
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-07 07:30:00+00:00",
"exit_time": "2025-09-07 10:15:00+00:00",
"entry_price": 2.831483,
"exit_price": 2.825709,
"quantity": 1316.4,
"sl": 2.825709,
"tp": 2.843032,
"gross_pnl": -7.60153,
"entry_fee": 1.490946,
"exit_fee": 1.487905,
"net_pnl": -10.580381,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 70.72939301798024,
"macd_hist": 0.00013947858708102416,
"atr": 0.0038496556578974037,
"adx": 25.875109336635692
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-07 13:30:00+00:00",
"exit_time": "2025-09-07 14:00:00+00:00",
"entry_price": 2.840884,
"exit_price": 2.853506,
"quantity": 1290.8,
"sl": 2.834573,
"tp": 2.853506,
"gross_pnl": 16.292869,
"entry_fee": 1.466805,
"exit_fee": 1.473322,
"net_pnl": 13.352742,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 70.99242950155421,
"macd_hist": 0.0004291198138089815,
"atr": 0.00420743445077315,
"adx": 18.35128796934649
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-07 14:15:00+00:00",
"exit_time": "2025-09-07 14:30:00+00:00",
"entry_price": 2.888611,
"exit_price": 2.907326,
"quantity": 1289.8,
"sl": 2.907326,
"tp": 2.851181,
"gross_pnl": -24.138508,
"entry_fee": 1.490292,
"exit_fee": 1.499948,
"net_pnl": -27.128748,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 76.27147798822944,
"macd_hist": 0.006331113944292658,
"atr": 0.012476615702750955,
"adx": 29.13536578985617
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-07 22:45:00+00:00",
"exit_time": "2025-09-08 02:15:00+00:00",
"entry_price": 2.875788,
"exit_price": 2.862379,
"quantity": 1246.0,
"sl": 2.862379,
"tp": 2.902605,
"gross_pnl": -16.707201,
"entry_fee": 1.433293,
"exit_fee": 1.42661,
"net_pnl": -19.567104,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 55.067227796298035,
"macd_hist": 0.00013194571703606427,
"atr": 0.008939112575531498,
"adx": 14.580516775083378
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-08 07:15:00+00:00",
"exit_time": "2025-09-08 09:45:00+00:00",
"entry_price": 2.90089,
"exit_price": 2.932746,
"quantity": 1199.0,
"sl": 2.884962,
"tp": 2.932746,
"gross_pnl": 38.195012,
"entry_fee": 1.391267,
"exit_fee": 1.406545,
"net_pnl": 35.3972,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 60.12434238631272,
"macd_hist": 0.000412283064864787,
"atr": 0.010618574376411206,
"adx": 8.30076384980203
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-09 07:00:00+00:00",
"exit_time": "2025-09-09 07:15:00+00:00",
"entry_price": 3.009099,
"exit_price": 3.026836,
"quantity": 1212.2,
"sl": 3.026836,
"tp": 2.973625,
"gross_pnl": -21.500755,
"entry_fee": 1.459052,
"exit_fee": 1.467652,
"net_pnl": -24.427459,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 73.38194905544738,
"macd_hist": 0.006160466326798198,
"atr": 0.011824646391069808,
"adx": 28.105801823844523
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-09 23:00:00+00:00",
"exit_time": "2025-09-10 02:00:00+00:00",
"entry_price": 2.943406,
"exit_price": 2.956284,
"quantity": 1195.3,
"sl": 2.956284,
"tp": 2.917649,
"gross_pnl": -15.393723,
"entry_fee": 1.407301,
"exit_fee": 1.413459,
"net_pnl": -18.214483,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 39.53536171049941,
"macd_hist": -1.946210228058031e-05,
"atr": 0.008585695753008377,
"adx": 20.785784979629714
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-11 08:30:00+00:00",
"exit_time": "2025-09-11 11:15:00+00:00",
"entry_price": 3.017402,
"exit_price": 3.006355,
"quantity": 1133.7,
"sl": 3.006355,
"tp": 3.039494,
"gross_pnl": -12.523205,
"entry_fee": 1.368331,
"exit_fee": 1.363322,
"net_pnl": -15.254859,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.07990381213337,
"macd_hist": 0.0004440826925332865,
"atr": 0.007364208872183876,
"adx": 14.825623048829055
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-12 15:00:00+00:00",
"exit_time": "2025-09-12 16:15:00+00:00",
"entry_price": 3.019198,
"exit_price": 3.037941,
"quantity": 1105.2,
"sl": 3.037941,
"tp": 2.981711,
"gross_pnl": -20.71515,
"entry_fee": 1.334727,
"exit_fee": 1.343013,
"net_pnl": -23.39289,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 38.155616440178264,
"macd_hist": -0.0008867617207142038,
"atr": 0.012495566579322376,
"adx": 19.09633552921856
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-12 20:45:00+00:00",
"exit_time": "2025-09-13 08:45:00+00:00",
"entry_price": 3.121788,
"exit_price": 3.143446,
"quantity": 1029.3,
"sl": 3.143446,
"tp": 3.078472,
"gross_pnl": -22.292553,
"entry_fee": 1.285302,
"exit_fee": 1.294219,
"net_pnl": -24.872075,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 78.88995114530964,
"macd_hist": 0.004793783646225545,
"atr": 0.014438649390670705,
"adx": 33.848649235778474
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-13 09:15:00+00:00",
"exit_time": "2025-09-13 09:45:00+00:00",
"entry_price": 3.161284,
"exit_price": 3.177886,
"quantity": 975.1,
"sl": 3.177886,
"tp": 3.128079,
"gross_pnl": -16.188912,
"entry_fee": 1.233027,
"exit_fee": 1.239503,
"net_pnl": -18.661441,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 75.37053214953528,
"macd_hist": 0.00511253369858191,
"atr": 0.011068206025146562,
"adx": 36.52494916026817
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-14 00:45:00+00:00",
"exit_time": "2025-09-14 01:15:00+00:00",
"entry_price": 3.109189,
"exit_price": 3.086009,
"quantity": 959.4,
"sl": 3.120779,
"tp": 3.086009,
"gross_pnl": 22.238959,
"entry_fee": 1.193182,
"exit_fee": 1.184287,
"net_pnl": 19.86149,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 38.7433537799598,
"macd_hist": -0.0002412627790731375,
"atr": 0.007726689972056756,
"adx": 19.663365885823197
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-14 11:15:00+00:00",
"exit_time": "2025-09-14 12:45:00+00:00",
"entry_price": 3.066993,
"exit_price": 3.041562,
"quantity": 1003.1,
"sl": 3.079709,
"tp": 3.041562,
"gross_pnl": 25.509792,
"entry_fee": 1.2306,
"exit_fee": 1.220396,
"net_pnl": 23.058795,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 31.419480021379645,
"macd_hist": -0.0003629091436070245,
"atr": 0.008476985221720718,
"adx": 31.882046477112183
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-14 23:15:00+00:00",
"exit_time": "2025-09-15 01:30:00+00:00",
"entry_price": 3.030497,
"exit_price": 3.044966,
"quantity": 1051.1,
"sl": 3.044966,
"tp": 3.001559,
"gross_pnl": -15.208221,
"entry_fee": 1.274142,
"exit_fee": 1.280225,
"net_pnl": -17.762588,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.86565415846166,
"macd_hist": -6.680085954976589e-05,
"atr": 0.009645907843496216,
"adx": 26.821083958033373
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-16 00:15:00+00:00",
"exit_time": "2025-09-16 01:00:00+00:00",
"entry_price": 2.981102,
"exit_price": 2.99629,
"quantity": 1036.6,
"sl": 2.99629,
"tp": 2.950726,
"gross_pnl": -15.743838,
"entry_fee": 1.236084,
"exit_fee": 1.242382,
"net_pnl": -18.222303,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.05160094384107,
"macd_hist": -0.00041404528253786207,
"atr": 0.010125305661766969,
"adx": 14.882446308868005
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-17 18:30:00+00:00",
"exit_time": "2025-09-17 19:00:00+00:00",
"entry_price": 2.992401,
"exit_price": 3.020805,
"quantity": 1000.2,
"sl": 3.020805,
"tp": 2.935592,
"gross_pnl": -28.410127,
"entry_fee": 1.1972,
"exit_fee": 1.208564,
"net_pnl": -30.81589,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 39.25259976372242,
"macd_hist": -0.0011558362840888392,
"atr": 0.01893629733024997,
"adx": 23.272187763989695
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-19 02:30:00+00:00",
"exit_time": "2025-09-19 04:00:00+00:00",
"entry_price": 3.065493,
"exit_price": 3.039428,
"quantity": 924.2,
"sl": 3.078526,
"tp": 3.039428,
"gross_pnl": 24.090122,
"entry_fee": 1.133252,
"exit_fee": 1.123616,
"net_pnl": 21.833254,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 33.99871359008638,
"macd_hist": -0.0002681182654907868,
"atr": 0.008688639420712069,
"adx": 24.71797292036319
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-19 14:30:00+00:00",
"exit_time": "2025-09-19 19:45:00+00:00",
"entry_price": 3.012199,
"exit_price": 2.982795,
"quantity": 974.9,
"sl": 3.026901,
"tp": 2.982795,
"gross_pnl": 28.665716,
"entry_fee": 1.174637,
"exit_fee": 1.163171,
"net_pnl": 26.327908,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 35.235065832714334,
"macd_hist": -0.0007163152001312709,
"atr": 0.00980124989243235,
"adx": 22.823625663655072
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-19 20:00:00+00:00",
"exit_time": "2025-09-20 06:30:00+00:00",
"entry_price": 2.988001,
"exit_price": 3.002469,
"quantity": 1024.8,
"sl": 3.002469,
"tp": 2.959066,
"gross_pnl": -14.826162,
"entry_fee": 1.224841,
"exit_fee": 1.230772,
"net_pnl": -17.281775,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.43471826247567,
"macd_hist": -0.00020348228213156426,
"atr": 0.009644913974796715,
"adx": 38.358109484089894
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-20 14:00:00+00:00",
"exit_time": "2025-09-20 14:45:00+00:00",
"entry_price": 2.971603,
"exit_price": 2.980986,
"quantity": 999.4,
"sl": 2.980986,
"tp": 2.952836,
"gross_pnl": -9.377736,
"entry_fee": 1.187928,
"exit_fee": 1.191679,
"net_pnl": -11.757343,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.09553473183674,
"macd_hist": -0.00018720159437711752,
"atr": 0.006255577606168083,
"adx": 28.84076206692945
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-21 16:30:00+00:00",
"exit_time": "2025-09-21 18:00:00+00:00",
"entry_price": 2.964304,
"exit_price": 2.975217,
"quantity": 980.0,
"sl": 2.975217,
"tp": 2.942476,
"gross_pnl": -10.695275,
"entry_fee": 1.162007,
"exit_fee": 1.166285,
"net_pnl": -13.023567,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.66193940553714,
"macd_hist": -0.000691420739428965,
"atr": 0.007275697313372804,
"adx": 17.608255039778125
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-23 14:00:00+00:00",
"exit_time": "2025-09-23 17:45:00+00:00",
"entry_price": 2.868987,
"exit_price": 2.852779,
"quantity": 988.0,
"sl": 2.852779,
"tp": 2.901403,
"gross_pnl": -16.013628,
"entry_fee": 1.133824,
"exit_fee": 1.127418,
"net_pnl": -18.27487,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 56.885444216218225,
"macd_hist": 7.817690800515685e-05,
"atr": 0.010805416957986697,
"adx": 11.486112849818282
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-24 03:15:00+00:00",
"exit_time": "2025-09-24 04:30:00+00:00",
"entry_price": 2.811019,
"exit_price": 2.828555,
"quantity": 973.7,
"sl": 2.828555,
"tp": 2.775947,
"gross_pnl": -17.074564,
"entry_fee": 1.094836,
"exit_fee": 1.101665,
"net_pnl": -19.271065,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.41445012242145,
"macd_hist": -0.0005539721484064007,
"atr": 0.011690503070987813,
"adx": 22.830095368917625
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-24 14:15:00+00:00",
"exit_time": "2025-09-24 14:45:00+00:00",
"entry_price": 2.894089,
"exit_price": 2.920293,
"quantity": 910.7,
"sl": 2.880988,
"tp": 2.920293,
"gross_pnl": 23.863403,
"entry_fee": 1.054259,
"exit_fee": 1.063804,
"net_pnl": 21.745339,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 66.07824522998891,
"macd_hist": 0.0002837479638076925,
"atr": 0.008734454267839082,
"adx": 33.216876327535196
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-24 19:45:00+00:00",
"exit_time": "2025-09-24 20:00:00+00:00",
"entry_price": 2.976198,
"exit_price": 2.963004,
"quantity": 920.4,
"sl": 2.955734,
"tp": 3.017124,
"gross_pnl": -12.143684,
"entry_fee": 1.095717,
"exit_fee": 1.090859,
"net_pnl": -14.33026,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 77.25608496751632,
"macd_hist": 0.00019635721897620986,
"atr": 0.013642083686890932,
"adx": 66.36435142210216
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-24 20:00:00+00:00",
"exit_time": "2025-09-25 00:15:00+00:00",
"entry_price": 2.963004,
"exit_price": 2.921444,
"quantity": 898.3,
"sl": 2.983784,
"tp": 2.921444,
"gross_pnl": 37.333429,
"entry_fee": 1.064666,
"exit_fee": 1.049733,
"net_pnl": 35.21903,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 66.65458359619365,
"macd_hist": -7.427449332575442e-05,
"atr": 0.013853363423541577,
"adx": 67.76721468449082
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-25 12:15:00+00:00",
"exit_time": "2025-09-25 12:30:00+00:00",
"entry_price": 2.793221,
"exit_price": 2.811993,
"quantity": 1014.0,
"sl": 2.811993,
"tp": 2.755676,
"gross_pnl": -19.035039,
"entry_fee": 1.13293,
"exit_fee": 1.140544,
"net_pnl": -21.308513,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 27.256149561284357,
"macd_hist": -0.0005773233003328118,
"atr": 0.012514818420656685,
"adx": 36.706433983392714
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-25 17:15:00+00:00",
"exit_time": "2025-09-25 17:30:00+00:00",
"entry_price": 2.769777,
"exit_price": 2.742807,
"quantity": 982.3,
"sl": 2.742807,
"tp": 2.823718,
"gross_pnl": -26.493046,
"entry_fee": 1.088301,
"exit_fee": 1.077704,
"net_pnl": -28.65905,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 31.610683788190443,
"macd_hist": -0.006544986366080717,
"atr": 0.01798028133337769,
"adx": 26.44006928288656
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-25 17:45:00+00:00",
"exit_time": "2025-09-25 18:45:00+00:00",
"entry_price": 2.736174,
"exit_price": 2.797465,
"quantity": 940.0,
"sl": 2.705528,
"tp": 2.797465,
"gross_pnl": 57.61386,
"entry_fee": 1.028801,
"exit_fee": 1.051847,
"net_pnl": 55.533211,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 25.044837785333744,
"macd_hist": -0.0090419871390266,
"atr": 0.020430446659902204,
"adx": 30.966856582892532
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-26 06:00:00+00:00",
"exit_time": "2025-09-26 06:15:00+00:00",
"entry_price": 2.746725,
"exit_price": 2.767095,
"quantity": 1035.4,
"sl": 2.767095,
"tp": 2.705986,
"gross_pnl": -21.090823,
"entry_fee": 1.137584,
"exit_fee": 1.14602,
"net_pnl": -23.374426,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 42.63524311349351,
"macd_hist": -0.00021544240843297075,
"atr": 0.013579822642527613,
"adx": 15.058919932872273
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-26 07:30:00+00:00",
"exit_time": "2025-09-26 08:00:00+00:00",
"entry_price": 2.738626,
"exit_price": 2.759971,
"quantity": 993.7,
"sl": 2.759971,
"tp": 2.695935,
"gross_pnl": -21.210908,
"entry_fee": 1.088549,
"exit_fee": 1.097033,
"net_pnl": -23.396491,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.03467669582415,
"macd_hist": -0.0009930236142895272,
"atr": 0.014230256027643176,
"adx": 13.007353948110126
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-26 09:30:00+00:00",
"exit_time": "2025-09-26 11:00:00+00:00",
"entry_price": 2.742026,
"exit_price": 2.700663,
"quantity": 947.8,
"sl": 2.762707,
"tp": 2.700663,
"gross_pnl": 39.203703,
"entry_fee": 1.039557,
"exit_fee": 1.023875,
"net_pnl": 37.140271,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 42.61073221775071,
"macd_hist": -0.0004772649982219266,
"atr": 0.013787614360953772,
"adx": 15.435644479956943
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-28 09:15:00+00:00",
"exit_time": "2025-09-28 14:45:00+00:00",
"entry_price": 2.777422,
"exit_price": 2.789412,
"quantity": 1000.7,
"sl": 2.789412,
"tp": 2.753443,
"gross_pnl": -11.99809,
"entry_fee": 1.111747,
"exit_fee": 1.116546,
"net_pnl": -14.226382,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.86293814530906,
"macd_hist": -3.254272255586712e-05,
"atr": 0.007993131516978757,
"adx": 11.251740683173582
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-28 20:45:00+00:00",
"exit_time": "2025-09-28 23:00:00+00:00",
"entry_price": 2.842084,
"exit_price": 2.865214,
"quantity": 951.2,
"sl": 2.830519,
"tp": 2.865214,
"gross_pnl": 22.000928,
"entry_fee": 1.081356,
"exit_fee": 1.090157,
"net_pnl": 19.829415,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 71.49005646117895,
"macd_hist": 0.0003801310915941807,
"atr": 0.007709884911093976,
"adx": 43.71036416164099
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-09-29 19:45:00+00:00",
"exit_time": "2025-09-29 23:00:00+00:00",
"entry_price": 2.89649,
"exit_price": 2.878667,
"quantity": 965.7,
"sl": 2.878667,
"tp": 2.932134,
"gross_pnl": -17.211095,
"entry_fee": 1.118856,
"exit_fee": 1.111972,
"net_pnl": -19.441923,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.371751812927755,
"macd_hist": 0.000604537726911425,
"atr": 0.011881602545444488,
"adx": 16.11683294921096
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-09-30 15:00:00+00:00",
"exit_time": "2025-09-30 19:00:00+00:00",
"entry_price": 2.827017,
"exit_price": 2.844918,
"quantity": 952.8,
"sl": 2.844918,
"tp": 2.791216,
"gross_pnl": -17.055794,
"entry_fee": 1.077433,
"exit_fee": 1.084255,
"net_pnl": -19.217482,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.05705452855853,
"macd_hist": -0.0002548676122483126,
"atr": 0.011933804787986942,
"adx": 29.373570191653968
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-01 09:00:00+00:00",
"exit_time": "2025-10-01 09:30:00+00:00",
"entry_price": 2.913009,
"exit_price": 2.931791,
"quantity": 889.9,
"sl": 2.931791,
"tp": 2.875443,
"gross_pnl": -16.714821,
"entry_fee": 1.036915,
"exit_fee": 1.0436,
"net_pnl": -18.795336,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 77.7272248054173,
"macd_hist": 0.008532879910510178,
"atr": 0.012521871989813377,
"adx": 23.859752794228857
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-01 17:45:00+00:00",
"exit_time": "2025-10-01 19:45:00+00:00",
"entry_price": 2.919792,
"exit_price": 2.95444,
"quantity": 854.0,
"sl": 2.902468,
"tp": 2.95444,
"gross_pnl": 29.58961,
"entry_fee": 0.997401,
"exit_fee": 1.009237,
"net_pnl": 27.582973,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 41.616224842361845,
"macd_hist": -0.004025355218082835,
"atr": 0.011549418564190499,
"adx": 20.526778707785404
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-02 08:30:00+00:00",
"exit_time": "2025-10-02 11:45:00+00:00",
"entry_price": 2.986799,
"exit_price": 2.97124,
"quantity": 879.4,
"sl": 2.97124,
"tp": 3.017916,
"gross_pnl": -13.682289,
"entry_fee": 1.050636,
"exit_fee": 1.045163,
"net_pnl": -15.778088,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.46190385503244,
"macd_hist": 8.670600711300179e-05,
"atr": 0.010372442214176469,
"adx": 30.82406684059269
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-02 16:45:00+00:00",
"exit_time": "2025-10-02 19:00:00+00:00",
"entry_price": 3.043496,
"exit_price": 3.072056,
"quantity": 835.2,
"sl": 3.072056,
"tp": 2.986374,
"gross_pnl": -23.853829,
"entry_fee": 1.016771,
"exit_fee": 1.026313,
"net_pnl": -25.896913,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.02488223286082,
"macd_hist": 0.0071798725012925295,
"atr": 0.019040412778860028,
"adx": 22.728066983657875
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-03 08:45:00+00:00",
"exit_time": "2025-10-03 13:00:00+00:00",
"entry_price": 3.051195,
"exit_price": 3.01341,
"quantity": 789.0,
"sl": 3.070087,
"tp": 3.01341,
"gross_pnl": 29.812288,
"entry_fee": 0.962957,
"exit_fee": 0.951032,
"net_pnl": 27.898298,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 65.68465492243061,
"macd_hist": 0.00346599387050241,
"atr": 0.012594967261402289,
"adx": 12.329103531390693
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-04 08:15:00+00:00",
"exit_time": "2025-10-04 08:45:00+00:00",
"entry_price": 3.006199,
"exit_price": 2.9997,
"quantity": 845.6,
"sl": 3.017102,
"tp": 2.984394,
"gross_pnl": 5.495901,
"entry_fee": 1.016817,
"exit_fee": 1.014619,
"net_pnl": 3.464466,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 32.18935028498804,
"macd_hist": -0.0006595483423006182,
"atr": 0.007268324559455461,
"adx": 14.256879091102421
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-04 08:45:00+00:00",
"exit_time": "2025-10-04 10:30:00+00:00",
"entry_price": 2.9997,
"exit_price": 2.987882,
"quantity": 851.6,
"sl": 2.987882,
"tp": 3.023335,
"gross_pnl": -10.063741,
"entry_fee": 1.021818,
"exit_fee": 1.017792,
"net_pnl": -12.103351,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 28.956061044244322,
"macd_hist": -0.0021290743040946426,
"atr": 0.007878300257897824,
"adx": 19.288672894026686
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-04 14:45:00+00:00",
"exit_time": "2025-10-04 15:30:00+00:00",
"entry_price": 2.965903,
"exit_price": 2.949995,
"quantity": 839.1,
"sl": 2.980328,
"tp": 2.937053,
"gross_pnl": 13.348747,
"entry_fee": 0.995476,
"exit_fee": 0.990136,
"net_pnl": 11.363135,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 30.774265889679018,
"macd_hist": -0.0008977725757183001,
"atr": 0.00961672250471438,
"adx": 34.571002805230385
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-04 15:30:00+00:00",
"exit_time": "2025-10-05 02:30:00+00:00",
"entry_price": 2.949995,
"exit_price": 2.982302,
"quantity": 861.3,
"sl": 2.933842,
"tp": 2.982302,
"gross_pnl": 27.825928,
"entry_fee": 1.016332,
"exit_fee": 1.027463,
"net_pnl": 25.782133,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 28.796890109249013,
"macd_hist": -0.003933006166039334,
"atr": 0.010768964775093825,
"adx": 40.14601648044225
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-05 19:00:00+00:00",
"exit_time": "2025-10-06 02:45:00+00:00",
"entry_price": 2.953995,
"exit_price": 2.990353,
"quantity": 902.1,
"sl": 2.935817,
"tp": 2.990353,
"gross_pnl": 32.797862,
"entry_fee": 1.06592,
"exit_fee": 1.079039,
"net_pnl": 30.652903,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 22.68978567945751,
"macd_hist": -0.003579814992577557,
"atr": 0.012119078271027253,
"adx": 40.35268005132035
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-06 15:15:00+00:00",
"exit_time": "2025-10-06 20:30:00+00:00",
"entry_price": 3.032303,
"exit_price": 3.011099,
"quantity": 927.6,
"sl": 3.011099,
"tp": 3.074711,
"gross_pnl": -19.668957,
"entry_fee": 1.125106,
"exit_fee": 1.117238,
"net_pnl": -21.911301,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 67.40265675790411,
"macd_hist": 0.0012493190985078855,
"atr": 0.014136090848061118,
"adx": 18.175165145868153
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-07 06:15:00+00:00",
"exit_time": "2025-10-07 12:45:00+00:00",
"entry_price": 2.970703,
"exit_price": 2.984428,
"quantity": 907.8,
"sl": 2.984428,
"tp": 2.943253,
"gross_pnl": -12.459639,
"entry_fee": 1.078722,
"exit_fee": 1.083705,
"net_pnl": -14.622066,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.36514777657071,
"macd_hist": -0.00010112157036563886,
"atr": 0.00915006149102373,
"adx": 26.96150579276763
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-07 13:30:00+00:00",
"exit_time": "2025-10-07 14:00:00+00:00",
"entry_price": 2.949205,
"exit_price": 2.914301,
"quantity": 887.9,
"sl": 2.966657,
"tp": 2.914301,
"gross_pnl": 30.991181,
"entry_fee": 1.04744,
"exit_fee": 1.035043,
"net_pnl": 28.908698,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 33.76969167132057,
"macd_hist": -0.00042578044747558887,
"atr": 0.011634636410060255,
"adx": 24.264061452076575
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-07 14:30:00+00:00",
"exit_time": "2025-10-07 15:00:00+00:00",
"entry_price": 2.918292,
"exit_price": 2.894711,
"quantity": 945.2,
"sl": 2.894711,
"tp": 2.965454,
"gross_pnl": -22.288732,
"entry_fee": 1.103348,
"exit_fee": 1.094432,
"net_pnl": -24.486512,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.060076682313365,
"macd_hist": -0.006475357368739211,
"atr": 0.015720646358489448,
"adx": 32.29090827339832
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-08 03:15:00+00:00",
"exit_time": "2025-10-08 04:30:00+00:00",
"entry_price": 2.845115,
"exit_price": 2.86137,
"quantity": 924.3,
"sl": 2.86137,
"tp": 2.812607,
"gross_pnl": -15.023725,
"entry_fee": 1.051896,
"exit_fee": 1.057906,
"net_pnl": -17.133527,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.213794653506625,
"macd_hist": -0.0006662218778545467,
"atr": 0.010836110229562324,
"adx": 30.699519772993927
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-10 03:30:00+00:00",
"exit_time": "2025-10-10 04:30:00+00:00",
"entry_price": 2.824282,
"exit_price": 2.80916,
"quantity": 899.1,
"sl": 2.80916,
"tp": 2.854527,
"gross_pnl": -13.59626,
"entry_fee": 1.015725,
"exit_fee": 1.010286,
"net_pnl": -15.622271,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.01041612364824,
"macd_hist": 0.0007930491111498017,
"atr": 0.010081385063037305,
"adx": 15.010710180807658
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-10 09:15:00+00:00",
"exit_time": "2025-10-10 10:15:00+00:00",
"entry_price": 2.825883,
"exit_price": 2.810832,
"quantity": 869.2,
"sl": 2.810832,
"tp": 2.855983,
"gross_pnl": -13.081533,
"entry_fee": 0.982503,
"exit_fee": 0.97727,
"net_pnl": -15.041306,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 59.22308346409477,
"macd_hist": 0.0007008989807659729,
"atr": 0.010033389568898488,
"adx": 12.43763867902254
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-10 13:00:00+00:00",
"exit_time": "2025-10-10 14:45:00+00:00",
"entry_price": 2.820782,
"exit_price": 2.808611,
"quantity": 842.3,
"sl": 2.808611,
"tp": 2.845125,
"gross_pnl": -10.252042,
"entry_fee": 0.950378,
"exit_fee": 0.946277,
"net_pnl": -12.148697,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 55.00742247039438,
"macd_hist": 5.3856492591926796e-05,
"atr": 0.008114323704549918,
"adx": 8.748552194192838
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-10 15:30:00+00:00",
"exit_time": "2025-10-10 16:15:00+00:00",
"entry_price": 2.755676,
"exit_price": 2.729656,
"quantity": 838.5,
"sl": 2.729656,
"tp": 2.807715,
"gross_pnl": -21.817532,
"entry_fee": 0.924254,
"exit_fee": 0.915527,
"net_pnl": -23.657312,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.78408888977738,
"macd_hist": -0.0076187900674818945,
"atr": 0.017346477498785404,
"adx": 20.931617502772884
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-11 19:45:00+00:00",
"exit_time": "2025-10-11 20:15:00+00:00",
"entry_price": 2.408541,
"exit_price": 2.376837,
"quantity": 908.3,
"sl": 2.376837,
"tp": 2.471948,
"gross_pnl": -28.796382,
"entry_fee": 0.875071,
"exit_fee": 0.863553,
"net_pnl": -30.535005,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.58727980801826,
"macd_hist": -0.008767597233264153,
"atr": 0.021135734643670034,
"adx": 17.000343198095788
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-12 12:00:00+00:00",
"exit_time": "2025-10-12 13:30:00+00:00",
"entry_price": 2.410041,
"exit_price": 2.389295,
"quantity": 842.6,
"sl": 2.389295,
"tp": 2.451534,
"gross_pnl": -17.480972,
"entry_fee": 0.81228,
"exit_fee": 0.805288,
"net_pnl": -19.09854,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 63.53651687207723,
"macd_hist": 0.000591261427539176,
"atr": 0.013830977101220183,
"adx": 21.912436004259803
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-12 15:00:00+00:00",
"exit_time": "2025-10-12 20:30:00+00:00",
"entry_price": 2.491649,
"exit_price": 2.565307,
"quantity": 775.0,
"sl": 2.45482,
"tp": 2.565307,
"gross_pnl": 57.085064,
"entry_fee": 0.772411,
"exit_fee": 0.795245,
"net_pnl": 55.517408,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 74.24615083779274,
"macd_hist": 0.005750624880926942,
"atr": 0.02455271587551113,
"adx": 24.456105571733197
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-13 06:30:00+00:00",
"exit_time": "2025-10-13 11:15:00+00:00",
"entry_price": 2.586659,
"exit_price": 2.558221,
"quantity": 852.4,
"sl": 2.558221,
"tp": 2.643534,
"gross_pnl": -24.240146,
"entry_fee": 0.881947,
"exit_fee": 0.872251,
"net_pnl": -25.994345,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 64.90781282379524,
"macd_hist": 0.001216598424255715,
"atr": 0.0189583500827506,
"adx": 24.51828115375263
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-14 03:00:00+00:00",
"exit_time": "2025-10-14 04:30:00+00:00",
"entry_price": 2.563156,
"exit_price": 2.541744,
"quantity": 807.7,
"sl": 2.541744,
"tp": 2.605981,
"gross_pnl": -17.294574,
"entry_fee": 0.828105,
"exit_fee": 0.821187,
"net_pnl": -18.943866,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.674483031216496,
"macd_hist": -0.004503957428535771,
"atr": 0.01427475077016023,
"adx": 28.369313359103828
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-14 16:15:00+00:00",
"exit_time": "2025-10-15 02:15:00+00:00",
"entry_price": 2.508449,
"exit_price": 2.523552,
"quantity": 785.8,
"sl": 2.544104,
"tp": 2.437139,
"gross_pnl": -11.868095,
"entry_fee": 0.788456,
"exit_fee": 0.793203,
"net_pnl": -13.449753,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 68.85343626442496,
"macd_hist": 0.010657476860447013,
"atr": 0.023769893751947626,
"adx": 39.4255156509299
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-15 02:15:00+00:00",
"exit_time": "2025-10-15 03:00:00+00:00",
"entry_price": 2.523552,
"exit_price": 2.503005,
"quantity": 753.0,
"sl": 2.503005,
"tp": 2.564648,
"gross_pnl": -15.472458,
"entry_fee": 0.760094,
"exit_fee": 0.753905,
"net_pnl": -16.986457,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 64.7756023565415,
"macd_hist": 0.0013661553702092894,
"atr": 0.013698501962143738,
"adx": 12.884085548081245
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-15 19:45:00+00:00",
"exit_time": "2025-10-16 02:00:00+00:00",
"entry_price": 2.40366,
"exit_price": 2.428387,
"quantity": 753.5,
"sl": 2.428387,
"tp": 2.354205,
"gross_pnl": -18.63219,
"entry_fee": 0.724463,
"exit_fee": 0.731916,
"net_pnl": -20.088569,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.991353403058575,
"macd_hist": -5.5718946301130945e-05,
"atr": 0.016485016884099674,
"adx": 31.970775783468802
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-17 06:30:00+00:00",
"exit_time": "2025-10-17 06:45:00+00:00",
"entry_price": 2.29673,
"exit_price": 2.273033,
"quantity": 743.4,
"sl": 2.273033,
"tp": 2.344123,
"gross_pnl": -17.616033,
"entry_fee": 0.682956,
"exit_fee": 0.675909,
"net_pnl": -18.974897,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.812460238322288,
"macd_hist": -0.0055572246834465,
"atr": 0.015797715701582626,
"adx": 21.3733731762158
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-20 11:30:00+00:00",
"exit_time": "2025-10-20 15:00:00+00:00",
"entry_price": 2.452445,
"exit_price": 2.48393,
"quantity": 656.2,
"sl": 2.436703,
"tp": 2.48393,
"gross_pnl": 20.660535,
"entry_fee": 0.643718,
"exit_fee": 0.651982,
"net_pnl": 19.364835,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 47.67562909808142,
"macd_hist": -0.0037862637773882213,
"atr": 0.01049503953639744,
"adx": 30.885537035739386
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-20 19:30:00+00:00",
"exit_time": "2025-10-20 19:45:00+00:00",
"entry_price": 2.518148,
"exit_price": 2.540659,
"quantity": 676.1,
"sl": 2.540659,
"tp": 2.473126,
"gross_pnl": -15.219889,
"entry_fee": 0.681008,
"exit_fee": 0.687096,
"net_pnl": -16.587993,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.15093413267482,
"macd_hist": 0.005868305014816579,
"atr": 0.015007532235243044,
"adx": 20.41413330986797
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-21 23:30:00+00:00",
"exit_time": "2025-10-22 05:15:00+00:00",
"entry_price": 2.419142,
"exit_price": 2.393709,
"quantity": 668.2,
"sl": 2.393709,
"tp": 2.470007,
"gross_pnl": -16.994101,
"entry_fee": 0.646588,
"exit_fee": 0.639791,
"net_pnl": -18.28048,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 31.476208513505785,
"macd_hist": -0.006210705136573466,
"atr": 0.0169551042166396,
"adx": 28.138719789848572
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-22 05:30:00+00:00",
"exit_time": "2025-10-22 19:45:00+00:00",
"entry_price": 2.39706,
"exit_price": 2.357213,
"quantity": 634.7,
"sl": 2.416984,
"tp": 2.357213,
"gross_pnl": 25.291156,
"entry_fee": 0.608566,
"exit_fee": 0.598449,
"net_pnl": 24.084142,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 34.11562334496628,
"macd_hist": -0.00020464220421025255,
"atr": 0.013282472794561616,
"adx": 27.532015296195606
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-24 07:45:00+00:00",
"exit_time": "2025-10-24 08:30:00+00:00",
"entry_price": 2.439256,
"exit_price": 2.451753,
"quantity": 671.9,
"sl": 2.451753,
"tp": 2.414263,
"gross_pnl": -8.396515,
"entry_fee": 0.655574,
"exit_fee": 0.658933,
"net_pnl": -9.711022,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.57769660071554,
"macd_hist": -0.0001777225404700003,
"atr": 0.008331115689863708,
"adx": 37.09078425274909
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-24 12:30:00+00:00",
"exit_time": "2025-10-24 16:30:00+00:00",
"entry_price": 2.482448,
"exit_price": 2.465104,
"quantity": 639.4,
"sl": 2.465104,
"tp": 2.517137,
"gross_pnl": -11.090125,
"entry_fee": 0.634911,
"exit_fee": 0.630475,
"net_pnl": -12.355511,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.74052481773079,
"macd_hist": 0.0011061971197255781,
"atr": 0.011563053743613648,
"adx": 32.13650409579095
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-24 19:00:00+00:00",
"exit_time": "2025-10-25 01:15:00+00:00",
"entry_price": 2.50145,
"exit_price": 2.542364,
"quantity": 608.6,
"sl": 2.480993,
"tp": 2.542364,
"gross_pnl": 24.900365,
"entry_fee": 0.608953,
"exit_fee": 0.618913,
"net_pnl": 23.672499,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 63.117885732275816,
"macd_hist": 0.00036767524860888655,
"atr": 0.013638057464514061,
"adx": 23.10978784055343
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-25 18:30:00+00:00",
"exit_time": "2025-10-25 19:45:00+00:00",
"entry_price": 2.623062,
"exit_price": 2.607265,
"quantity": 624.4,
"sl": 2.607265,
"tp": 2.654656,
"gross_pnl": -9.86364,
"entry_fee": 0.655136,
"exit_fee": 0.651191,
"net_pnl": -11.169966,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.54959381951662,
"macd_hist": 0.00010843599408396146,
"atr": 0.010531325878734366,
"adx": 40.89486106386302
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-26 00:15:00+00:00",
"exit_time": "2025-10-26 02:00:00+00:00",
"entry_price": 2.620962,
"exit_price": 2.605381,
"quantity": 602.3,
"sl": 2.605381,
"tp": 2.652125,
"gross_pnl": -9.384644,
"entry_fee": 0.631442,
"exit_fee": 0.627688,
"net_pnl": -10.643775,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.5895981742784,
"macd_hist": 0.000926587534674256,
"atr": 0.010387563477399508,
"adx": 18.477852417778095
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-27 05:15:00+00:00",
"exit_time": "2025-10-27 05:45:00+00:00",
"entry_price": 2.662866,
"exit_price": 2.644608,
"quantity": 571.6,
"sl": 2.644608,
"tp": 2.699382,
"gross_pnl": -10.436235,
"entry_fee": 0.608838,
"exit_fee": 0.604663,
"net_pnl": -11.649736,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.032884620275354,
"macd_hist": 0.0008934432099959289,
"atr": 0.012171955976556237,
"adx": 21.681024492016583
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-27 14:00:00+00:00",
"exit_time": "2025-10-27 15:00:00+00:00",
"entry_price": 2.608539,
"exit_price": 2.631558,
"quantity": 559.9,
"sl": 2.631558,
"tp": 2.562501,
"gross_pnl": -12.888371,
"entry_fee": 0.584208,
"exit_fee": 0.589364,
"net_pnl": -14.061944,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 41.41157435824671,
"macd_hist": -0.00037179554663333263,
"atr": 0.015346039613981012,
"adx": 22.071315382470654
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-27 16:00:00+00:00",
"exit_time": "2025-10-27 21:00:00+00:00",
"entry_price": 2.674233,
"exit_price": 2.623904,
"quantity": 518.8,
"sl": 2.699397,
"tp": 2.623904,
"gross_pnl": 26.110251,
"entry_fee": 0.554957,
"exit_fee": 0.544513,
"net_pnl": 25.010782,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 66.34709912155408,
"macd_hist": 0.005634259928464551,
"atr": 0.01677605457389115,
"adx": 23.34205636197947
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-28 13:00:00+00:00",
"exit_time": "2025-10-28 13:30:00+00:00",
"entry_price": 2.680568,
"exit_price": 2.664008,
"quantity": 563.3,
"sl": 2.664008,
"tp": 2.713689,
"gross_pnl": -9.328429,
"entry_fee": 0.603986,
"exit_fee": 0.600254,
"net_pnl": -10.532669,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 68.37932167005903,
"macd_hist": 0.0015952500202841592,
"atr": 0.011040213911461174,
"adx": 20.144418213455367
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-28 20:15:00+00:00",
"exit_time": "2025-10-28 21:00:00+00:00",
"entry_price": 2.594059,
"exit_price": 2.566309,
"quantity": 560.6,
"sl": 2.566309,
"tp": 2.64956,
"gross_pnl": -15.556778,
"entry_fee": 0.581692,
"exit_fee": 0.575469,
"net_pnl": -16.713939,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 31.876800256604366,
"macd_hist": -0.006306853237054976,
"atr": 0.018500152286179856,
"adx": 22.216197138965043
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-29 09:30:00+00:00",
"exit_time": "2025-10-29 13:30:00+00:00",
"entry_price": 2.650965,
"exit_price": 2.635141,
"quantity": 516.0,
"sl": 2.635141,
"tp": 2.682613,
"gross_pnl": -8.165191,
"entry_fee": 0.547159,
"exit_fee": 0.543893,
"net_pnl": -9.256243,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 68.61816834365197,
"macd_hist": 0.0010714689933255363,
"atr": 0.010549342200828137,
"adx": 15.699982483913328
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-29 18:30:00+00:00",
"exit_time": "2025-10-29 18:45:00+00:00",
"entry_price": 2.564744,
"exit_price": 2.596689,
"quantity": 514.1,
"sl": 2.596689,
"tp": 2.500853,
"gross_pnl": -16.423119,
"entry_fee": 0.527414,
"exit_fee": 0.533983,
"net_pnl": -17.484516,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.188190218527037,
"macd_hist": -0.0031655528349894516,
"atr": 0.021296919033951252,
"adx": 20.821053296064093
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-10-30 04:15:00+00:00",
"exit_time": "2025-10-30 05:30:00+00:00",
"entry_price": 2.505449,
"exit_price": 2.531979,
"quantity": 490.3,
"sl": 2.531979,
"tp": 2.452391,
"gross_pnl": -13.00725,
"entry_fee": 0.491369,
"exit_fee": 0.496572,
"net_pnl": -13.99519,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 24.42981902237415,
"macd_hist": -0.003298343950637439,
"atr": 0.01768611024489565,
"adx": 38.606134157428805
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-30 12:45:00+00:00",
"exit_time": "2025-10-30 13:15:00+00:00",
"entry_price": 2.49995,
"exit_price": 2.477085,
"quantity": 462.5,
"sl": 2.477085,
"tp": 2.54568,
"gross_pnl": -10.574968,
"entry_fee": 0.462491,
"exit_fee": 0.458261,
"net_pnl": -11.495719,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.582878077644974,
"macd_hist": -0.0067334029174288025,
"atr": 0.015243197061197252,
"adx": 28.295808323662694
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-31 11:45:00+00:00",
"exit_time": "2025-10-31 13:30:00+00:00",
"entry_price": 2.513451,
"exit_price": 2.497774,
"quantity": 436.2,
"sl": 2.497774,
"tp": 2.544806,
"gross_pnl": -6.838459,
"entry_fee": 0.438547,
"exit_fee": 0.435812,
"net_pnl": -7.712818,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.86866014674511,
"macd_hist": 0.0010461272394045856,
"atr": 0.01045156565377072,
"adx": 24.17505068723833
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-10-31 15:00:00+00:00",
"exit_time": "2025-10-31 16:30:00+00:00",
"entry_price": 2.535153,
"exit_price": 2.513799,
"quantity": 416.4,
"sl": 2.513799,
"tp": 2.577863,
"gross_pnl": -8.89218,
"entry_fee": 0.422255,
"exit_fee": 0.418698,
"net_pnl": -9.733133,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.25192430005612,
"macd_hist": 0.0005202700726830373,
"atr": 0.01423659892761701,
"adx": 24.6747095193743
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-02 11:30:00+00:00",
"exit_time": "2025-11-02 13:15:00+00:00",
"entry_price": 2.546655,
"exit_price": 2.532389,
"quantity": 394.6,
"sl": 2.532389,
"tp": 2.575187,
"gross_pnl": -5.629377,
"entry_fee": 0.401964,
"exit_fee": 0.399712,
"net_pnl": -6.431053,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.97147652887462,
"macd_hist": 9.370277919521549e-05,
"atr": 0.009510688813372203,
"adx": 21.79578050375354
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-03 03:00:00+00:00",
"exit_time": "2025-11-03 04:00:00+00:00",
"entry_price": 2.442744,
"exit_price": 2.423107,
"quantity": 397.4,
"sl": 2.423107,
"tp": 2.482018,
"gross_pnl": -7.803715,
"entry_fee": 0.388299,
"exit_fee": 0.385177,
"net_pnl": -8.577191,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 24.33220793087286,
"macd_hist": -0.0066591702487464495,
"atr": 0.013091285584207331,
"adx": 27.46914617822472
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-03 15:15:00+00:00",
"exit_time": "2025-11-03 15:30:00+00:00",
"entry_price": 2.355564,
"exit_price": 2.307489,
"quantity": 393.0,
"sl": 2.379602,
"tp": 2.307489,
"gross_pnl": 18.893483,
"entry_fee": 0.370295,
"exit_fee": 0.362737,
"net_pnl": 18.160451,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 27.822921372492353,
"macd_hist": -0.001499852752929253,
"atr": 0.016025006494261057,
"adx": 23.83040854061318
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-04 14:00:00+00:00",
"exit_time": "2025-11-04 14:30:00+00:00",
"entry_price": 2.251175,
"exit_price": 2.275912,
"quantity": 450.7,
"sl": 2.275912,
"tp": 2.201701,
"gross_pnl": -11.148928,
"entry_fee": 0.405842,
"exit_fee": 0.410301,
"net_pnl": -11.965071,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 40.10850600715036,
"macd_hist": -0.00014624093201306108,
"atr": 0.016491277550211087,
"adx": 15.74329151355261
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-05 20:15:00+00:00",
"exit_time": "2025-11-05 20:45:00+00:00",
"entry_price": 2.341766,
"exit_price": 2.368025,
"quantity": 406.9,
"sl": 2.368025,
"tp": 2.289247,
"gross_pnl": -10.684944,
"entry_fee": 0.381146,
"exit_fee": 0.38542,
"net_pnl": -11.45151,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.97915554184324,
"macd_hist": 0.0052102445096894705,
"atr": 0.017506257654751976,
"adx": 40.453072019218716
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-06 02:45:00+00:00",
"exit_time": "2025-11-06 03:15:00+00:00",
"entry_price": 2.385639,
"exit_price": 2.353646,
"quantity": 374.7,
"sl": 2.353646,
"tp": 2.449623,
"gross_pnl": -11.987473,
"entry_fee": 0.35756,
"exit_fee": 0.352765,
"net_pnl": -12.697797,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 67.09942301297103,
"macd_hist": 0.0014371905010130363,
"atr": 0.02132812505918887,
"adx": 31.741728983141325
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-06 14:30:00+00:00",
"exit_time": "2025-11-06 15:30:00+00:00",
"entry_price": 2.270873,
"exit_price": 2.230194,
"quantity": 364.8,
"sl": 2.291212,
"tp": 2.230194,
"gross_pnl": 14.839754,
"entry_fee": 0.331366,
"exit_fee": 0.32543,
"net_pnl": 14.182958,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 32.95112088831185,
"macd_hist": -0.0003104932596451216,
"atr": 0.01355971666554666,
"adx": 31.398034600063482
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-06 20:30:00+00:00",
"exit_time": "2025-11-06 21:30:00+00:00",
"entry_price": 2.189681,
"exit_price": 2.214299,
"quantity": 409.9,
"sl": 2.214299,
"tp": 2.140445,
"gross_pnl": -10.091008,
"entry_fee": 0.35902,
"exit_fee": 0.363057,
"net_pnl": -10.813085,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.665578342241076,
"macd_hist": -0.0005263638052820686,
"atr": 0.016412145951248697,
"adx": 32.80456474376482
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-07 10:15:00+00:00",
"exit_time": "2025-11-07 11:00:00+00:00",
"entry_price": 2.189619,
"exit_price": 2.172132,
"quantity": 384.5,
"sl": 2.172132,
"tp": 2.224592,
"gross_pnl": -6.723666,
"entry_fee": 0.336763,
"exit_fee": 0.334074,
"net_pnl": -7.394504,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.564504221481904,
"macd_hist": -0.0037733288211593773,
"atr": 0.011657852245175503,
"adx": 18.285879991459655
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-07 16:15:00+00:00",
"exit_time": "2025-11-07 16:45:00+00:00",
"entry_price": 2.242376,
"exit_price": 2.271759,
"quantity": 358.2,
"sl": 2.271759,
"tp": 2.18361,
"gross_pnl": -10.524944,
"entry_fee": 0.321288,
"exit_fee": 0.325498,
"net_pnl": -11.17173,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.26637544692173,
"macd_hist": 0.005960516526372641,
"atr": 0.019588580788393015,
"adx": 18.633542012239086
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-09 14:15:00+00:00",
"exit_time": "2025-11-09 15:45:00+00:00",
"entry_price": 2.314769,
"exit_price": 2.331944,
"quantity": 322.1,
"sl": 2.331944,
"tp": 2.280417,
"gross_pnl": -5.53231,
"entry_fee": 0.298235,
"exit_fee": 0.300448,
"net_pnl": -6.130992,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.20611281052926,
"macd_hist": 0.0029384470088926495,
"atr": 0.011450501353482663,
"adx": 13.42019496883335
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-09 23:00:00+00:00",
"exit_time": "2025-11-10 00:00:00+00:00",
"entry_price": 2.367437,
"exit_price": 2.346123,
"quantity": 301.5,
"sl": 2.346123,
"tp": 2.410064,
"gross_pnl": -6.426075,
"entry_fee": 0.285513,
"exit_fee": 0.282942,
"net_pnl": -6.99453,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 70.79337728670897,
"macd_hist": 0.0008725935921229458,
"atr": 0.014209120053368062,
"adx": 35.31657325998852
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-10 09:30:00+00:00",
"exit_time": "2025-11-10 14:45:00+00:00",
"entry_price": 2.523252,
"exit_price": 2.497057,
"quantity": 268.4,
"sl": 2.497057,
"tp": 2.575644,
"gross_pnl": -7.030946,
"entry_fee": 0.270896,
"exit_fee": 0.268084,
"net_pnl": -7.569927,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.15934514630615,
"macd_hist": 0.0014686709834105388,
"atr": 0.017463850689474855,
"adx": 44.54359684781892
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-11 05:30:00+00:00",
"exit_time": "2025-11-11 06:00:00+00:00",
"entry_price": 2.480548,
"exit_price": 2.456249,
"quantity": 257.2,
"sl": 2.456249,
"tp": 2.529145,
"gross_pnl": -6.249632,
"entry_fee": 0.255199,
"exit_fee": 0.252699,
"net_pnl": -6.75753,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.78490938590895,
"macd_hist": -0.005610673974052955,
"atr": 0.016199150038386196,
"adx": 17.15922349322458
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-11 14:00:00+00:00",
"exit_time": "2025-11-11 14:45:00+00:00",
"entry_price": 2.434357,
"exit_price": 2.453931,
"quantity": 247.7,
"sl": 2.453931,
"tp": 2.395207,
"gross_pnl": -4.848663,
"entry_fee": 0.241196,
"exit_fee": 0.243136,
"net_pnl": -5.332994,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.977082492740784,
"macd_hist": -0.0005246975431047324,
"atr": 0.013049825701505133,
"adx": 18.43542205307754
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-11 15:30:00+00:00",
"exit_time": "2025-11-11 21:30:00+00:00",
"entry_price": 2.433757,
"exit_price": 2.390066,
"quantity": 236.3,
"sl": 2.455602,
"tp": 2.390066,
"gross_pnl": 10.324206,
"entry_fee": 0.230039,
"exit_fee": 0.225909,
"net_pnl": 9.868258,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 38.45772070222288,
"macd_hist": -0.0003425139430015024,
"atr": 0.014563698353319056,
"adx": 17.5720310406866
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-12 07:45:00+00:00",
"exit_time": "2025-11-12 08:30:00+00:00",
"entry_price": 2.372437,
"exit_price": 2.403674,
"quantity": 262.7,
"sl": 2.356819,
"tp": 2.403674,
"gross_pnl": 8.205993,
"entry_fee": 0.249296,
"exit_fee": 0.252578,
"net_pnl": 7.70412,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 33.15793673229937,
"macd_hist": -0.001752893731566348,
"atr": 0.010412375892858912,
"adx": 24.468414160268168
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-14 04:30:00+00:00",
"exit_time": "2025-11-14 05:15:00+00:00",
"entry_price": 2.272273,
"exit_price": 2.302136,
"quantity": 290.7,
"sl": 2.302136,
"tp": 2.212547,
"gross_pnl": -8.681166,
"entry_fee": 0.26422,
"exit_fee": 0.267692,
"net_pnl": -9.213078,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.21436536886767,
"macd_hist": -0.0015565041634684126,
"atr": 0.019908648133544433,
"adx": 27.484547219182858
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-14 12:30:00+00:00",
"exit_time": "2025-11-14 12:45:00+00:00",
"entry_price": 2.234323,
"exit_price": 2.291805,
"quantity": 274.5,
"sl": 2.205583,
"tp": 2.291805,
"gross_pnl": 15.778633,
"entry_fee": 0.245329,
"exit_fee": 0.25164,
"net_pnl": 15.281664,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 29.83411226458419,
"macd_hist": -0.004181920879754041,
"atr": 0.019160452544035488,
"adx": 29.819919423896057
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-15 12:00:00+00:00",
"exit_time": "2025-11-15 13:00:00+00:00",
"entry_price": 2.249375,
"exit_price": 2.264741,
"quantity": 306.0,
"sl": 2.264741,
"tp": 2.218643,
"gross_pnl": -4.701969,
"entry_fee": 0.275324,
"exit_fee": 0.277204,
"net_pnl": -5.254497,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.99500547421511,
"macd_hist": -0.00035475586542646487,
"atr": 0.010243941211455727,
"adx": 28.277232462460688
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-16 00:00:00+00:00",
"exit_time": "2025-11-16 02:15:00+00:00",
"entry_price": 2.218778,
"exit_price": 2.236581,
"quantity": 297.7,
"sl": 2.236581,
"tp": 2.183173,
"gross_pnl": -5.299776,
"entry_fee": 0.264212,
"exit_fee": 0.266332,
"net_pnl": -5.83032,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.08582956935997,
"macd_hist": -0.0009190500590523683,
"atr": 0.011868269513261169,
"adx": 22.220554904907136
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-16 09:45:00+00:00",
"exit_time": "2025-11-16 11:00:00+00:00",
"entry_price": 2.275828,
"exit_price": 2.261094,
"quantity": 276.9,
"sl": 2.261094,
"tp": 2.305294,
"gross_pnl": -4.079666,
"entry_fee": 0.252071,
"exit_fee": 0.250439,
"net_pnl": -4.582175,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.34825949682548,
"macd_hist": 4.334873911150585e-05,
"atr": 0.009822235871355682,
"adx": 23.009638274364573
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-18 15:15:00+00:00",
"exit_time": "2025-11-19 03:30:00+00:00",
"entry_price": 2.215522,
"exit_price": 2.1839,
"quantity": 273.6,
"sl": 2.1839,
"tp": 2.278764,
"gross_pnl": -8.651526,
"entry_fee": 0.242467,
"exit_fee": 0.239006,
"net_pnl": -9.132998,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.46420671245802,
"macd_hist": 0.001985975376775168,
"atr": 0.0210807153692148,
"adx": 11.59155005972246
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-19 14:00:00+00:00",
"exit_time": "2025-11-19 15:00:00+00:00",
"entry_price": 2.120888,
"exit_price": 2.137438,
"quantity": 263.6,
"sl": 2.137438,
"tp": 2.087788,
"gross_pnl": -4.362517,
"entry_fee": 0.223626,
"exit_fee": 0.225371,
"net_pnl": -4.811515,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.51758394299354,
"macd_hist": -9.786193183726304e-05,
"atr": 0.011033175075607722,
"adx": 33.580805975941836
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-19 15:30:00+00:00",
"exit_time": "2025-11-19 17:15:00+00:00",
"entry_price": 2.10339,
"exit_price": 2.055586,
"quantity": 253.8,
"sl": 2.127291,
"tp": 2.055586,
"gross_pnl": 12.132562,
"entry_fee": 0.213536,
"exit_fee": 0.208683,
"net_pnl": 11.710343,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 37.522661690870926,
"macd_hist": -0.0003375737616344004,
"atr": 0.015934544526185833,
"adx": 33.93464000375859
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-20 14:00:00+00:00",
"exit_time": "2025-11-20 14:15:00+00:00",
"entry_price": 2.094591,
"exit_price": 2.113691,
"quantity": 282.4,
"sl": 2.113691,
"tp": 2.05639,
"gross_pnl": -5.393936,
"entry_fee": 0.236605,
"exit_fee": 0.238763,
"net_pnl": -5.869304,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.12938319203229,
"macd_hist": -0.0009135747562078256,
"atr": 0.012733560566467093,
"adx": 18.572559892813956
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-20 15:00:00+00:00",
"exit_time": "2025-11-20 16:00:00+00:00",
"entry_price": 2.09789,
"exit_price": 2.049484,
"quantity": 267.4,
"sl": 2.122093,
"tp": 2.049484,
"gross_pnl": 12.943738,
"entry_fee": 0.22439,
"exit_fee": 0.219213,
"net_pnl": 12.500135,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 41.00620008086878,
"macd_hist": -0.0007560993891737181,
"atr": 0.01613530100319836,
"adx": 15.843626200658571
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-22 00:15:00+00:00",
"exit_time": "2025-11-22 22:45:00+00:00",
"entry_price": 1.932407,
"exit_price": 1.962972,
"quantity": 322.0,
"sl": 1.962972,
"tp": 1.871276,
"gross_pnl": -9.842104,
"entry_fee": 0.248894,
"exit_fee": 0.252831,
"net_pnl": -10.343829,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 47.08201560320725,
"macd_hist": -0.00021595635432819683,
"atr": 0.020377027223235526,
"adx": 11.592012994680111
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-25 14:30:00+00:00",
"exit_time": "2025-11-25 20:45:00+00:00",
"entry_price": 2.189681,
"exit_price": 2.211099,
"quantity": 260.0,
"sl": 2.211099,
"tp": 2.146844,
"gross_pnl": -5.568782,
"entry_fee": 0.227727,
"exit_fee": 0.229954,
"net_pnl": -6.026463,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 39.82678623913969,
"macd_hist": -6.170238006937556e-05,
"atr": 0.01427892711371085,
"adx": 17.99018911541929
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-26 12:00:00+00:00",
"exit_time": "2025-11-26 14:45:00+00:00",
"entry_price": 2.150815,
"exit_price": 2.177379,
"quantity": 250.2,
"sl": 2.137533,
"tp": 2.177379,
"gross_pnl": 6.646309,
"entry_fee": 0.215254,
"exit_fee": 0.217912,
"net_pnl": 6.213143,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 24.80688154542512,
"macd_hist": -0.0024672219772248084,
"atr": 0.008854661546376085,
"adx": 22.42046674097928
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-27 02:30:00+00:00",
"exit_time": "2025-11-27 03:00:00+00:00",
"entry_price": 2.231223,
"exit_price": 2.215887,
"quantity": 254.6,
"sl": 2.215887,
"tp": 2.261894,
"gross_pnl": -3.904453,
"entry_fee": 0.227228,
"exit_fee": 0.225666,
"net_pnl": -4.357347,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 58.413084827794755,
"macd_hist": 0.00014922325383772209,
"atr": 0.01022375858882303,
"adx": 16.771754729465645
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-11-28 01:45:00+00:00",
"exit_time": "2025-11-28 05:30:00+00:00",
"entry_price": 2.171517,
"exit_price": 2.200054,
"quantity": 251.1,
"sl": 2.157249,
"tp": 2.200054,
"gross_pnl": 7.165615,
"entry_fee": 0.218107,
"exit_fee": 0.220973,
"net_pnl": 6.726534,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 22.942287299402874,
"macd_hist": -0.003478384036068617,
"atr": 0.009512299239799599,
"adx": 35.89384138114383
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-29 06:15:00+00:00",
"exit_time": "2025-11-29 06:45:00+00:00",
"entry_price": 2.172683,
"exit_price": 2.182536,
"quantity": 265.9,
"sl": 2.182536,
"tp": 2.152977,
"gross_pnl": -2.619933,
"entry_fee": 0.231087,
"exit_fee": 0.232135,
"net_pnl": -3.083154,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 39.73539514020674,
"macd_hist": -0.0003800558205992047,
"atr": 0.006568718532643712,
"adx": 10.8788113174245
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-11-29 11:45:00+00:00",
"exit_time": "2025-11-29 12:00:00+00:00",
"entry_price": 2.209779,
"exit_price": 2.221522,
"quantity": 253.9,
"sl": 2.221522,
"tp": 2.186293,
"gross_pnl": -2.981507,
"entry_fee": 0.224425,
"exit_fee": 0.225618,
"net_pnl": -3.431549,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.59152893732268,
"macd_hist": 0.0034803962612033465,
"atr": 0.007828558531831597,
"adx": 23.296507404855312
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-01 15:15:00+00:00",
"exit_time": "2025-12-01 21:15:00+00:00",
"entry_price": 2.005999,
"exit_price": 2.026484,
"quantity": 270.6,
"sl": 2.026484,
"tp": 1.96503,
"gross_pnl": -5.543123,
"entry_fee": 0.217129,
"exit_fee": 0.219347,
"net_pnl": -5.979599,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.46781297410133,
"macd_hist": -0.0002296635504777959,
"atr": 0.01365637586885045,
"adx": 39.03123005489236
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-02 15:15:00+00:00",
"exit_time": "2025-12-02 15:30:00+00:00",
"entry_price": 2.121088,
"exit_price": 2.143232,
"quantity": 241.3,
"sl": 2.143232,
"tp": 2.076799,
"gross_pnl": -5.343439,
"entry_fee": 0.204727,
"exit_fee": 0.206865,
"net_pnl": -5.755032,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 82.64067616955283,
"macd_hist": 0.00904231435391516,
"atr": 0.014762921564882889,
"adx": 43.373151320296614
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-03 02:15:00+00:00",
"exit_time": "2025-12-03 11:00:00+00:00",
"entry_price": 2.185018,
"exit_price": 2.167996,
"quantity": 220.6,
"sl": 2.167996,
"tp": 2.219064,
"gross_pnl": -3.755191,
"entry_fee": 0.192806,
"exit_fee": 0.191304,
"net_pnl": -4.139301,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 69.30810031262361,
"macd_hist": 0.0011208506574461857,
"atr": 0.011348416152849924,
"adx": 24.033050875499793
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-05 04:30:00+00:00",
"exit_time": "2025-12-05 09:15:00+00:00",
"entry_price": 2.080908,
"exit_price": 2.068926,
"quantity": 221.3,
"sl": 2.068926,
"tp": 2.104872,
"gross_pnl": -2.651645,
"entry_fee": 0.184202,
"exit_fee": 0.183141,
"net_pnl": -3.018988,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.12380936581267,
"macd_hist": -0.0017754982475031902,
"atr": 0.00798808493864777,
"adx": 20.637700831629928
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-05 16:15:00+00:00",
"exit_time": "2025-12-05 19:00:00+00:00",
"entry_price": 2.049695,
"exit_price": 2.012198,
"quantity": 216.8,
"sl": 2.068444,
"tp": 2.012198,
"gross_pnl": 8.129425,
"entry_fee": 0.17775,
"exit_fee": 0.174498,
"net_pnl": 7.777178,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 36.838368640339375,
"macd_hist": -0.00035858079665953614,
"atr": 0.012499115961454048,
"adx": 22.641598261332547
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-06 23:00:00+00:00",
"exit_time": "2025-12-07 00:30:00+00:00",
"entry_price": 2.027497,
"exit_price": 2.035486,
"quantity": 237.9,
"sl": 2.035486,
"tp": 2.01152,
"gross_pnl": -1.900531,
"entry_fee": 0.192937,
"exit_fee": 0.193697,
"net_pnl": -2.287164,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 46.2366314972285,
"macd_hist": -4.5655801308732064e-05,
"atr": 0.005325852954897952,
"adx": 12.308737317152442
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-08 09:15:00+00:00",
"exit_time": "2025-12-08 15:00:00+00:00",
"entry_price": 2.105989,
"exit_price": 2.077634,
"quantity": 223.1,
"sl": 2.120167,
"tp": 2.077634,
"gross_pnl": 6.326113,
"entry_fee": 0.187938,
"exit_fee": 0.185408,
"net_pnl": 5.952767,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 70.48363847276308,
"macd_hist": 0.0019331549667207654,
"atr": 0.009451835477531962,
"adx": 33.89322534795935
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-09 04:30:00+00:00",
"exit_time": "2025-12-09 08:00:00+00:00",
"entry_price": 2.053095,
"exit_price": 2.064568,
"quantity": 242.9,
"sl": 2.064568,
"tp": 2.030148,
"gross_pnl": -2.786898,
"entry_fee": 0.199479,
"exit_fee": 0.200593,
"net_pnl": -3.18697,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.70523787046392,
"macd_hist": -0.0002480490048685788,
"atr": 0.007648958782844274,
"adx": 16.980821771451904
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-09 15:15:00+00:00",
"exit_time": "2025-12-09 16:00:00+00:00",
"entry_price": 2.084608,
"exit_price": 2.119387,
"quantity": 231.2,
"sl": 2.067219,
"tp": 2.119387,
"gross_pnl": 8.04075,
"entry_fee": 0.192785,
"exit_fee": 0.196001,
"net_pnl": 7.651965,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 63.91838145806169,
"macd_hist": 0.00011461440081923444,
"atr": 0.011592777450140984,
"adx": 21.861535134780777
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-09 16:30:00+00:00",
"exit_time": "2025-12-09 20:15:00+00:00",
"entry_price": 2.165383,
"exit_price": 2.116637,
"quantity": 239.7,
"sl": 2.189756,
"tp": 2.116637,
"gross_pnl": 11.684444,
"entry_fee": 0.207617,
"exit_fee": 0.202943,
"net_pnl": 11.273884,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 79.67725630709664,
"macd_hist": 0.010217453447121327,
"atr": 0.01624870518570242,
"adx": 32.78948968172345
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-10 10:30:00+00:00",
"exit_time": "2025-12-10 18:30:00+00:00",
"entry_price": 2.069993,
"exit_price": 2.080244,
"quantity": 277.5,
"sl": 2.080244,
"tp": 2.049492,
"gross_pnl": -2.844536,
"entry_fee": 0.229769,
"exit_fee": 0.230907,
"net_pnl": -3.305212,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.038012691554805,
"macd_hist": -9.211636302669133e-05,
"atr": 0.0068337189344636114,
"adx": 28.94392776366775
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-12 06:00:00+00:00",
"exit_time": "2025-12-12 08:15:00+00:00",
"entry_price": 2.040804,
"exit_price": 2.03017,
"quantity": 272.9,
"sl": 2.03017,
"tp": 2.062072,
"gross_pnl": -2.901997,
"entry_fee": 0.222774,
"exit_fee": 0.221613,
"net_pnl": -3.346384,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 60.72996125810375,
"macd_hist": 0.00031006119423174086,
"atr": 0.007089279634181171,
"adx": 12.365843473818622
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-12 16:00:00+00:00",
"exit_time": "2025-12-13 04:00:00+00:00",
"entry_price": 1.988899,
"exit_price": 2.025052,
"quantity": 271.0,
"sl": 1.970822,
"tp": 2.025052,
"gross_pnl": 9.797528,
"entry_fee": 0.215597,
"exit_fee": 0.219516,
"net_pnl": 9.362416,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 28.182013495720106,
"macd_hist": -0.00643391832048344,
"atr": 0.01205108033747697,
"adx": 30.769786891839054
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-13 08:15:00+00:00",
"exit_time": "2025-12-13 09:45:00+00:00",
"entry_price": 2.038404,
"exit_price": 2.029737,
"quantity": 286.9,
"sl": 2.029737,
"tp": 2.055737,
"gross_pnl": -2.486467,
"entry_fee": 0.233927,
"exit_fee": 0.232933,
"net_pnl": -2.953327,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.22308252293405,
"macd_hist": 0.00011104898980270062,
"atr": 0.005777779231479757,
"adx": 45.46114428135098
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-14 14:30:00+00:00",
"exit_time": "2025-12-14 16:15:00+00:00",
"entry_price": 1.988601,
"exit_price": 1.997598,
"quantity": 286.0,
"sl": 1.997598,
"tp": 1.970607,
"gross_pnl": -2.573155,
"entry_fee": 0.227496,
"exit_fee": 0.228525,
"net_pnl": -3.029176,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.977816858220294,
"macd_hist": -0.00024355313069534482,
"atr": 0.005998030414457444,
"adx": 45.240721426230714
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-14 23:30:00+00:00",
"exit_time": "2025-12-15 01:30:00+00:00",
"entry_price": 1.976702,
"exit_price": 1.990817,
"quantity": 279.5,
"sl": 1.990817,
"tp": 1.948472,
"gross_pnl": -3.945138,
"entry_fee": 0.220995,
"exit_fee": 0.222573,
"net_pnl": -4.388707,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 38.356086201975394,
"macd_hist": -0.000328662396635634,
"atr": 0.009409989632581247,
"adx": 17.398407448393748
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-16 01:45:00+00:00",
"exit_time": "2025-12-16 06:00:00+00:00",
"entry_price": 1.870913,
"exit_price": 1.886014,
"quantity": 283.0,
"sl": 1.886014,
"tp": 1.84071,
"gross_pnl": -4.273747,
"entry_fee": 0.211787,
"exit_fee": 0.213497,
"net_pnl": -4.699031,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.36619399920504,
"macd_hist": -0.0003735221238764042,
"atr": 0.010067718810210652,
"adx": 33.98233926195018
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-17 01:15:00+00:00",
"exit_time": "2025-12-17 01:45:00+00:00",
"entry_price": 1.932093,
"exit_price": 1.921044,
"quantity": 261.3,
"sl": 1.921044,
"tp": 1.954191,
"gross_pnl": -2.887113,
"entry_fee": 0.201942,
"exit_fee": 0.200788,
"net_pnl": -3.289843,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 57.27284206352408,
"macd_hist": 6.492733117557362e-05,
"atr": 0.007366024994511288,
"adx": 9.100219887481245
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-17 03:00:00+00:00",
"exit_time": "2025-12-17 04:45:00+00:00",
"entry_price": 1.928593,
"exit_price": 1.916851,
"quantity": 252.8,
"sl": 1.916851,
"tp": 1.952076,
"gross_pnl": -2.968299,
"entry_fee": 0.195019,
"exit_fee": 0.193832,
"net_pnl": -3.357151,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 53.83766432655275,
"macd_hist": 0.0001927616883307233,
"atr": 0.007827793930372706,
"adx": 10.036617019926226
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-17 14:45:00+00:00",
"exit_time": "2025-12-17 15:00:00+00:00",
"entry_price": 1.962604,
"exit_price": 1.980165,
"quantity": 239.3,
"sl": 1.980165,
"tp": 1.92748,
"gross_pnl": -4.202532,
"entry_fee": 0.18786,
"exit_fee": 0.189541,
"net_pnl": -4.579934,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 76.87372606412995,
"macd_hist": 0.004430142510193042,
"atr": 0.011707848223995851,
"adx": 20.301491124239217
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-18 05:00:00+00:00",
"exit_time": "2025-12-18 09:00:00+00:00",
"entry_price": 1.842616,
"exit_price": 1.854264,
"quantity": 241.9,
"sl": 1.854264,
"tp": 1.819319,
"gross_pnl": -2.817782,
"entry_fee": 0.178291,
"exit_fee": 0.179419,
"net_pnl": -3.175492,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.27848027641453,
"macd_hist": -0.0005302600954796123,
"atr": 0.007765694367798601,
"adx": 15.155030541371415
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-19 13:15:00+00:00",
"exit_time": "2025-12-19 15:15:00+00:00",
"entry_price": 1.878712,
"exit_price": 1.889911,
"quantity": 228.4,
"sl": 1.889911,
"tp": 1.856315,
"gross_pnl": -2.557732,
"entry_fee": 0.171639,
"exit_fee": 0.172662,
"net_pnl": -2.902033,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 68.16547032772114,
"macd_hist": -4.5929936914913816e-05,
"atr": 0.007465649526915487,
"adx": 40.69667585881617
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-20 09:15:00+00:00",
"exit_time": "2025-12-20 09:30:00+00:00",
"entry_price": 1.940106,
"exit_price": 1.94975,
"quantity": 213.2,
"sl": 1.94975,
"tp": 1.920817,
"gross_pnl": -2.05618,
"entry_fee": 0.165452,
"exit_fee": 0.166275,
"net_pnl": -2.387907,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 76.57860029785812,
"macd_hist": 0.0023952351417803035,
"atr": 0.006429580379654935,
"adx": 33.072247082551606
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-21 09:15:00+00:00",
"exit_time": "2025-12-21 13:00:00+00:00",
"entry_price": 1.940806,
"exit_price": 1.92321,
"quantity": 206.6,
"sl": 1.949604,
"tp": 1.92321,
"gross_pnl": 3.635219,
"entry_fee": 0.160388,
"exit_fee": 0.158934,
"net_pnl": 3.315897,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 65.76643793272899,
"macd_hist": 0.002238938403731349,
"atr": 0.005865148397743472,
"adx": 20.89431391053009
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-22 14:45:00+00:00",
"exit_time": "2025-12-22 15:15:00+00:00",
"entry_price": 1.939594,
"exit_price": 1.928657,
"quantity": 214.9,
"sl": 1.928657,
"tp": 1.961468,
"gross_pnl": -2.350336,
"entry_fee": 0.166727,
"exit_fee": 0.165787,
"net_pnl": -2.682851,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 61.79439410687677,
"macd_hist": 0.00016931020577882214,
"atr": 0.007291253758373834,
"adx": 23.353151656204897
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-22 20:15:00+00:00",
"exit_time": "2025-12-23 03:00:00+00:00",
"entry_price": 1.894389,
"exit_price": 1.888511,
"quantity": 212.5,
"sl": 1.88087,
"tp": 1.921428,
"gross_pnl": -1.249137,
"entry_fee": 0.161023,
"exit_fee": 0.160523,
"net_pnl": -1.570683,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 27.365993447652166,
"macd_hist": -0.004010854612389102,
"atr": 0.009012874204918551,
"adx": 21.947345196812435
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-23 03:00:00+00:00",
"exit_time": "2025-12-23 10:45:00+00:00",
"entry_price": 1.888511,
"exit_price": 1.899093,
"quantity": 208.5,
"sl": 1.899093,
"tp": 1.867347,
"gross_pnl": -2.206353,
"entry_fee": 0.157502,
"exit_fee": 0.158384,
"net_pnl": -2.522239,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 33.27156265075251,
"macd_hist": -0.00040059391362373166,
"atr": 0.007054686661170676,
"adx": 15.759226809581437
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-24 14:00:00+00:00",
"exit_time": "2025-12-24 14:15:00+00:00",
"entry_price": 1.876488,
"exit_price": 1.867589,
"quantity": 202.7,
"sl": 1.867589,
"tp": 1.894286,
"gross_pnl": -1.803817,
"entry_fee": 0.152146,
"exit_fee": 0.151424,
"net_pnl": -2.107387,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.32600787482541,
"macd_hist": 0.0004305034013693046,
"atr": 0.005932632635472873,
"adx": 19.810458591296673
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-25 22:45:00+00:00",
"exit_time": "2025-12-25 23:30:00+00:00",
"entry_price": 1.844884,
"exit_price": 1.836907,
"quantity": 200.1,
"sl": 1.836907,
"tp": 1.86084,
"gross_pnl": -1.596324,
"entry_fee": 0.147665,
"exit_fee": 0.147026,
"net_pnl": -1.891015,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 22.431779710524914,
"macd_hist": -0.0022220637884117073,
"atr": 0.005318421811566107,
"adx": 20.682478174103885
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-26 14:00:00+00:00",
"exit_time": "2025-12-26 14:30:00+00:00",
"entry_price": 1.875988,
"exit_price": 1.869132,
"quantity": 191.3,
"sl": 1.869132,
"tp": 1.889699,
"gross_pnl": -1.311524,
"entry_fee": 0.143551,
"exit_fee": 0.143026,
"net_pnl": -1.5981,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 56.615924668228004,
"macd_hist": 5.34029971505025e-06,
"atr": 0.004570565468493248,
"adx": 12.979958193629408
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-26 15:15:00+00:00",
"exit_time": "2025-12-26 20:45:00+00:00",
"entry_price": 1.835984,
"exit_price": 1.858385,
"quantity": 190.8,
"sl": 1.824783,
"tp": 1.858385,
"gross_pnl": 4.274098,
"entry_fee": 0.140122,
"exit_fee": 0.141832,
"net_pnl": 3.992144,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 27.036443427880556,
"macd_hist": -0.00496432909106055,
"atr": 0.007466977792908594,
"adx": 24.396106168250384
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-29 02:15:00+00:00",
"exit_time": "2025-12-29 03:30:00+00:00",
"entry_price": 1.890811,
"exit_price": 1.901222,
"quantity": 195.4,
"sl": 1.901222,
"tp": 1.86999,
"gross_pnl": -2.03424,
"entry_fee": 0.147786,
"exit_fee": 0.148599,
"net_pnl": -2.330625,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.31057200799756,
"macd_hist": 0.002904682758420408,
"atr": 0.006940429836312504,
"adx": 28.230904105175558
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-30 08:00:00+00:00",
"exit_time": "2025-12-30 14:00:00+00:00",
"entry_price": 1.865787,
"exit_price": 1.858101,
"quantity": 191.4,
"sl": 1.858101,
"tp": 1.881157,
"gross_pnl": -1.470947,
"entry_fee": 0.142845,
"exit_fee": 0.142256,
"net_pnl": -1.756048,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 60.76073145967278,
"macd_hist": 7.207434803529165e-05,
"atr": 0.005123466010435832,
"adx": 17.08789863698177
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-30 14:45:00+00:00",
"exit_time": "2025-12-30 15:00:00+00:00",
"entry_price": 1.872587,
"exit_price": 1.864721,
"quantity": 185.6,
"sl": 1.864721,
"tp": 1.888319,
"gross_pnl": -1.459949,
"entry_fee": 0.139021,
"exit_fee": 0.138437,
"net_pnl": -1.737407,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 65.57311944939059,
"macd_hist": 0.0003835495552406453,
"atr": 0.005244071365605494,
"adx": 15.102565712755416
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2025-12-31 01:15:00+00:00",
"exit_time": "2025-12-31 03:15:00+00:00",
"entry_price": 1.879988,
"exit_price": 1.873333,
"quantity": 179.9,
"sl": 1.873333,
"tp": 1.893298,
"gross_pnl": -1.197202,
"entry_fee": 0.135284,
"exit_fee": 0.134805,
"net_pnl": -1.467291,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 59.96236545934972,
"macd_hist": 0.00026626726383577684,
"atr": 0.004436544872461157,
"adx": 11.179849397147612
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2025-12-31 08:30:00+00:00",
"exit_time": "2025-12-31 09:00:00+00:00",
"entry_price": 1.865813,
"exit_price": 1.870489,
"quantity": 176.9,
"sl": 1.870489,
"tp": 1.856462,
"gross_pnl": -0.82711,
"entry_fee": 0.132025,
"exit_fee": 0.132356,
"net_pnl": -1.091491,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.44859833855606,
"macd_hist": -0.00017893604539766716,
"atr": 0.003117052315132621,
"adx": 14.021216191794558
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-01 15:45:00+00:00",
"exit_time": "2026-01-01 16:15:00+00:00",
"entry_price": 1.861986,
"exit_price": 1.855307,
"quantity": 174.1,
"sl": 1.855307,
"tp": 1.875344,
"gross_pnl": -1.162817,
"entry_fee": 0.129669,
"exit_fee": 0.129204,
"net_pnl": -1.42169,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 64.9515011671277,
"macd_hist": 8.017825296896758e-05,
"atr": 0.004452680396625609,
"adx": 29.061543249865803
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-01 23:15:00+00:00",
"exit_time": "2026-01-02 01:30:00+00:00",
"entry_price": 1.878888,
"exit_price": 1.872644,
"quantity": 168.4,
"sl": 1.872644,
"tp": 1.891375,
"gross_pnl": -1.051421,
"entry_fee": 0.126562,
"exit_fee": 0.126141,
"net_pnl": -1.304124,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 68.72971632029694,
"macd_hist": 0.00013424156330143003,
"atr": 0.004162394030589229,
"adx": 26.89065800260644
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-02 14:30:00+00:00",
"exit_time": "2026-01-02 16:00:00+00:00",
"entry_price": 1.906991,
"exit_price": 1.92844,
"quantity": 162.1,
"sl": 1.896266,
"tp": 1.92844,
"gross_pnl": 3.476918,
"entry_fee": 0.123649,
"exit_fee": 0.12504,
"net_pnl": 3.228228,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 68.243618769103,
"macd_hist": 0.00021763021087121363,
"atr": 0.007149738287103824,
"adx": 34.75978288472445
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-03 04:15:00+00:00",
"exit_time": "2026-01-03 05:15:00+00:00",
"entry_price": 2.053505,
"exit_price": 2.038681,
"quantity": 158.1,
"sl": 2.038681,
"tp": 2.083153,
"gross_pnl": -2.343678,
"entry_fee": 0.129864,
"exit_fee": 0.128926,
"net_pnl": -2.602468,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 71.12261390890312,
"macd_hist": 0.0007206569611035839,
"atr": 0.009882682502362707,
"adx": 33.98655567683887
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-04 00:15:00+00:00",
"exit_time": "2026-01-04 00:30:00+00:00",
"entry_price": 2.027497,
"exit_price": 2.0363,
"quantity": 153.4,
"sl": 2.0363,
"tp": 2.009892,
"gross_pnl": -1.350327,
"entry_fee": 0.124407,
"exit_fee": 0.124947,
"net_pnl": -1.599682,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 70.13079683275802,
"macd_hist": 0.0019404998183944217,
"atr": 0.00586843549265057,
"adx": 19.05587951829603
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-04 00:45:00+00:00",
"exit_time": "2026-01-04 03:00:00+00:00",
"entry_price": 2.041396,
"exit_price": 2.038904,
"quantity": 148.1,
"sl": 2.052244,
"tp": 2.0197,
"gross_pnl": 0.369061,
"entry_fee": 0.120932,
"exit_fee": 0.120785,
"net_pnl": 0.127344,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 78.42031027026397,
"macd_hist": 0.002773445174521872,
"atr": 0.007231967338050755,
"adx": 25.06146716762975
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-04 03:00:00+00:00",
"exit_time": "2026-01-04 04:00:00+00:00",
"entry_price": 2.038904,
"exit_price": 2.060997,
"quantity": 148.3,
"sl": 2.027857,
"tp": 2.060997,
"gross_pnl": 3.276469,
"entry_fee": 0.120948,
"exit_fee": 0.122258,
"net_pnl": 3.033262,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 66.00101725582081,
"macd_hist": 4.503977849404806e-05,
"atr": 0.007364505506906315,
"adx": 30.991168735172053
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-05 00:00:00+00:00",
"exit_time": "2026-01-05 01:00:00+00:00",
"entry_price": 2.09601,
"exit_price": 2.12309,
"quantity": 151.3,
"sl": 2.082469,
"tp": 2.12309,
"gross_pnl": 4.097314,
"entry_fee": 0.12685,
"exit_fee": 0.128489,
"net_pnl": 3.841974,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 57.17580304439675,
"macd_hist": 0.0002553605709158574,
"atr": 0.009026908509845482,
"adx": 12.115602077527113
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-05 16:00:00+00:00",
"exit_time": "2026-01-05 16:45:00+00:00",
"entry_price": 2.175282,
"exit_price": 2.19407,
"quantity": 154.2,
"sl": 2.19407,
"tp": 2.137708,
"gross_pnl": -2.896975,
"entry_fee": 0.134171,
"exit_fee": 0.13533,
"net_pnl": -3.166477,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.33651442124638,
"macd_hist": 0.005275416866763252,
"atr": 0.0125247516035141,
"adx": 26.265195686949365
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-07 14:00:00+00:00",
"exit_time": "2026-01-07 15:15:00+00:00",
"entry_price": 2.223378,
"exit_price": 2.187583,
"quantity": 143.5,
"sl": 2.241275,
"tp": 2.187583,
"gross_pnl": 5.136557,
"entry_fee": 0.127622,
"exit_fee": 0.125567,
"net_pnl": 4.883368,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 31.64981446286294,
"macd_hist": -0.0008152942779972973,
"atr": 0.011931607216087634,
"adx": 22.035235450779396
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-08 00:15:00+00:00",
"exit_time": "2026-01-08 00:45:00+00:00",
"entry_price": 2.151585,
"exit_price": 2.170461,
"quantity": 159.3,
"sl": 2.170461,
"tp": 2.113832,
"gross_pnl": -3.007042,
"entry_fee": 0.137099,
"exit_fee": 0.138302,
"net_pnl": -3.282443,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 28.276666347799573,
"macd_hist": -0.0006596465790511593,
"atr": 0.012584400251956765,
"adx": 32.745912121373564
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-08 06:45:00+00:00",
"exit_time": "2026-01-08 10:00:00+00:00",
"entry_price": 2.107211,
"exit_price": 2.087599,
"quantity": 154.6,
"sl": 2.087599,
"tp": 2.146434,
"gross_pnl": -3.031994,
"entry_fee": 0.13031,
"exit_fee": 0.129097,
"net_pnl": -3.291401,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 23.37287024119908,
"macd_hist": -0.004114624052878518,
"atr": 0.01307457469151069,
"adx": 22.87761211305027
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-08 12:00:00+00:00",
"exit_time": "2026-01-08 15:00:00+00:00",
"entry_price": 2.080192,
"exit_price": 2.100117,
"quantity": 148.4,
"sl": 2.100117,
"tp": 2.040342,
"gross_pnl": -2.956883,
"entry_fee": 0.12348,
"exit_fee": 0.124663,
"net_pnl": -3.205027,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.2700327894867,
"macd_hist": -0.00031094837031217515,
"atr": 0.013283393540576555,
"adx": 38.84331455413332
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-09 01:15:00+00:00",
"exit_time": "2026-01-09 01:30:00+00:00",
"entry_price": 2.138314,
"exit_price": 2.121361,
"quantity": 136.6,
"sl": 2.121361,
"tp": 2.172219,
"gross_pnl": -2.315731,
"entry_fee": 0.116837,
"exit_fee": 0.115911,
"net_pnl": -2.548479,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 56.002730633274666,
"macd_hist": 0.00010652805427287249,
"atr": 0.011301759638874163,
"adx": 11.188781582997343
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-09 14:30:00+00:00",
"exit_time": "2026-01-09 15:15:00+00:00",
"entry_price": 2.084192,
"exit_price": 2.101684,
"quantity": 133.7,
"sl": 2.101684,
"tp": 2.049207,
"gross_pnl": -2.338696,
"entry_fee": 0.111463,
"exit_fee": 0.112398,
"net_pnl": -2.562557,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 35.71077874049729,
"macd_hist": -1.4692860062876997e-05,
"atr": 0.01166141125895585,
"adx": 23.55616837227175
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-10 22:45:00+00:00",
"exit_time": "2026-01-10 23:15:00+00:00",
"entry_price": 2.084292,
"exit_price": 2.090906,
"quantity": 127.3,
"sl": 2.090906,
"tp": 2.071063,
"gross_pnl": -0.841975,
"entry_fee": 0.106132,
"exit_fee": 0.106469,
"net_pnl": -1.054576,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 36.3795814994415,
"macd_hist": -0.0003610995731325499,
"atr": 0.004409400126560378,
"adx": 13.353532117144205
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-11 00:15:00+00:00",
"exit_time": "2026-01-11 02:45:00+00:00",
"entry_price": 2.088091,
"exit_price": 2.094853,
"quantity": 124.3,
"sl": 2.094853,
"tp": 2.074567,
"gross_pnl": -0.840539,
"entry_fee": 0.10382,
"exit_fee": 0.104156,
"net_pnl": -1.048515,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 44.69447176544347,
"macd_hist": -1.5255877861803475e-05,
"atr": 0.004508121312585883,
"adx": 19.05378544239694
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-11 06:15:00+00:00",
"exit_time": "2026-01-11 06:45:00+00:00",
"entry_price": 2.086791,
"exit_price": 2.092694,
"quantity": 121.6,
"sl": 2.092694,
"tp": 2.074986,
"gross_pnl": -0.717779,
"entry_fee": 0.101502,
"exit_fee": 0.101789,
"net_pnl": -0.921069,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 42.59578798348403,
"macd_hist": -0.00012130856556383335,
"atr": 0.003935190515321261,
"adx": 11.233343951291067
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-11 12:45:00+00:00",
"exit_time": "2026-01-11 14:45:00+00:00",
"entry_price": 2.10289,
"exit_price": 2.108508,
"quantity": 118.2,
"sl": 2.108508,
"tp": 2.091653,
"gross_pnl": -0.664117,
"entry_fee": 0.099425,
"exit_fee": 0.09969,
"net_pnl": -0.863232,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 67.90556933822843,
"macd_hist": 0.0011236246859926337,
"atr": 0.0037457236024969268,
"adx": 14.695994703326152
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-12 00:30:00+00:00",
"exit_time": "2026-01-12 01:00:00+00:00",
"entry_price": 2.038496,
"exit_price": 2.055335,
"quantity": 119.6,
"sl": 2.055335,
"tp": 2.004818,
"gross_pnl": -2.013949,
"entry_fee": 0.097522,
"exit_fee": 0.098327,
"net_pnl": -2.209798,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.846968396259047,
"macd_hist": -0.0007889318573150606,
"atr": 0.011226025987254529,
"adx": 34.7282486688746
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-12 08:30:00+00:00",
"exit_time": "2026-01-12 14:30:00+00:00",
"entry_price": 2.039504,
"exit_price": 2.070019,
"quantity": 113.9,
"sl": 2.024246,
"tp": 2.070019,
"gross_pnl": 3.475711,
"entry_fee": 0.09292,
"exit_fee": 0.09431,
"net_pnl": 3.288481,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 27.845720082326512,
"macd_hist": -0.00422472084809305,
"atr": 0.010171819224215985,
"adx": 25.798010340783087
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-12 14:45:00+00:00",
"exit_time": "2026-01-12 15:15:00+00:00",
"entry_price": 2.071393,
"exit_price": 2.085395,
"quantity": 119.8,
"sl": 2.085395,
"tp": 2.043389,
"gross_pnl": -1.677442,
"entry_fee": 0.099261,
"exit_fee": 0.099932,
"net_pnl": -1.876635,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 67.5250899149239,
"macd_hist": 0.0038890553980056005,
"atr": 0.009334677946430038,
"adx": 24.27067422568282
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-13 13:30:00+00:00",
"exit_time": "2026-01-13 14:00:00+00:00",
"entry_price": 2.070307,
"exit_price": 2.061076,
"quantity": 115.1,
"sl": 2.061076,
"tp": 2.088768,
"gross_pnl": -1.062456,
"entry_fee": 0.095317,
"exit_fee": 0.094892,
"net_pnl": -1.252665,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 61.04188689215822,
"macd_hist": 0.000533566439654523,
"atr": 0.006153814143169294,
"adx": 17.11452749370183
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-13 22:00:00+00:00",
"exit_time": "2026-01-14 06:00:00+00:00",
"entry_price": 2.160116,
"exit_price": 2.138083,
"quantity": 107.2,
"sl": 2.138083,
"tp": 2.204181,
"gross_pnl": -2.361887,
"entry_fee": 0.092626,
"exit_fee": 0.091681,
"net_pnl": -2.546194,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 72.9848697065162,
"macd_hist": 0.000636766936842741,
"atr": 0.014688351920839157,
"adx": 35.17311828571225
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-15 02:30:00+00:00",
"exit_time": "2026-01-15 03:15:00+00:00",
"entry_price": 2.112011,
"exit_price": 2.096907,
"quantity": 103.4,
"sl": 2.096907,
"tp": 2.142219,
"gross_pnl": -1.56173,
"entry_fee": 0.087353,
"exit_fee": 0.086728,
"net_pnl": -1.735811,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.36216619770078,
"macd_hist": -0.0020743582094654026,
"atr": 0.010069183995639507,
"adx": 16.06052267658807
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-15 03:30:00+00:00",
"exit_time": "2026-01-15 09:45:00+00:00",
"entry_price": 2.086109,
"exit_price": 2.118911,
"quantity": 100.4,
"sl": 2.069707,
"tp": 2.118911,
"gross_pnl": 3.293355,
"entry_fee": 0.083778,
"exit_fee": 0.085095,
"net_pnl": 3.124482,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 21.92645525183197,
"macd_hist": -0.004071137923555767,
"atr": 0.010934115058815617,
"adx": 25.971197254534513
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-16 14:30:00+00:00",
"exit_time": "2026-01-16 15:30:00+00:00",
"entry_price": 2.056694,
"exit_price": 2.039772,
"quantity": 109.2,
"sl": 2.065155,
"tp": 2.039772,
"gross_pnl": 1.847867,
"entry_fee": 0.089836,
"exit_fee": 0.089097,
"net_pnl": 1.668933,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 40.58807327439594,
"macd_hist": -1.3786906040920248e-05,
"atr": 0.005640619691777436,
"adx": 29.20637560550103
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-17 11:15:00+00:00",
"exit_time": "2026-01-17 12:30:00+00:00",
"entry_price": 2.062906,
"exit_price": 2.057276,
"quantity": 112.7,
"sl": 2.057276,
"tp": 2.074167,
"gross_pnl": -0.634551,
"entry_fee": 0.092996,
"exit_fee": 0.092742,
"net_pnl": -0.820289,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 52.52162152726272,
"macd_hist": 4.9135549126390636e-05,
"atr": 0.0037536302469557323,
"adx": 13.982061298134935
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-17 15:00:00+00:00",
"exit_time": "2026-01-17 15:15:00+00:00",
"entry_price": 2.074093,
"exit_price": 2.080899,
"quantity": 109.8,
"sl": 2.080899,
"tp": 2.06048,
"gross_pnl": -0.747346,
"entry_fee": 0.091094,
"exit_fee": 0.091393,
"net_pnl": -0.929833,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 69.16433708427633,
"macd_hist": 0.0015812464458042678,
"atr": 0.004537618137465387,
"adx": 16.189151941493567
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-19 00:15:00+00:00",
"exit_time": "2026-01-19 16:15:00+00:00",
"entry_price": 1.932293,
"exit_price": 1.992259,
"quantity": 115.3,
"sl": 1.90231,
"tp": 1.992259,
"gross_pnl": 6.914015,
"entry_fee": 0.089117,
"exit_fee": 0.091883,
"net_pnl": 6.733015,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 13.54901226600254,
"macd_hist": -0.01403438855925851,
"atr": 0.0199884789258432,
"adx": 39.319225558029224
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-20 08:45:00+00:00",
"exit_time": "2026-01-20 15:00:00+00:00",
"entry_price": 1.927493,
"exit_price": 1.911725,
"quantity": 132.8,
"sl": 1.911725,
"tp": 1.959029,
"gross_pnl": -2.094007,
"entry_fee": 0.102388,
"exit_fee": 0.101551,
"net_pnl": -2.297946,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.163659502317238,
"macd_hist": -0.0022630153109700762,
"atr": 0.010512083710489532,
"adx": 44.76742932982954
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-22 08:45:00+00:00",
"exit_time": "2026-01-22 11:15:00+00:00",
"entry_price": 1.958296,
"exit_price": 1.947926,
"quantity": 124.6,
"sl": 1.947926,
"tp": 1.979036,
"gross_pnl": -1.292105,
"entry_fee": 0.097601,
"exit_fee": 0.097085,
"net_pnl": -1.486792,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 58.6831507031746,
"macd_hist": 0.0004991150255473843,
"atr": 0.0069133518371470954,
"adx": 7.8179188154450125
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-22 13:30:00+00:00",
"exit_time": "2026-01-22 14:30:00+00:00",
"entry_price": 1.928093,
"exit_price": 1.9174,
"quantity": 122.4,
"sl": 1.9174,
"tp": 1.949478,
"gross_pnl": -1.308783,
"entry_fee": 0.094399,
"exit_fee": 0.093876,
"net_pnl": -1.497058,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.683528623345275,
"macd_hist": -0.002166719293075771,
"atr": 0.007128446388820609,
"adx": 25.40285305764938
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-22 23:00:00+00:00",
"exit_time": "2026-01-23 14:30:00+00:00",
"entry_price": 1.919708,
"exit_price": 1.895573,
"quantity": 118.8,
"sl": 1.931776,
"tp": 1.895573,
"gross_pnl": 2.867254,
"entry_fee": 0.091225,
"exit_fee": 0.090078,
"net_pnl": 2.685952,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 44.03031311190277,
"macd_hist": -4.650226588357798e-05,
"atr": 0.008045045487392617,
"adx": 16.485310715846506
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-23 16:30:00+00:00",
"exit_time": "2026-01-23 17:30:00+00:00",
"entry_price": 1.943806,
"exit_price": 1.958266,
"quantity": 124.0,
"sl": 1.958266,
"tp": 1.914886,
"gross_pnl": -1.793028,
"entry_fee": 0.096413,
"exit_fee": 0.09713,
"net_pnl": -1.986571,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 73.90975131575671,
"macd_hist": 0.004262938520918856,
"atr": 0.009639934896384084,
"adx": 33.427794483545945
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-25 08:45:00+00:00",
"exit_time": "2026-01-25 09:30:00+00:00",
"entry_price": 1.889611,
"exit_price": 1.895139,
"quantity": 122.0,
"sl": 1.895139,
"tp": 1.878555,
"gross_pnl": -0.674425,
"entry_fee": 0.092213,
"exit_fee": 0.092483,
"net_pnl": -0.859121,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 31.948096976865717,
"macd_hist": -0.00012224186904471806,
"atr": 0.0036853839270485408,
"adx": 36.74449786681841
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-26 12:00:00+00:00",
"exit_time": "2026-01-26 14:30:00+00:00",
"entry_price": 1.89839,
"exit_price": 1.918547,
"quantity": 119.0,
"sl": 1.888311,
"tp": 1.918547,
"gross_pnl": 2.398719,
"entry_fee": 0.090363,
"exit_fee": 0.091323,
"net_pnl": 2.217033,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 65.28618430014191,
"macd_hist": 0.00043731467658772796,
"atr": 0.006719101512658223,
"adx": 27.410925669481284
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-28 09:45:00+00:00",
"exit_time": "2026-01-28 14:15:00+00:00",
"entry_price": 1.931393,
"exit_price": 1.921506,
"quantity": 122.5,
"sl": 1.921506,
"tp": 1.951168,
"gross_pnl": -1.211227,
"entry_fee": 0.094638,
"exit_fee": 0.094154,
"net_pnl": -1.400019,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 69.49360491728265,
"macd_hist": 0.0009318141405021494,
"atr": 0.006591708992321306,
"adx": 23.59253632415462
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-28 15:00:00+00:00",
"exit_time": "2026-01-28 20:15:00+00:00",
"entry_price": 1.90409,
"exit_price": 1.930818,
"quantity": 120.3,
"sl": 1.890727,
"tp": 1.930818,
"gross_pnl": 3.215332,
"entry_fee": 0.091625,
"exit_fee": 0.092911,
"net_pnl": 3.030796,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 34.56526289087316,
"macd_hist": -0.0030926420512074207,
"atr": 0.00890920390979104,
"adx": 27.06238913272812
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-29 02:30:00+00:00",
"exit_time": "2026-01-29 04:00:00+00:00",
"entry_price": 1.877988,
"exit_price": 1.865535,
"quantity": 129.8,
"sl": 1.865535,
"tp": 1.902894,
"gross_pnl": -1.61643,
"entry_fee": 0.097505,
"exit_fee": 0.096859,
"net_pnl": -1.810793,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.33182947848945,
"macd_hist": -0.0024318333194695008,
"atr": 0.008302155091255052,
"adx": 33.13730415704683
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-29 09:15:00+00:00",
"exit_time": "2026-01-29 14:15:00+00:00",
"entry_price": 1.872913,
"exit_price": 1.854631,
"quantity": 125.0,
"sl": 1.882054,
"tp": 1.854631,
"gross_pnl": 2.285212,
"entry_fee": 0.093646,
"exit_fee": 0.092732,
"net_pnl": 2.098835,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 39.45732299862837,
"macd_hist": -9.844651786140336e-05,
"atr": 0.006093899461169029,
"adx": 21.306446581335017
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-29 15:15:00+00:00",
"exit_time": "2026-01-29 15:30:00+00:00",
"entry_price": 1.814281,
"exit_price": 1.797979,
"quantity": 134.6,
"sl": 1.797979,
"tp": 1.846887,
"gross_pnl": -2.19434,
"entry_fee": 0.097681,
"exit_fee": 0.096803,
"net_pnl": -2.388824,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 21.287048757170343,
"macd_hist": -0.0064948272818839,
"atr": 0.010868447352070805,
"adx": 42.61152098814904
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-01-30 01:30:00+00:00",
"exit_time": "2026-01-30 02:15:00+00:00",
"entry_price": 1.743626,
"exit_price": 1.733473,
"quantity": 132.9,
"sl": 1.766432,
"tp": 1.698012,
"gross_pnl": 1.349239,
"entry_fee": 0.092691,
"exit_fee": 0.092151,
"net_pnl": 1.164397,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 19.89605260729724,
"macd_hist": -0.003114826868995284,
"atr": 0.015204543588406344,
"adx": 20.39618087837
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-30 02:15:00+00:00",
"exit_time": "2026-01-31 08:15:00+00:00",
"entry_price": 1.733473,
"exit_price": 1.708123,
"quantity": 136.8,
"sl": 1.708123,
"tp": 1.784174,
"gross_pnl": -3.467946,
"entry_fee": 0.094856,
"exit_fee": 0.093468,
"net_pnl": -3.65627,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 23.073980969155752,
"macd_hist": -0.006774295280987325,
"atr": 0.01690032152468248,
"adx": 30.533694137112256
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-01-31 08:45:00+00:00",
"exit_time": "2026-01-31 13:30:00+00:00",
"entry_price": 1.693869,
"exit_price": 1.678958,
"quantity": 128.9,
"sl": 1.678958,
"tp": 1.723693,
"gross_pnl": -1.922111,
"entry_fee": 0.087336,
"exit_fee": 0.086567,
"net_pnl": -2.096014,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 26.314482137941912,
"macd_hist": -0.0039941006951907075,
"atr": 0.00994109682127992,
"adx": 33.58028938151393
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-01 15:15:00+00:00",
"exit_time": "2026-02-01 18:15:00+00:00",
"entry_price": 1.581858,
"exit_price": 1.622185,
"quantity": 131.2,
"sl": 1.561695,
"tp": 1.622185,
"gross_pnl": 5.290846,
"entry_fee": 0.083016,
"exit_fee": 0.085132,
"net_pnl": 5.122698,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 25.96143856626719,
"macd_hist": -0.00506078509276847,
"atr": 0.013442189617541477,
"adx": 21.129959804667674
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-03 09:15:00+00:00",
"exit_time": "2026-02-03 12:30:00+00:00",
"entry_price": 1.594541,
"exit_price": 1.608651,
"quantity": 145.9,
"sl": 1.608651,
"tp": 1.56632,
"gross_pnl": -2.058682,
"entry_fee": 0.093057,
"exit_fee": 0.093881,
"net_pnl": -2.24562,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.59348448949294,
"macd_hist": -0.000984247874490395,
"atr": 0.009406818577342898,
"adx": 18.22726937046119
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-03 14:45:00+00:00",
"exit_time": "2026-02-03 15:15:00+00:00",
"entry_price": 1.582142,
"exit_price": 1.596485,
"quantity": 139.7,
"sl": 1.596485,
"tp": 1.553455,
"gross_pnl": -2.003765,
"entry_fee": 0.08841,
"exit_fee": 0.089212,
"net_pnl": -2.181386,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.284034305900214,
"macd_hist": -0.0012452058811240764,
"atr": 0.009562227580092826,
"adx": 18.156393599296358
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-03 16:15:00+00:00",
"exit_time": "2026-02-03 18:15:00+00:00",
"entry_price": 1.586841,
"exit_price": 1.545087,
"quantity": 132.1,
"sl": 1.607719,
"tp": 1.545087,
"gross_pnl": 5.515758,
"entry_fee": 0.083849,
"exit_fee": 0.081642,
"net_pnl": 5.350267,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 42.420525480598954,
"macd_hist": -0.0006076059040548316,
"atr": 0.013918138440886706,
"adx": 16.222922416483915
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-05 10:00:00+00:00",
"exit_time": "2026-02-05 10:45:00+00:00",
"entry_price": 1.405159,
"exit_price": 1.361128,
"quantity": 167.9,
"sl": 1.427175,
"tp": 1.361128,
"gross_pnl": 7.392866,
"entry_fee": 0.094371,
"exit_fee": 0.091413,
"net_pnl": 7.207082,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 32.903536302263156,
"macd_hist": -0.0005617006063806107,
"atr": 0.014677121447535545,
"adx": 29.547562019468188
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-05 15:15:00+00:00",
"exit_time": "2026-02-05 15:45:00+00:00",
"entry_price": 1.282372,
"exit_price": 1.316729,
"quantity": 211.7,
"sl": 1.316729,
"tp": 1.213658,
"gross_pnl": -7.273375,
"entry_fee": 0.108591,
"exit_fee": 0.111501,
"net_pnl": -7.493467,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 23.261339624654603,
"macd_hist": -0.0031380743956073674,
"atr": 0.02290466179108103,
"adx": 40.264445756845205
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-06 15:30:00+00:00",
"exit_time": "2026-02-06 18:00:00+00:00",
"entry_price": 1.540146,
"exit_price": 1.462278,
"quantity": 151.6,
"sl": 1.57908,
"tp": 1.462278,
"gross_pnl": 11.804739,
"entry_fee": 0.093394,
"exit_fee": 0.088673,
"net_pnl": 11.622672,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 81.41603393102403,
"macd_hist": 0.009701845331180042,
"atr": 0.02595588975122472,
"adx": 56.76634313685306
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-07 00:00:00+00:00",
"exit_time": "2026-02-07 00:30:00+00:00",
"entry_price": 1.477848,
"exit_price": 1.44928,
"quantity": 197.0,
"sl": 1.44928,
"tp": 1.534984,
"gross_pnl": -5.627898,
"entry_fee": 0.116454,
"exit_fee": 0.114203,
"net_pnl": -5.858555,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 56.853360420577665,
"macd_hist": 0.00013222577842555375,
"atr": 0.01904533872685358,
"adx": 21.244030864645318
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-08 23:15:00+00:00",
"exit_time": "2026-02-09 01:15:00+00:00",
"entry_price": 1.425457,
"exit_price": 1.442164,
"quantity": 183.3,
"sl": 1.442164,
"tp": 1.392044,
"gross_pnl": -3.06232,
"entry_fee": 0.104515,
"exit_fee": 0.105739,
"net_pnl": -3.272574,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 43.03580727789121,
"macd_hist": -0.00022075332128478498,
"atr": 0.011137735138374514,
"adx": 18.125468939733235
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-09 01:30:00+00:00",
"exit_time": "2026-02-09 02:30:00+00:00",
"entry_price": 1.421658,
"exit_price": 1.439575,
"quantity": 171.9,
"sl": 1.439575,
"tp": 1.385823,
"gross_pnl": -3.079978,
"entry_fee": 0.097753,
"exit_fee": 0.098985,
"net_pnl": -3.276717,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 43.09813324889285,
"macd_hist": -0.0003684905029576824,
"atr": 0.011944844851595327,
"adx": 17.34620963992256
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-09 15:30:00+00:00",
"exit_time": "2026-02-10 11:45:00+00:00",
"entry_price": 1.444456,
"exit_price": 1.405311,
"quantity": 157.5,
"sl": 1.464028,
"tp": 1.405311,
"gross_pnl": 6.165189,
"entry_fee": 0.091001,
"exit_fee": 0.088535,
"net_pnl": 5.985654,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 67.60256885266847,
"macd_hist": 0.005252154089186625,
"atr": 0.013048019622497381,
"adx": 24.307781104404125
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-10 15:00:00+00:00",
"exit_time": "2026-02-10 16:00:00+00:00",
"entry_price": 1.40066,
"exit_price": 1.415194,
"quantity": 183.5,
"sl": 1.415194,
"tp": 1.371591,
"gross_pnl": -2.667051,
"entry_fee": 0.102808,
"exit_fee": 0.103875,
"net_pnl": -2.873735,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.48056230450509,
"macd_hist": -0.00017561978374917592,
"atr": 0.009689558954252001,
"adx": 28.138955269331152
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-11 05:30:00+00:00",
"exit_time": "2026-02-11 06:00:00+00:00",
"entry_price": 1.376138,
"exit_price": 1.364021,
"quantity": 176.0,
"sl": 1.364021,
"tp": 1.400371,
"gross_pnl": -2.132539,
"entry_fee": 0.09688,
"exit_fee": 0.096027,
"net_pnl": -2.325446,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.877872051347993,
"macd_hist": -0.0031991847222557937,
"atr": 0.008077799884970665,
"adx": 28.70578937277335
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-11 15:00:00+00:00",
"exit_time": "2026-02-11 17:15:00+00:00",
"entry_price": 1.353365,
"exit_price": 1.373984,
"quantity": 169.9,
"sl": 1.373984,
"tp": 1.312127,
"gross_pnl": -3.503168,
"entry_fee": 0.091975,
"exit_fee": 0.093376,
"net_pnl": -3.688518,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 40.51882567512129,
"macd_hist": -0.0008075166450908154,
"atr": 0.013745998302591836,
"adx": 23.853122083189284
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-13 07:30:00+00:00",
"exit_time": "2026-02-13 08:15:00+00:00",
"entry_price": 1.351165,
"exit_price": 1.360463,
"quantity": 156.2,
"sl": 1.360463,
"tp": 1.332568,
"gross_pnl": -1.452399,
"entry_fee": 0.084421,
"exit_fee": 0.085002,
"net_pnl": -1.621822,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 42.00241279056577,
"macd_hist": -0.0002111065843533183,
"atr": 0.006198886424274503,
"adx": 13.304186594410373
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-13 13:15:00+00:00",
"exit_time": "2026-02-13 14:45:00+00:00",
"entry_price": 1.373937,
"exit_price": 1.391922,
"quantity": 147.5,
"sl": 1.364945,
"tp": 1.391922,
"gross_pnl": 2.652804,
"entry_fee": 0.081062,
"exit_fee": 0.082123,
"net_pnl": 2.489619,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 62.47158807344216,
"macd_hist": 0.0001634338987481249,
"atr": 0.0059950378655264985,
"adx": 16.768628499714836
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-14 00:45:00+00:00",
"exit_time": "2026-02-14 08:00:00+00:00",
"entry_price": 1.413441,
"exit_price": 1.430528,
"quantity": 151.9,
"sl": 1.404898,
"tp": 1.430528,
"gross_pnl": 2.59543,
"entry_fee": 0.085881,
"exit_fee": 0.086919,
"net_pnl": 2.42263,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 59.33969205025554,
"macd_hist": 0.0001179474412409719,
"atr": 0.005695478933646375,
"adx": 17.62790215718828
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-14 08:30:00+00:00",
"exit_time": "2026-02-14 08:45:00+00:00",
"entry_price": 1.439356,
"exit_price": 1.44776,
"quantity": 157.2,
"sl": 1.44776,
"tp": 1.422548,
"gross_pnl": -1.321134,
"entry_fee": 0.090507,
"exit_fee": 0.091035,
"net_pnl": -1.502676,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 74.97873288396241,
"macd_hist": 0.0025852119646016317,
"atr": 0.00560277460878005,
"adx": 26.642590101023796
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-15 00:00:00+00:00",
"exit_time": "2026-02-15 00:15:00+00:00",
"entry_price": 1.506349,
"exit_price": 1.519235,
"quantity": 144.9,
"sl": 1.519235,
"tp": 1.480578,
"gross_pnl": -1.8671,
"entry_fee": 0.087308,
"exit_fee": 0.088055,
"net_pnl": -2.042463,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.41984332298053,
"macd_hist": -9.999313471966212e-05,
"atr": 0.008590291117980651,
"adx": 55.418572410215276
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-16 09:45:00+00:00",
"exit_time": "2026-02-16 11:15:00+00:00",
"entry_price": 1.50015,
"exit_price": 1.469026,
"quantity": 138.4,
"sl": 1.515712,
"tp": 1.469026,
"gross_pnl": 4.307622,
"entry_fee": 0.083048,
"exit_fee": 0.081325,
"net_pnl": 4.143249,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 69.05331448602844,
"macd_hist": 0.004981067444440544,
"atr": 0.010374812914893554,
"adx": 20.935842016990147
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-17 02:15:00+00:00",
"exit_time": "2026-02-17 04:30:00+00:00",
"entry_price": 1.485949,
"exit_price": 1.473777,
"quantity": 153.5,
"sl": 1.473777,
"tp": 1.510292,
"gross_pnl": -1.86837,
"entry_fee": 0.091237,
"exit_fee": 0.09049,
"net_pnl": -2.050098,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 51.711558683873825,
"macd_hist": 3.257792252294941e-05,
"atr": 0.008114529274786338,
"adx": 18.166062018514793
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-17 14:30:00+00:00",
"exit_time": "2026-02-17 15:00:00+00:00",
"entry_price": 1.434457,
"exit_price": 1.446428,
"quantity": 151.5,
"sl": 1.446428,
"tp": 1.410514,
"gross_pnl": -1.813628,
"entry_fee": 0.086928,
"exit_fee": 0.087654,
"net_pnl": -1.98821,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 24.089538993986835,
"macd_hist": -0.0006808511794719925,
"atr": 0.007980761344578776,
"adx": 27.59375806743466
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-17 16:30:00+00:00",
"exit_time": "2026-02-18 18:15:00+00:00",
"entry_price": 1.483452,
"exit_price": 1.44757,
"quantity": 139.5,
"sl": 1.501392,
"tp": 1.44757,
"gross_pnl": 5.005446,
"entry_fee": 0.082777,
"exit_fee": 0.080774,
"net_pnl": 4.841895,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 67.0809549348205,
"macd_hist": 0.004370983884567298,
"atr": 0.011960445200402795,
"adx": 26.326647107337
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-19 05:00:00+00:00",
"exit_time": "2026-02-19 06:00:00+00:00",
"entry_price": 1.411959,
"exit_price": 1.421891,
"quantity": 163.4,
"sl": 1.421891,
"tp": 1.392094,
"gross_pnl": -1.622928,
"entry_fee": 0.092286,
"exit_fee": 0.092935,
"net_pnl": -1.808148,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.257019910501896,
"macd_hist": -0.0004997763853599854,
"atr": 0.006621492144186572,
"adx": 23.441331242389335
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-19 13:45:00+00:00",
"exit_time": "2026-02-19 16:00:00+00:00",
"entry_price": 1.391939,
"exit_price": 1.381004,
"quantity": 158.9,
"sl": 1.381004,
"tp": 1.41381,
"gross_pnl": -1.737648,
"entry_fee": 0.088472,
"exit_fee": 0.087777,
"net_pnl": -1.913896,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 29.32377023305555,
"macd_hist": -0.002044183405054044,
"atr": 0.007290319487706032,
"adx": 27.419311904089625
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-20 09:00:00+00:00",
"exit_time": "2026-02-20 11:00:00+00:00",
"entry_price": 1.426043,
"exit_price": 1.417357,
"quantity": 148.1,
"sl": 1.417357,
"tp": 1.443413,
"gross_pnl": -1.2863,
"entry_fee": 0.084479,
"exit_fee": 0.083964,
"net_pnl": -1.454743,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 62.93301032877026,
"macd_hist": 0.00037491521978026514,
"atr": 0.005790231598091361,
"adx": 11.453741916967095
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-20 13:45:00+00:00",
"exit_time": "2026-02-20 14:30:00+00:00",
"entry_price": 1.383138,
"exit_price": 1.4055,
"quantity": 147.1,
"sl": 1.371957,
"tp": 1.4055,
"gross_pnl": 3.289456,
"entry_fee": 0.081384,
"exit_fee": 0.0827,
"net_pnl": 3.125373,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 23.489593595326372,
"macd_hist": -0.0033081518478254896,
"atr": 0.007454013924486339,
"adx": 31.293386500931
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-21 06:00:00+00:00",
"exit_time": "2026-02-21 06:30:00+00:00",
"entry_price": 1.434643,
"exit_price": 1.428185,
"quantity": 152.5,
"sl": 1.428185,
"tp": 1.44756,
"gross_pnl": -0.984917,
"entry_fee": 0.087513,
"exit_fee": 0.087119,
"net_pnl": -1.159549,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 61.35856695940117,
"macd_hist": 0.0002907193818930025,
"atr": 0.004305646266643643,
"adx": 13.476793846073315
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-21 14:00:00+00:00",
"exit_time": "2026-02-21 14:30:00+00:00",
"entry_price": 1.447345,
"exit_price": 1.460803,
"quantity": 146.8,
"sl": 1.440616,
"tp": 1.460803,
"gross_pnl": 1.975693,
"entry_fee": 0.084988,
"exit_fee": 0.085778,
"net_pnl": 1.804926,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 65.66004200808446,
"macd_hist": 0.0002040437812304472,
"atr": 0.004486132335137116,
"adx": 22.48469775979257
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-22 12:00:00+00:00",
"exit_time": "2026-02-22 13:30:00+00:00",
"entry_price": 1.412159,
"exit_price": 1.400859,
"quantity": 156.5,
"sl": 1.417809,
"tp": 1.400859,
"gross_pnl": 1.768452,
"entry_fee": 0.088401,
"exit_fee": 0.087694,
"net_pnl": 1.592357,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 32.66049689805588,
"macd_hist": -0.00015102090821537636,
"atr": 0.003766670593707015,
"adx": 23.215264082624675
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-22 17:30:00+00:00",
"exit_time": "2026-02-22 20:00:00+00:00",
"entry_price": 1.386339,
"exit_price": 1.379198,
"quantity": 164.9,
"sl": 1.379198,
"tp": 1.40062,
"gross_pnl": -1.177477,
"entry_fee": 0.091443,
"exit_fee": 0.090972,
"net_pnl": -1.359892,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 28.43423673870778,
"macd_hist": 1.5280537747968878e-05,
"atr": 0.004760369440422805,
"adx": 55.22948752326695
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-23 00:30:00+00:00",
"exit_time": "2026-02-23 01:00:00+00:00",
"entry_price": 1.372063,
"exit_price": 1.354571,
"quantity": 161.3,
"sl": 1.380808,
"tp": 1.354571,
"gross_pnl": 2.821352,
"entry_fee": 0.088525,
"exit_fee": 0.087397,
"net_pnl": 2.64543,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 31.409806530652943,
"macd_hist": -0.0010471706598795642,
"atr": 0.00583044494424553,
"adx": 29.57336605441547
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-23 01:45:00+00:00",
"exit_time": "2026-02-23 06:30:00+00:00",
"entry_price": 1.331633,
"exit_price": 1.358674,
"quantity": 175.8,
"sl": 1.318113,
"tp": 1.358674,
"gross_pnl": 4.753822,
"entry_fee": 0.09364,
"exit_fee": 0.095542,
"net_pnl": 4.56464,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 21.751401851438008,
"macd_hist": -0.006159335113362277,
"atr": 0.009013693503234804,
"adx": 42.64778022635647
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-24 01:00:00+00:00",
"exit_time": "2026-02-24 01:15:00+00:00",
"entry_price": 1.343766,
"exit_price": 1.354153,
"quantity": 190.9,
"sl": 1.354153,
"tp": 1.322991,
"gross_pnl": -1.982966,
"entry_fee": 0.10261,
"exit_fee": 0.103403,
"net_pnl": -2.188979,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 34.43721368661258,
"macd_hist": -0.00016442644916439368,
"atr": 0.006924973823382633,
"adx": 19.25387615303694
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-24 16:00:00+00:00",
"exit_time": "2026-02-25 01:00:00+00:00",
"entry_price": 1.359364,
"exit_price": 1.372607,
"quantity": 180.2,
"sl": 1.372607,
"tp": 1.332878,
"gross_pnl": -2.386378,
"entry_fee": 0.097983,
"exit_fee": 0.098938,
"net_pnl": -2.583298,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 73.34619254799445,
"macd_hist": 0.0031307345038226525,
"atr": 0.008828626453675808,
"adx": 18.08586115829792
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-25 13:15:00+00:00",
"exit_time": "2026-02-25 13:30:00+00:00",
"entry_price": 1.406059,
"exit_price": 1.416125,
"quantity": 164.7,
"sl": 1.416125,
"tp": 1.385927,
"gross_pnl": -1.657888,
"entry_fee": 0.092631,
"exit_fee": 0.093294,
"net_pnl": -1.843813,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 79.94835404980918,
"macd_hist": 0.0025638072921951027,
"atr": 0.006710736997211405,
"adx": 32.348598677210866
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-25 14:45:00+00:00",
"exit_time": "2026-02-25 16:15:00+00:00",
"entry_price": 1.435256,
"exit_price": 1.44863,
"quantity": 154.6,
"sl": 1.44863,
"tp": 1.40851,
"gross_pnl": -2.067532,
"entry_fee": 0.088756,
"exit_fee": 0.089583,
"net_pnl": -2.245872,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 82.94258379627506,
"macd_hist": 0.003378015712686179,
"atr": 0.008915620900779665,
"adx": 45.64097836756208
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-27 07:45:00+00:00",
"exit_time": "2026-02-27 09:45:00+00:00",
"entry_price": 1.416242,
"exit_price": 1.407409,
"quantity": 148.5,
"sl": 1.407409,
"tp": 1.433907,
"gross_pnl": -1.311678,
"entry_fee": 0.084125,
"exit_fee": 0.0836,
"net_pnl": -1.479403,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 60.70821107928216,
"macd_hist": 0.0001178395264229185,
"atr": 0.0058885652584498935,
"adx": 11.489166872759201
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-27 10:45:00+00:00",
"exit_time": "2026-02-27 12:30:00+00:00",
"entry_price": 1.388239,
"exit_price": 1.377112,
"quantity": 145.8,
"sl": 1.377112,
"tp": 1.410492,
"gross_pnl": -1.622246,
"entry_fee": 0.080962,
"exit_fee": 0.080313,
"net_pnl": -1.783521,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 30.885557334817122,
"macd_hist": -0.003407599408964515,
"atr": 0.0074176782037142395,
"adx": 22.470273988704026
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-02-28 06:15:00+00:00",
"exit_time": "2026-02-28 06:30:00+00:00",
"entry_price": 1.331433,
"exit_price": 1.322797,
"quantity": 145.1,
"sl": 1.322797,
"tp": 1.348705,
"gross_pnl": -1.253106,
"entry_fee": 0.077276,
"exit_fee": 0.076775,
"net_pnl": -1.407157,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 22.07257216583472,
"macd_hist": -0.0019878129960472814,
"atr": 0.005757434514952236,
"adx": 36.23941502849302
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-02-28 19:30:00+00:00",
"exit_time": "2026-02-28 20:15:00+00:00",
"entry_price": 1.351565,
"exit_price": 1.367961,
"quantity": 137.4,
"sl": 1.367961,
"tp": 1.318772,
"gross_pnl": -2.25287,
"entry_fee": 0.074282,
"exit_fee": 0.075183,
"net_pnl": -2.402335,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 66.54822488885074,
"macd_hist": 0.001996836813561797,
"atr": 0.010930955026349701,
"adx": 30.679267717234538
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-03-01 02:00:00+00:00",
"exit_time": "2026-03-01 06:00:00+00:00",
"entry_price": 1.420642,
"exit_price": 1.402085,
"quantity": 122.0,
"sl": 1.402085,
"tp": 1.457756,
"gross_pnl": -2.263978,
"entry_fee": 0.069327,
"exit_fee": 0.068422,
"net_pnl": -2.401727,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 77.55067035803204,
"macd_hist": 0.0019513537465805433,
"atr": 0.012371466701341883,
"adx": 49.199853236134274
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-03-01 16:45:00+00:00",
"exit_time": "2026-03-01 20:00:00+00:00",
"entry_price": 1.369363,
"exit_price": 1.345034,
"quantity": 117.5,
"sl": 1.384476,
"tp": 1.339137,
"gross_pnl": 2.858606,
"entry_fee": 0.06436,
"exit_fee": 0.063217,
"net_pnl": 2.731029,
"close_reason": "REVERSE_SIGNAL",
"ml_proba": null,
"indicators": {
"rsi": 41.69984163406662,
"macd_hist": -2.4017391715017828e-05,
"atr": 0.010075216776742531,
"adx": 21.09917043901811
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-03-01 20:00:00+00:00",
"exit_time": "2026-03-01 22:00:00+00:00",
"entry_price": 1.345034,
"exit_price": 1.371522,
"quantity": 129.6,
"sl": 1.331791,
"tp": 1.371522,
"gross_pnl": 3.43274,
"entry_fee": 0.069727,
"exit_fee": 0.0711,
"net_pnl": 3.291914,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 29.24522695148579,
"macd_hist": -0.002156867902308998,
"atr": 0.008829063489369965,
"adx": 28.832049018867334
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-03-02 15:30:00+00:00",
"exit_time": "2026-03-03 02:00:00+00:00",
"entry_price": 1.412859,
"exit_price": 1.37803,
"quantity": 134.8,
"sl": 1.430273,
"tp": 1.37803,
"gross_pnl": 4.694906,
"entry_fee": 0.076181,
"exit_fee": 0.074303,
"net_pnl": 4.544421,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 80.19369764853536,
"macd_hist": 0.007818429022656996,
"atr": 0.011609559219653485,
"adx": 29.10789794370439
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-03-03 08:30:00+00:00",
"exit_time": "2026-03-03 12:00:00+00:00",
"entry_price": 1.350665,
"exit_price": 1.360691,
"quantity": 157.5,
"sl": 1.360691,
"tp": 1.330614,
"gross_pnl": -1.579048,
"entry_fee": 0.085092,
"exit_fee": 0.085724,
"net_pnl": -1.749864,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 27.847943100551277,
"macd_hist": -0.0003471453442456104,
"atr": 0.006683802778666558,
"adx": 35.94717361225864
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-03-03 14:30:00+00:00",
"exit_time": "2026-03-03 15:30:00+00:00",
"entry_price": 1.340366,
"exit_price": 1.352418,
"quantity": 151.9,
"sl": 1.352418,
"tp": 1.316263,
"gross_pnl": -1.830643,
"entry_fee": 0.081441,
"exit_fee": 0.082173,
"net_pnl": -1.994257,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 37.94249692399012,
"macd_hist": -7.962928361662444e-05,
"atr": 0.008034421886711031,
"adx": 22.024277139082468
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-03-04 08:45:00+00:00",
"exit_time": "2026-03-04 09:00:00+00:00",
"entry_price": 1.40316,
"exit_price": 1.415431,
"quantity": 137.7,
"sl": 1.415431,
"tp": 1.378618,
"gross_pnl": -1.689698,
"entry_fee": 0.077286,
"exit_fee": 0.077962,
"net_pnl": -1.844946,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 77.18565041190764,
"macd_hist": 0.004166309787539107,
"atr": 0.008180578458246728,
"adx": 23.6643530746702
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-03-04 09:30:00+00:00",
"exit_time": "2026-03-04 12:15:00+00:00",
"entry_price": 1.417358,
"exit_price": 1.388428,
"quantity": 129.5,
"sl": 1.431823,
"tp": 1.388428,
"gross_pnl": 3.746495,
"entry_fee": 0.073419,
"exit_fee": 0.071921,
"net_pnl": 3.601155,
"close_reason": "TAKE_PROFIT",
"ml_proba": null,
"indicators": {
"rsi": 78.50340473325137,
"macd_hist": 0.0062125708841828855,
"atr": 0.009643487927393592,
"adx": 32.951763837019236
}
},
{
"symbol": "XRPUSDT",
"side": "SHORT",
"entry_time": "2026-03-04 15:30:00+00:00",
"exit_time": "2026-03-04 15:45:00+00:00",
"entry_price": 1.442956,
"exit_price": 1.458602,
"quantity": 139.4,
"sl": 1.458602,
"tp": 1.411663,
"gross_pnl": -2.181121,
"entry_fee": 0.080459,
"exit_fee": 0.081332,
"net_pnl": -2.342912,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 76.49619040654012,
"macd_hist": 0.003512862704837501,
"atr": 0.010430993759213032,
"adx": 32.13136081230846
}
},
{
"symbol": "XRPUSDT",
"side": "LONG",
"entry_time": "2026-03-05 15:15:00+00:00",
"exit_time": "2026-03-05 16:00:00+00:00",
"entry_price": 1.411441,
"exit_price": 1.397404,
"quantity": 134.0,
"sl": 1.397404,
"tp": 1.439516,
"gross_pnl": -1.880994,
"entry_fee": 0.075653,
"exit_fee": 0.074901,
"net_pnl": -2.031548,
"close_reason": "STOP_LOSS",
"ml_proba": null,
"indicators": {
"rsi": 32.335508760865935,
"macd_hist": -0.0025703210613718616,
"atr": 0.009358179789652454,
"adx": 17.478463116769632
}
}
],
"validation": {
"overall": "PASS",
"checks": [
{
"name": "exit_after_entry",
"passed": true,
"level": "FAIL",
"message": "모든 트레이드에서 청산 > 진입"
},
{
"name": "sl_tp_direction",
"passed": true,
"level": "FAIL",
"message": "SL/TP 방향 정합"
},
{
"name": "no_overlap",
"passed": true,
"level": "FAIL",
"message": "포지션 비중첩 확인"
},
{
"name": "positive_fees",
"passed": true,
"level": "FAIL",
"message": "수수료 양수 확인"
},
{
"name": "no_negative_balance",
"passed": true,
"level": "FAIL",
"message": "잔고 양수 유지"
},
{
"name": "win_rate_high",
"passed": true,
"level": "WARNING",
"message": "승률 정상 (32.0%)"
},
{
"name": "win_rate_low",
"passed": true,
"level": "WARNING",
"message": "승률 정상 (32.0%)"
},
{
"name": "mdd_nonzero",
"passed": true,
"level": "WARNING",
"message": "MDD 정상 (77.5%)"
},
{
"name": "trade_frequency",
"passed": true,
"level": "WARNING",
"message": "월 평균 38.3건"
},
{
"name": "profit_factor_high",
"passed": true,
"level": "WARNING",
"message": "PF 정상 (0.91)"
}
]
}
}