- Added entries to .gitignore for node_modules and dist directories in the dashboard UI. - Updated log file pattern in log_parser.py to match 'bot*.log' instead of 'bot_*.log'. - Introduced package-lock.json for the dashboard UI to manage dependencies. - Updated CLAUDE.md to reflect the status of code review improvements. - Added new weekly report files in HTML and JSON formats for 2026-03-07. - Updated binary parquet files for dogeusdt, trxusdt, and xrpusdt with new data.
2206 lines
62 KiB
JSON
2206 lines
62 KiB
JSON
{
|
|
"date": "2026-03-07",
|
|
"backtest": {
|
|
"summary": {
|
|
"profit_factor": 1.24,
|
|
"win_rate": 61.4,
|
|
"max_drawdown_pct": 17.1,
|
|
"total_trades": 88,
|
|
"total_pnl": 379.4
|
|
},
|
|
"per_symbol": {
|
|
"XRPUSDT": {
|
|
"total_trades": 27,
|
|
"total_pnl": 217.0703,
|
|
"return_pct": 21.71,
|
|
"win_rate": 66.67,
|
|
"avg_win": 33.2223,
|
|
"avg_loss": -42.3256,
|
|
"profit_factor": 1.57,
|
|
"max_drawdown_pct": 11.99,
|
|
"sharpe_ratio": 33.32,
|
|
"total_fees": 102.7825,
|
|
"close_reasons": {
|
|
"STOP_LOSS": 9,
|
|
"TAKE_PROFIT": 18
|
|
}
|
|
},
|
|
"TRXUSDT": {
|
|
"total_trades": 25,
|
|
"total_pnl": 72.3058,
|
|
"return_pct": 7.23,
|
|
"win_rate": 64.0,
|
|
"avg_win": 20.3593,
|
|
"avg_loss": -28.1603,
|
|
"profit_factor": 1.29,
|
|
"max_drawdown_pct": 7.66,
|
|
"sharpe_ratio": 15.17,
|
|
"total_fees": 97.1591,
|
|
"close_reasons": {
|
|
"STOP_LOSS": 9,
|
|
"TAKE_PROFIT": 16
|
|
}
|
|
},
|
|
"DOGEUSDT": {
|
|
"total_trades": 36,
|
|
"total_pnl": 90.019,
|
|
"return_pct": 9.0,
|
|
"win_rate": 55.56,
|
|
"avg_win": 52.4749,
|
|
"avg_loss": -59.9675,
|
|
"profit_factor": 1.09,
|
|
"max_drawdown_pct": 17.14,
|
|
"sharpe_ratio": 6.64,
|
|
"total_fees": 139.8283,
|
|
"close_reasons": {
|
|
"STOP_LOSS": 15,
|
|
"TAKE_PROFIT": 20,
|
|
"REVERSE_SIGNAL": 1
|
|
}
|
|
}
|
|
},
|
|
"trades": [
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-12 11:15:00",
|
|
"exit_time": "2025-06-12 13:00:00",
|
|
"entry_price": 2.223978,
|
|
"exit_price": 2.237955,
|
|
"quantity": 2248.0,
|
|
"sl": 2.237955,
|
|
"tp": 2.21,
|
|
"gross_pnl": -31.420573,
|
|
"entry_fee": 1.999801,
|
|
"exit_fee": 2.012369,
|
|
"net_pnl": -35.432743,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 26.97199737318929,
|
|
"macd_hist": -0.0007807103280135859,
|
|
"atr": 0.006988561711463904,
|
|
"adx": 43.4578914382015
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-12 20:30:00",
|
|
"exit_time": "2025-06-13 00:00:00",
|
|
"entry_price": 2.186419,
|
|
"exit_price": 2.163885,
|
|
"quantity": 2201.5,
|
|
"sl": 2.163885,
|
|
"tp": 2.208952,
|
|
"gross_pnl": -49.607437,
|
|
"entry_fee": 1.92536,
|
|
"exit_fee": 1.905517,
|
|
"net_pnl": -53.438315,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 26.41519543415668,
|
|
"macd_hist": -0.005495027011351469,
|
|
"atr": 0.011266735681191995,
|
|
"adx": 35.41443548413551
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-16 22:30:00",
|
|
"exit_time": "2025-06-16 23:45:00",
|
|
"entry_price": 2.260826,
|
|
"exit_price": 2.231631,
|
|
"quantity": 2006.6,
|
|
"sl": 2.231631,
|
|
"tp": 2.290021,
|
|
"gross_pnl": -58.582699,
|
|
"entry_fee": 1.814629,
|
|
"exit_fee": 1.791196,
|
|
"net_pnl": -62.188525,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 33.211506920436555,
|
|
"macd_hist": -0.007666291215691772,
|
|
"atr": 0.014597503086660083,
|
|
"adx": 41.77057022158849
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-17 15:00:00",
|
|
"exit_time": "2025-06-17 15:30:00",
|
|
"entry_price": 2.188781,
|
|
"exit_price": 2.164935,
|
|
"quantity": 1926.0,
|
|
"sl": 2.212627,
|
|
"tp": 2.164935,
|
|
"gross_pnl": 45.926824,
|
|
"entry_fee": 1.686237,
|
|
"exit_fee": 1.667866,
|
|
"net_pnl": 42.572721,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 35.98442517376965,
|
|
"macd_hist": -0.000473160901783975,
|
|
"atr": 0.011922851577807921,
|
|
"adx": 31.230008994240638
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-21 13:30:00",
|
|
"exit_time": "2025-06-21 15:15:00",
|
|
"entry_price": 2.119112,
|
|
"exit_price": 2.109684,
|
|
"quantity": 2086.2,
|
|
"sl": 2.109684,
|
|
"tp": 2.128539,
|
|
"gross_pnl": -19.667423,
|
|
"entry_fee": 1.768356,
|
|
"exit_fee": 1.76049,
|
|
"net_pnl": -23.196269,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 29.460371663394117,
|
|
"macd_hist": -0.002291006577745399,
|
|
"atr": 0.0047136955379463,
|
|
"adx": 26.139853452702802
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-21 21:15:00",
|
|
"exit_time": "2025-06-21 21:30:00",
|
|
"entry_price": 2.045995,
|
|
"exit_price": 2.018384,
|
|
"quantity": 2099.3,
|
|
"sl": 2.073607,
|
|
"tp": 2.018384,
|
|
"gross_pnl": 57.964484,
|
|
"entry_fee": 1.718063,
|
|
"exit_fee": 1.694877,
|
|
"net_pnl": 54.551543,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 24.112041978961905,
|
|
"macd_hist": -0.0015821538372272313,
|
|
"atr": 0.013805669484335523,
|
|
"adx": 47.020225174544926
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-24 05:30:00",
|
|
"exit_time": "2025-06-24 06:00:00",
|
|
"entry_price": 2.184818,
|
|
"exit_price": 2.207587,
|
|
"quantity": 2087.2,
|
|
"sl": 2.16205,
|
|
"tp": 2.207587,
|
|
"gross_pnl": 47.522393,
|
|
"entry_fee": 1.824061,
|
|
"exit_fee": 1.84307,
|
|
"net_pnl": 43.855261,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 73.02163697288638,
|
|
"macd_hist": 0.0005479493365071683,
|
|
"atr": 0.011384245075129916,
|
|
"adx": 47.36536786932758
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-07-01 13:00:00",
|
|
"exit_time": "2025-07-01 14:15:00",
|
|
"entry_price": 2.185781,
|
|
"exit_price": 2.203594,
|
|
"quantity": 2182.0,
|
|
"sl": 2.203594,
|
|
"tp": 2.167969,
|
|
"gross_pnl": -38.866074,
|
|
"entry_fee": 1.90775,
|
|
"exit_fee": 1.923296,
|
|
"net_pnl": -42.697121,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 34.25494593254047,
|
|
"macd_hist": -0.00014675405719808375,
|
|
"atr": 0.008906066514248343,
|
|
"adx": 38.40722178323835
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-07-04 06:00:00",
|
|
"exit_time": "2025-07-04 07:30:00",
|
|
"entry_price": 2.232877,
|
|
"exit_price": 2.220445,
|
|
"quantity": 2036.1,
|
|
"sl": 2.245309,
|
|
"tp": 2.220445,
|
|
"gross_pnl": 25.312421,
|
|
"entry_fee": 1.818544,
|
|
"exit_fee": 1.808419,
|
|
"net_pnl": 21.685458,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 31.442919224174045,
|
|
"macd_hist": -0.00029321477558042104,
|
|
"atr": 0.0062159081353788895,
|
|
"adx": 33.56850119916028
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-05 19:45:00",
|
|
"exit_time": "2025-09-05 21:00:00",
|
|
"entry_price": 2.863514,
|
|
"exit_price": 2.839468,
|
|
"quantity": 1745.9,
|
|
"sl": 2.887559,
|
|
"tp": 2.839468,
|
|
"gross_pnl": 41.980567,
|
|
"entry_fee": 1.999763,
|
|
"exit_fee": 1.982971,
|
|
"net_pnl": 37.997832,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 66.8667614741176,
|
|
"macd_hist": 0.005566660638547516,
|
|
"atr": 0.012022614930199287,
|
|
"adx": 25.794325095274626
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-07 07:30:00",
|
|
"exit_time": "2025-09-07 13:30:00",
|
|
"entry_price": 2.831483,
|
|
"exit_price": 2.839182,
|
|
"quantity": 1750.6,
|
|
"sl": 2.823784,
|
|
"tp": 2.839182,
|
|
"gross_pnl": 13.478415,
|
|
"entry_fee": 1.982718,
|
|
"exit_fee": 1.988109,
|
|
"net_pnl": 9.507588,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 70.72939012092385,
|
|
"macd_hist": 0.00013947818915852105,
|
|
"atr": 0.0038496557346203194,
|
|
"adx": 25.87514662158794
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-07 14:15:00",
|
|
"exit_time": "2025-09-07 17:45:00",
|
|
"entry_price": 2.888611,
|
|
"exit_price": 2.863658,
|
|
"quantity": 1711.8,
|
|
"sl": 2.913564,
|
|
"tp": 2.863658,
|
|
"gross_pnl": 42.714942,
|
|
"entry_fee": 1.97789,
|
|
"exit_fee": 1.960804,
|
|
"net_pnl": 38.776248,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 76.27147788789821,
|
|
"macd_hist": 0.006331113894477991,
|
|
"atr": 0.012476615713124774,
|
|
"adx": 29.135371839765913
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-09 07:00:00",
|
|
"exit_time": "2025-09-09 08:30:00",
|
|
"entry_price": 3.009099,
|
|
"exit_price": 3.032748,
|
|
"quantity": 1621.9,
|
|
"sl": 3.032748,
|
|
"tp": 2.98545,
|
|
"gross_pnl": -38.356788,
|
|
"entry_fee": 1.952183,
|
|
"exit_fee": 1.967526,
|
|
"net_pnl": -42.276497,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 73.38194905544675,
|
|
"macd_hist": 0.006160466326798137,
|
|
"atr": 0.011824646391069867,
|
|
"adx": 28.105801823891394
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-12 20:45:00",
|
|
"exit_time": "2025-09-12 21:30:00",
|
|
"entry_price": 3.121788,
|
|
"exit_price": 3.09291,
|
|
"quantity": 1587.4,
|
|
"sl": 3.150665,
|
|
"tp": 3.09291,
|
|
"gross_pnl": 45.839824,
|
|
"entry_fee": 1.98221,
|
|
"exit_fee": 1.963874,
|
|
"net_pnl": 41.893739,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 78.88995114530964,
|
|
"macd_hist": 0.004793783646225545,
|
|
"atr": 0.014438649390670705,
|
|
"adx": 33.848649235778474
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-14 11:15:00",
|
|
"exit_time": "2025-09-14 12:30:00",
|
|
"entry_price": 3.066993,
|
|
"exit_price": 3.050039,
|
|
"quantity": 1594.0,
|
|
"sl": 3.083947,
|
|
"tp": 3.050039,
|
|
"gross_pnl": 27.024629,
|
|
"entry_fee": 1.955515,
|
|
"exit_fee": 1.944705,
|
|
"net_pnl": 23.124409,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 31.419480021379645,
|
|
"macd_hist": -0.0003629091436070245,
|
|
"atr": 0.008476985221720718,
|
|
"adx": 31.882046477112183
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-20 14:00:00",
|
|
"exit_time": "2025-09-20 15:00:00",
|
|
"entry_price": 2.971603,
|
|
"exit_price": 2.984114,
|
|
"quantity": 1630.7,
|
|
"sl": 2.984114,
|
|
"tp": 2.959092,
|
|
"gross_pnl": -20.401941,
|
|
"entry_fee": 1.938317,
|
|
"exit_fee": 1.946478,
|
|
"net_pnl": -24.286736,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 36.09553473183674,
|
|
"macd_hist": -0.00018720159437711752,
|
|
"atr": 0.006255577606168083,
|
|
"adx": 28.84076206692945
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-24 19:45:00",
|
|
"exit_time": "2025-09-24 21:45:00",
|
|
"entry_price": 2.976198,
|
|
"exit_price": 2.948913,
|
|
"quantity": 1646.2,
|
|
"sl": 2.948913,
|
|
"tp": 3.003482,
|
|
"gross_pnl": -44.915196,
|
|
"entry_fee": 1.959767,
|
|
"exit_fee": 1.941801,
|
|
"net_pnl": -48.816763,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 77.25608496751632,
|
|
"macd_hist": 0.00019635721897620986,
|
|
"atr": 0.013642083686890932,
|
|
"adx": 66.36435142210216
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-25 12:15:00",
|
|
"exit_time": "2025-09-25 12:30:00",
|
|
"entry_price": 2.793221,
|
|
"exit_price": 2.81825,
|
|
"quantity": 1781.8,
|
|
"sl": 2.81825,
|
|
"tp": 2.768191,
|
|
"gross_pnl": -44.597807,
|
|
"entry_fee": 1.990784,
|
|
"exit_fee": 2.008623,
|
|
"net_pnl": -48.597214,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 27.256149561284357,
|
|
"macd_hist": -0.0005773233003328118,
|
|
"atr": 0.012514818420656685,
|
|
"adx": 36.706433983392714
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-28 22:00:00",
|
|
"exit_time": "2025-09-29 02:15:00",
|
|
"entry_price": 2.850785,
|
|
"exit_price": 2.868214,
|
|
"quantity": 1700.7,
|
|
"sl": 2.833356,
|
|
"tp": 2.868214,
|
|
"gross_pnl": 29.641341,
|
|
"entry_fee": 1.939332,
|
|
"exit_fee": 1.951189,
|
|
"net_pnl": 25.750821,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 69.94607598871028,
|
|
"macd_hist": 0.0002172037763433672,
|
|
"atr": 0.008714453238038499,
|
|
"adx": 45.96715774504039
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-10 10:30:00",
|
|
"exit_time": "2025-12-10 14:30:00",
|
|
"entry_price": 2.069993,
|
|
"exit_price": 2.056326,
|
|
"quantity": 2415.2,
|
|
"sl": 2.08366,
|
|
"tp": 2.056326,
|
|
"gross_pnl": 33.009596,
|
|
"entry_fee": 1.999779,
|
|
"exit_fee": 1.986575,
|
|
"net_pnl": 29.023242,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 37.038012691554805,
|
|
"macd_hist": -9.211636302669133e-05,
|
|
"atr": 0.0068337189344636114,
|
|
"adx": 28.943927763667713
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-12-12 16:00:00",
|
|
"exit_time": "2025-12-12 18:30:00",
|
|
"entry_price": 1.988899,
|
|
"exit_price": 2.013001,
|
|
"quantity": 2498.4,
|
|
"sl": 1.964797,
|
|
"tp": 2.013001,
|
|
"gross_pnl": 60.216838,
|
|
"entry_fee": 1.987626,
|
|
"exit_fee": 2.011713,
|
|
"net_pnl": 56.2175,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 28.182013495720106,
|
|
"macd_hist": -0.00643391832048344,
|
|
"atr": 0.01205108033747697,
|
|
"adx": 30.769786891839054
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-19 13:15:00",
|
|
"exit_time": "2025-12-19 13:45:00",
|
|
"entry_price": 1.878712,
|
|
"exit_price": 1.863781,
|
|
"quantity": 2596.8,
|
|
"sl": 1.893643,
|
|
"tp": 1.863781,
|
|
"gross_pnl": 38.773597,
|
|
"entry_fee": 1.951456,
|
|
"exit_fee": 1.935946,
|
|
"net_pnl": 34.886195,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 68.16547032772114,
|
|
"macd_hist": -4.5929936914913816e-05,
|
|
"atr": 0.007465649526915487,
|
|
"adx": 40.69667585881617
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-12-25 23:30:00",
|
|
"exit_time": "2025-12-26 02:00:00",
|
|
"entry_price": 1.831783,
|
|
"exit_price": 1.844712,
|
|
"quantity": 2624.8,
|
|
"sl": 1.818854,
|
|
"tp": 1.844712,
|
|
"gross_pnl": 33.936201,
|
|
"entry_fee": 1.923226,
|
|
"exit_fee": 1.9368,
|
|
"net_pnl": 30.076175,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 18.688435627302994,
|
|
"macd_hist": -0.0034657628634239823,
|
|
"atr": 0.006464530874639477,
|
|
"adx": 30.228290924248867
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2026-01-01 15:45:00",
|
|
"exit_time": "2026-01-01 17:15:00",
|
|
"entry_price": 1.861986,
|
|
"exit_price": 1.870892,
|
|
"quantity": 2543.8,
|
|
"sl": 1.853081,
|
|
"tp": 1.870892,
|
|
"gross_pnl": 22.653457,
|
|
"entry_fee": 1.894608,
|
|
"exit_fee": 1.90367,
|
|
"net_pnl": 18.855179,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 64.9515011671277,
|
|
"macd_hist": 8.017825296896758e-05,
|
|
"atr": 0.004452680396625609,
|
|
"adx": 29.061543249865803
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2026-01-02 14:30:00",
|
|
"exit_time": "2026-01-02 14:45:00",
|
|
"entry_price": 1.906991,
|
|
"exit_price": 1.92129,
|
|
"quantity": 2458.8,
|
|
"sl": 1.892691,
|
|
"tp": 1.92129,
|
|
"gross_pnl": 35.159553,
|
|
"entry_fee": 1.875563,
|
|
"exit_fee": 1.889627,
|
|
"net_pnl": 31.394362,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 68.243618769103,
|
|
"macd_hist": 0.00021763021087121363,
|
|
"atr": 0.007149738287103824,
|
|
"adx": 34.75978288472445
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2026-01-04 00:45:00",
|
|
"exit_time": "2026-01-04 01:30:00",
|
|
"entry_price": 2.041396,
|
|
"exit_price": 2.026932,
|
|
"quantity": 2251.8,
|
|
"sl": 2.05586,
|
|
"tp": 2.026932,
|
|
"gross_pnl": 32.569888,
|
|
"entry_fee": 1.838726,
|
|
"exit_fee": 1.825698,
|
|
"net_pnl": 28.905464,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 78.42031027026397,
|
|
"macd_hist": 0.002773445174521872,
|
|
"atr": 0.007231967338050755,
|
|
"adx": 25.06146716762975
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "XRPUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2026-01-04 03:00:00",
|
|
"exit_time": "2026-01-04 03:45:00",
|
|
"entry_price": 2.038904,
|
|
"exit_price": 2.053633,
|
|
"quantity": 2209.5,
|
|
"sl": 2.024175,
|
|
"tp": 2.053633,
|
|
"gross_pnl": 32.54375,
|
|
"entry_fee": 1.801983,
|
|
"exit_fee": 1.815001,
|
|
"net_pnl": 28.926766,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 66.00101725582081,
|
|
"macd_hist": 4.503977849404806e-05,
|
|
"atr": 0.007364505506906315,
|
|
"adx": 30.991168735172053
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-11 17:00:00",
|
|
"exit_time": "2025-06-11 19:45:00",
|
|
"entry_price": 0.282968,
|
|
"exit_price": 0.280059,
|
|
"quantity": 17671.6,
|
|
"sl": 0.280059,
|
|
"tp": 0.285877,
|
|
"gross_pnl": -51.403627,
|
|
"entry_fee": 2.000201,
|
|
"exit_fee": 1.97964,
|
|
"net_pnl": -55.383467,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 21.310011221387928,
|
|
"macd_hist": -0.0009208923407909242,
|
|
"atr": 0.001454413485759152,
|
|
"adx": 32.474695496414746
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-13 00:00:00",
|
|
"exit_time": "2025-06-13 00:15:00",
|
|
"entry_price": 0.268723,
|
|
"exit_price": 0.270639,
|
|
"quantity": 17537.0,
|
|
"sl": 0.270639,
|
|
"tp": 0.266808,
|
|
"gross_pnl": -33.591402,
|
|
"entry_fee": 1.885039,
|
|
"exit_fee": 1.898476,
|
|
"net_pnl": -37.374917,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 26.966927261980565,
|
|
"macd_hist": -1.9569743207310678e-05,
|
|
"atr": 0.0009577294352106148,
|
|
"adx": 26.838036717103265
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-16 23:45:00",
|
|
"exit_time": "2025-06-17 04:45:00",
|
|
"entry_price": 0.273887,
|
|
"exit_price": 0.276694,
|
|
"quantity": 16493.0,
|
|
"sl": 0.27108,
|
|
"tp": 0.276694,
|
|
"gross_pnl": 46.294738,
|
|
"entry_fee": 1.80689,
|
|
"exit_fee": 1.825408,
|
|
"net_pnl": 42.662441,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 28.74454185909087,
|
|
"macd_hist": -0.0006231433167976357,
|
|
"atr": 0.0014034662689071044,
|
|
"adx": 28.215673425255815
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-22 14:15:00",
|
|
"exit_time": "2025-06-22 14:45:00",
|
|
"entry_price": 0.264836,
|
|
"exit_price": 0.267254,
|
|
"quantity": 17828.1,
|
|
"sl": 0.262419,
|
|
"tp": 0.267254,
|
|
"gross_pnl": 43.092141,
|
|
"entry_fee": 1.888613,
|
|
"exit_fee": 1.905849,
|
|
"net_pnl": 39.297679,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 23.816317652581944,
|
|
"macd_hist": -0.0007482968367435475,
|
|
"atr": 0.0012085455367911535,
|
|
"adx": 28.05756581397983
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-07-04 14:15:00",
|
|
"exit_time": "2025-07-04 15:30:00",
|
|
"entry_price": 0.283728,
|
|
"exit_price": 0.282103,
|
|
"quantity": 17300.3,
|
|
"sl": 0.282103,
|
|
"tp": 0.285354,
|
|
"gross_pnl": -28.120591,
|
|
"entry_fee": 1.963434,
|
|
"exit_fee": 1.952186,
|
|
"net_pnl": -32.036212,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 27.74105415081286,
|
|
"macd_hist": -0.0003117196058060476,
|
|
"atr": 0.0008127197629142321,
|
|
"adx": 32.363795146724236
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-06 20:45:00",
|
|
"exit_time": "2025-09-06 21:00:00",
|
|
"entry_price": 0.321678,
|
|
"exit_price": 0.319715,
|
|
"quantity": 15541.9,
|
|
"sl": 0.323641,
|
|
"tp": 0.319715,
|
|
"gross_pnl": 30.509805,
|
|
"entry_fee": 1.999794,
|
|
"exit_fee": 1.98759,
|
|
"net_pnl": 26.522421,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 14.50979679434796,
|
|
"macd_hist": -0.0001481211181555309,
|
|
"atr": 0.0009815339390825979,
|
|
"adx": 64.7935479437538
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-06 22:00:00",
|
|
"exit_time": "2025-09-06 22:15:00",
|
|
"entry_price": 0.305541,
|
|
"exit_price": 0.31122,
|
|
"quantity": 16274.0,
|
|
"sl": 0.299861,
|
|
"tp": 0.31122,
|
|
"gross_pnl": 92.431123,
|
|
"entry_fee": 1.988947,
|
|
"exit_fee": 2.025919,
|
|
"net_pnl": 88.416257,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 7.92971732591285,
|
|
"macd_hist": -0.0020195476384628087,
|
|
"atr": 0.0028398403210786296,
|
|
"adx": 72.55182590993492
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-08 09:15:00",
|
|
"exit_time": "2025-09-08 10:00:00",
|
|
"entry_price": 0.332173,
|
|
"exit_price": 0.333369,
|
|
"quantity": 14497.5,
|
|
"sl": 0.330978,
|
|
"tp": 0.333369,
|
|
"gross_pnl": 17.330829,
|
|
"entry_fee": 1.926272,
|
|
"exit_fee": 1.933205,
|
|
"net_pnl": 13.471352,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 65.07783460048826,
|
|
"macd_hist": 1.5209076637119471e-05,
|
|
"atr": 0.0005977178625434464,
|
|
"adx": 29.94633147610989
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-10 12:30:00",
|
|
"exit_time": "2025-09-10 13:45:00",
|
|
"entry_price": 0.338144,
|
|
"exit_price": 0.339223,
|
|
"quantity": 14159.5,
|
|
"sl": 0.337065,
|
|
"tp": 0.339223,
|
|
"gross_pnl": 15.278548,
|
|
"entry_fee": 1.915179,
|
|
"exit_fee": 1.92129,
|
|
"net_pnl": 11.442078,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 69.27306940076188,
|
|
"macd_hist": 1.761110324105758e-05,
|
|
"atr": 0.0005395157903468375,
|
|
"adx": 28.042143316321827
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-13 05:30:00",
|
|
"exit_time": "2025-09-13 06:45:00",
|
|
"entry_price": 0.354365,
|
|
"exit_price": 0.353225,
|
|
"quantity": 13440.7,
|
|
"sl": 0.355504,
|
|
"tp": 0.353225,
|
|
"gross_pnl": 15.319292,
|
|
"entry_fee": 1.905163,
|
|
"exit_fee": 1.899035,
|
|
"net_pnl": 11.515093,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 75.09668428355302,
|
|
"macd_hist": 0.00010590971216388305,
|
|
"atr": 0.0005698844413077655,
|
|
"adx": 40.031791993546236
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-18 16:15:00",
|
|
"exit_time": "2025-09-18 17:00:00",
|
|
"entry_price": 0.349035,
|
|
"exit_price": 0.350709,
|
|
"quantity": 13576.0,
|
|
"sl": 0.34736,
|
|
"tp": 0.350709,
|
|
"gross_pnl": 22.73422,
|
|
"entry_fee": 1.895399,
|
|
"exit_fee": 1.904493,
|
|
"net_pnl": 18.934328,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 71.40338684709819,
|
|
"macd_hist": 2.7945430776989415e-05,
|
|
"atr": 0.0008372944810174205,
|
|
"adx": 41.403707409730266
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-21 08:15:00",
|
|
"exit_time": "2025-09-21 09:15:00",
|
|
"entry_price": 0.344206,
|
|
"exit_price": 0.343239,
|
|
"quantity": 13625.0,
|
|
"sl": 0.345172,
|
|
"tp": 0.343239,
|
|
"gross_pnl": 13.169344,
|
|
"entry_fee": 1.87592,
|
|
"exit_fee": 1.870653,
|
|
"net_pnl": 9.422771,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 30.782692658162308,
|
|
"macd_hist": -7.421870424645718e-05,
|
|
"atr": 0.0004832786824330342,
|
|
"adx": 31.221203425283278
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-21 23:00:00",
|
|
"exit_time": "2025-09-22 00:30:00",
|
|
"entry_price": 0.342464,
|
|
"exit_price": 0.341551,
|
|
"quantity": 13632.0,
|
|
"sl": 0.341551,
|
|
"tp": 0.343378,
|
|
"gross_pnl": -12.451938,
|
|
"entry_fee": 1.867389,
|
|
"exit_fee": 1.862408,
|
|
"net_pnl": -16.181735,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 32.492156959618264,
|
|
"macd_hist": -0.00011844966177527712,
|
|
"atr": 0.0004567172002937059,
|
|
"adx": 30.86524355608222
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-22 06:00:00",
|
|
"exit_time": "2025-09-22 11:15:00",
|
|
"entry_price": 0.334297,
|
|
"exit_price": 0.337072,
|
|
"quantity": 14118.1,
|
|
"sl": 0.337072,
|
|
"tp": 0.331521,
|
|
"gross_pnl": -39.186716,
|
|
"entry_fee": 1.887853,
|
|
"exit_fee": 1.903528,
|
|
"net_pnl": -42.978096,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 19.554287882129668,
|
|
"macd_hist": -0.00022792604366828832,
|
|
"atr": 0.0013878183290049766,
|
|
"adx": 30.760886738521233
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-27 08:00:00",
|
|
"exit_time": "2025-09-27 09:00:00",
|
|
"entry_price": 0.336534,
|
|
"exit_price": 0.335566,
|
|
"quantity": 14361.6,
|
|
"sl": 0.335566,
|
|
"tp": 0.337501,
|
|
"gross_pnl": -13.898667,
|
|
"entry_fee": 1.933265,
|
|
"exit_fee": 1.927705,
|
|
"net_pnl": -17.759637,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 28.90053605935814,
|
|
"macd_hist": -0.00025988593478820746,
|
|
"atr": 0.00048388294790651314,
|
|
"adx": 26.380156011508365
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-29 10:00:00",
|
|
"exit_time": "2025-09-29 10:45:00",
|
|
"entry_price": 0.332323,
|
|
"exit_price": 0.333211,
|
|
"quantity": 14669.3,
|
|
"sl": 0.331435,
|
|
"tp": 0.333211,
|
|
"gross_pnl": 13.030313,
|
|
"entry_fee": 1.94998,
|
|
"exit_fee": 1.955192,
|
|
"net_pnl": 9.125141,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 19.362378267287347,
|
|
"macd_hist": -0.0002291318308186226,
|
|
"atr": 0.00044413546950098455,
|
|
"adx": 29.645494050123773
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-30 03:30:00",
|
|
"exit_time": "2025-09-30 06:15:00",
|
|
"entry_price": 0.337134,
|
|
"exit_price": 0.336068,
|
|
"quantity": 14416.4,
|
|
"sl": 0.336068,
|
|
"tp": 0.3382,
|
|
"gross_pnl": -15.367974,
|
|
"entry_fee": 1.944102,
|
|
"exit_fee": 1.937955,
|
|
"net_pnl": -19.25003,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 58.81934618554273,
|
|
"macd_hist": 9.633358724452359e-06,
|
|
"atr": 0.0005330031631932522,
|
|
"adx": 34.07177915564808
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-10-01 08:15:00",
|
|
"exit_time": "2025-10-01 08:45:00",
|
|
"entry_price": 0.335354,
|
|
"exit_price": 0.336308,
|
|
"quantity": 14616.9,
|
|
"sl": 0.334399,
|
|
"tp": 0.336308,
|
|
"gross_pnl": 13.951362,
|
|
"entry_fee": 1.960732,
|
|
"exit_fee": 1.966312,
|
|
"net_pnl": 10.024318,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 70.24789531394917,
|
|
"macd_hist": 4.729285330987371e-05,
|
|
"atr": 0.0004772339591884286,
|
|
"adx": 31.542285567700812
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-08 23:15:00",
|
|
"exit_time": "2025-12-09 00:00:00",
|
|
"entry_price": 0.281402,
|
|
"exit_price": 0.28061,
|
|
"quantity": 17766.4,
|
|
"sl": 0.282193,
|
|
"tp": 0.28061,
|
|
"gross_pnl": 14.063894,
|
|
"entry_fee": 1.999799,
|
|
"exit_fee": 1.994174,
|
|
"net_pnl": 10.069921,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 22.36971195563758,
|
|
"macd_hist": -5.3411406416355763e-05,
|
|
"atr": 0.0003958003322855375,
|
|
"adx": 36.500835949606106
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-12 07:45:00",
|
|
"exit_time": "2025-12-12 08:15:00",
|
|
"entry_price": 0.278582,
|
|
"exit_price": 0.277953,
|
|
"quantity": 17915.9,
|
|
"sl": 0.279211,
|
|
"tp": 0.277953,
|
|
"gross_pnl": 11.265055,
|
|
"entry_fee": 1.99642,
|
|
"exit_fee": 1.991914,
|
|
"net_pnl": 7.276721,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 29.438038967517357,
|
|
"macd_hist": -2.5520992386730775e-05,
|
|
"atr": 0.0003143870866373587,
|
|
"adx": 26.711440675930646
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-12 15:30:00",
|
|
"exit_time": "2025-12-12 15:45:00",
|
|
"entry_price": 0.276062,
|
|
"exit_price": 0.275244,
|
|
"quantity": 18057.8,
|
|
"sl": 0.276881,
|
|
"tp": 0.275244,
|
|
"gross_pnl": 14.773959,
|
|
"entry_fee": 1.994032,
|
|
"exit_fee": 1.988122,
|
|
"net_pnl": 10.791805,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 28.751521638219945,
|
|
"macd_hist": -8.36146151699088e-06,
|
|
"atr": 0.00040907415881422674,
|
|
"adx": 39.02029513782675
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-13 10:15:00",
|
|
"exit_time": "2025-12-13 12:30:00",
|
|
"entry_price": 0.272363,
|
|
"exit_price": 0.271775,
|
|
"quantity": 18263.9,
|
|
"sl": 0.272951,
|
|
"tp": 0.271775,
|
|
"gross_pnl": 10.736675,
|
|
"entry_fee": 1.989762,
|
|
"exit_fee": 1.985468,
|
|
"net_pnl": 6.761445,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 28.50309030113114,
|
|
"macd_hist": -1.9348391567442782e-05,
|
|
"atr": 0.0002939316152227498,
|
|
"adx": 25.21703387256171
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-26 15:00:00",
|
|
"exit_time": "2025-12-26 19:30:00",
|
|
"entry_price": 0.277452,
|
|
"exit_price": 0.278149,
|
|
"quantity": 17906.6,
|
|
"sl": 0.278149,
|
|
"tp": 0.276756,
|
|
"gross_pnl": -12.474826,
|
|
"entry_fee": 1.987291,
|
|
"exit_fee": 1.992281,
|
|
"net_pnl": -16.454397,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 29.51622507815984,
|
|
"macd_hist": -4.6760678561223154e-05,
|
|
"atr": 0.0003483303942996465,
|
|
"adx": 36.669526375660595
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-12-27 20:00:00",
|
|
"exit_time": "2025-12-27 22:00:00",
|
|
"entry_price": 0.283318,
|
|
"exit_price": 0.284114,
|
|
"quantity": 17618.3,
|
|
"sl": 0.282523,
|
|
"tp": 0.284114,
|
|
"gross_pnl": 14.013879,
|
|
"entry_fee": 1.996635,
|
|
"exit_fee": 2.00224,
|
|
"net_pnl": 10.015004,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 77.49503286668957,
|
|
"macd_hist": 3.5147071292014305e-05,
|
|
"atr": 0.00039770804019150625,
|
|
"adx": 43.053847108404184
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "TRXUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2026-01-04 00:00:00",
|
|
"exit_time": "2026-01-04 00:45:00",
|
|
"entry_price": 0.294841,
|
|
"exit_price": 0.295553,
|
|
"quantity": 16895.1,
|
|
"sl": 0.295553,
|
|
"tp": 0.294128,
|
|
"gross_pnl": -12.034542,
|
|
"entry_fee": 1.992544,
|
|
"exit_fee": 1.997358,
|
|
"net_pnl": -16.024444,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 66.6678799584072,
|
|
"macd_hist": -3.2551549800375387e-05,
|
|
"atr": 0.00035615479915180313,
|
|
"adx": 74.06247870613235
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-09 09:45:00",
|
|
"exit_time": "2025-06-09 10:30:00",
|
|
"entry_price": 0.184312,
|
|
"exit_price": 0.186099,
|
|
"quantity": 27125.3,
|
|
"sl": 0.186099,
|
|
"tp": 0.182524,
|
|
"gross_pnl": -48.496013,
|
|
"entry_fee": 1.999803,
|
|
"exit_fee": 2.019201,
|
|
"net_pnl": -52.515016,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 67.34545854809373,
|
|
"macd_hist": 0.00045777683806403745,
|
|
"atr": 0.0008939258330681654,
|
|
"adx": 26.753579547378944
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-12 15:45:00",
|
|
"exit_time": "2025-06-12 16:15:00",
|
|
"entry_price": 0.185781,
|
|
"exit_price": 0.188043,
|
|
"quantity": 25443.6,
|
|
"sl": 0.188043,
|
|
"tp": 0.18352,
|
|
"gross_pnl": -57.548306,
|
|
"entry_fee": 1.890779,
|
|
"exit_fee": 1.913799,
|
|
"net_pnl": -61.352884,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 32.87563936239978,
|
|
"macd_hist": -6.154194236816622e-05,
|
|
"atr": 0.0011308994454790138,
|
|
"adx": 36.72844618637212
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-13 00:00:00",
|
|
"exit_time": "2025-06-13 00:30:00",
|
|
"entry_price": 0.175862,
|
|
"exit_price": 0.172419,
|
|
"quantity": 25080.8,
|
|
"sl": 0.179306,
|
|
"tp": 0.172419,
|
|
"gross_pnl": 86.371409,
|
|
"entry_fee": 1.764308,
|
|
"exit_fee": 1.729759,
|
|
"net_pnl": 82.877341,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 23.82274308710309,
|
|
"macd_hist": -0.00018936322017631762,
|
|
"atr": 0.0017218631157866595,
|
|
"adx": 49.101001050928005
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-15 08:00:00",
|
|
"exit_time": "2025-06-15 13:45:00",
|
|
"entry_price": 0.174757,
|
|
"exit_price": 0.176023,
|
|
"quantity": 27565.4,
|
|
"sl": 0.173492,
|
|
"tp": 0.176023,
|
|
"gross_pnl": 34.876091,
|
|
"entry_fee": 1.926904,
|
|
"exit_fee": 1.940854,
|
|
"net_pnl": 31.008333,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 24.780054637272638,
|
|
"macd_hist": -0.0002590315281965996,
|
|
"atr": 0.0006326062990674968,
|
|
"adx": 30.652243262468048
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-17 15:00:00",
|
|
"exit_time": "2025-06-17 15:15:00",
|
|
"entry_price": 0.169793,
|
|
"exit_price": 0.167789,
|
|
"quantity": 29222.0,
|
|
"sl": 0.171797,
|
|
"tp": 0.167789,
|
|
"gross_pnl": 58.558778,
|
|
"entry_fee": 1.984677,
|
|
"exit_fee": 1.961253,
|
|
"net_pnl": 54.612848,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 35.547832446911734,
|
|
"macd_hist": -5.0941667818399415e-05,
|
|
"atr": 0.0010019638901851717,
|
|
"adx": 33.89821436286415
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-21 21:15:00",
|
|
"exit_time": "2025-06-21 21:30:00",
|
|
"entry_price": 0.154635,
|
|
"exit_price": 0.152064,
|
|
"quantity": 31960.9,
|
|
"sl": 0.157205,
|
|
"tp": 0.152064,
|
|
"gross_pnl": 82.160178,
|
|
"entry_fee": 1.976904,
|
|
"exit_fee": 1.944039,
|
|
"net_pnl": 78.239235,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 26.457816380696,
|
|
"macd_hist": -0.00012481742306554315,
|
|
"atr": 0.001285323281513888,
|
|
"adx": 37.795973656729004
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-23 05:45:00",
|
|
"exit_time": "2025-06-23 09:15:00",
|
|
"entry_price": 0.154205,
|
|
"exit_price": 0.152478,
|
|
"quantity": 31067.9,
|
|
"sl": 0.152478,
|
|
"tp": 0.155933,
|
|
"gross_pnl": -53.668609,
|
|
"entry_fee": 1.916335,
|
|
"exit_fee": 1.894868,
|
|
"net_pnl": -57.479812,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 68.35056270975231,
|
|
"macd_hist": 4.524144395032638e-05,
|
|
"atr": 0.0008637308750963044,
|
|
"adx": 31.64341200149608
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-06-24 05:30:00",
|
|
"exit_time": "2025-06-24 07:30:00",
|
|
"entry_price": 0.165817,
|
|
"exit_price": 0.163918,
|
|
"quantity": 29644.5,
|
|
"sl": 0.163918,
|
|
"tp": 0.167715,
|
|
"gross_pnl": -56.289792,
|
|
"entry_fee": 1.96622,
|
|
"exit_fee": 1.943704,
|
|
"net_pnl": -60.199716,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 71.91537787231637,
|
|
"macd_hist": 7.80952216130269e-05,
|
|
"atr": 0.0009494137535534953,
|
|
"adx": 33.04146955102302
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-06-30 14:45:00",
|
|
"exit_time": "2025-06-30 15:45:00",
|
|
"entry_price": 0.163204,
|
|
"exit_price": 0.164835,
|
|
"quantity": 30626.3,
|
|
"sl": 0.164835,
|
|
"tp": 0.161573,
|
|
"gross_pnl": -49.952474,
|
|
"entry_fee": 1.99933,
|
|
"exit_fee": 2.019311,
|
|
"net_pnl": -53.971115,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 34.694739395161335,
|
|
"macd_hist": -2.4481776487695294e-05,
|
|
"atr": 0.0008155159726745009,
|
|
"adx": 36.86861772419954
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-07-01 13:30:00",
|
|
"exit_time": "2025-07-01 14:00:00",
|
|
"entry_price": 0.158926,
|
|
"exit_price": 0.160291,
|
|
"quantity": 29695.9,
|
|
"sl": 0.157561,
|
|
"tp": 0.160291,
|
|
"gross_pnl": 40.526071,
|
|
"entry_fee": 1.887779,
|
|
"exit_fee": 1.903989,
|
|
"net_pnl": 36.734302,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 22.477319427427954,
|
|
"macd_hist": -9.620625262051722e-05,
|
|
"atr": 0.0006823512797731415,
|
|
"adx": 54.80815080269273
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-07-04 13:30:00",
|
|
"exit_time": "2025-07-04 14:15:00",
|
|
"entry_price": 0.165093,
|
|
"exit_price": 0.163687,
|
|
"quantity": 29636.0,
|
|
"sl": 0.1665,
|
|
"tp": 0.163687,
|
|
"gross_pnl": 41.67986,
|
|
"entry_fee": 1.957084,
|
|
"exit_fee": 1.940412,
|
|
"net_pnl": 37.782364,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 28.005630053291462,
|
|
"macd_hist": -2.2292129766276537e-05,
|
|
"atr": 0.0007031964563771208,
|
|
"adx": 42.184408275078944
|
|
},
|
|
"fold": 1
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-06 09:00:00",
|
|
"exit_time": "2025-09-06 12:30:00",
|
|
"entry_price": 0.214459,
|
|
"exit_price": 0.213417,
|
|
"quantity": 23312.2,
|
|
"sl": 0.2155,
|
|
"tp": 0.213417,
|
|
"gross_pnl": 24.283274,
|
|
"entry_fee": 1.9998,
|
|
"exit_fee": 1.990087,
|
|
"net_pnl": 20.293386,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 27.72362652968821,
|
|
"macd_hist": -4.1870994937527064e-05,
|
|
"atr": 0.0005208275826006094,
|
|
"adx": 29.251970601813117
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-08 13:00:00",
|
|
"exit_time": "2025-09-08 13:15:00",
|
|
"entry_price": 0.239354,
|
|
"exit_price": 0.237676,
|
|
"quantity": 20806.8,
|
|
"sl": 0.236511,
|
|
"tp": 0.242196,
|
|
"gross_pnl": -34.907631,
|
|
"entry_fee": 1.992076,
|
|
"exit_fee": 1.978113,
|
|
"net_pnl": -38.877819,
|
|
"close_reason": "REVERSE_SIGNAL",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 77.0407640779084,
|
|
"macd_hist": 0.00030723417797429717,
|
|
"atr": 0.0014212239323279944,
|
|
"adx": 25.511092566066164
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-08 13:15:00",
|
|
"exit_time": "2025-09-08 21:00:00",
|
|
"entry_price": 0.237676,
|
|
"exit_price": 0.240614,
|
|
"quantity": 20560.0,
|
|
"sl": 0.240614,
|
|
"tp": 0.234738,
|
|
"gross_pnl": -60.405019,
|
|
"entry_fee": 1.954649,
|
|
"exit_fee": 1.978811,
|
|
"net_pnl": -64.33848,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 66.83918953751622,
|
|
"macd_hist": 0.00037497263875952314,
|
|
"atr": 0.001468993651447424,
|
|
"adx": 27.856072192833714
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-09 12:00:00",
|
|
"exit_time": "2025-09-09 12:15:00",
|
|
"entry_price": 0.246265,
|
|
"exit_price": 0.249434,
|
|
"quantity": 18500.9,
|
|
"sl": 0.243095,
|
|
"tp": 0.249434,
|
|
"gross_pnl": 58.645342,
|
|
"entry_fee": 1.822447,
|
|
"exit_fee": 1.845905,
|
|
"net_pnl": 54.97699,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 74.03847788480495,
|
|
"macd_hist": 0.00025518498301992164,
|
|
"atr": 0.0015849321269105327,
|
|
"adx": 33.93033682724456
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-10 16:45:00",
|
|
"exit_time": "2025-09-10 17:15:00",
|
|
"entry_price": 0.247915,
|
|
"exit_price": 0.244558,
|
|
"quantity": 19449.9,
|
|
"sl": 0.244558,
|
|
"tp": 0.251271,
|
|
"gross_pnl": -65.283338,
|
|
"entry_fee": 1.928767,
|
|
"exit_fee": 1.902654,
|
|
"net_pnl": -69.114759,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 69.86492326260483,
|
|
"macd_hist": 0.00017047619713731908,
|
|
"atr": 0.001678243537964013,
|
|
"adx": 34.14678587193939
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-12 22:15:00",
|
|
"exit_time": "2025-09-13 01:00:00",
|
|
"entry_price": 0.275988,
|
|
"exit_price": 0.279803,
|
|
"quantity": 16184.3,
|
|
"sl": 0.272173,
|
|
"tp": 0.279803,
|
|
"gross_pnl": 61.742819,
|
|
"entry_fee": 1.786666,
|
|
"exit_fee": 1.811364,
|
|
"net_pnl": 58.144789,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 76.58805471974998,
|
|
"macd_hist": 4.664366386725985e-05,
|
|
"atr": 0.0019074911824376896,
|
|
"adx": 44.711937954746844
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-13 09:00:00",
|
|
"exit_time": "2025-09-13 09:15:00",
|
|
"entry_price": 0.287769,
|
|
"exit_price": 0.291574,
|
|
"quantity": 16501.0,
|
|
"sl": 0.283964,
|
|
"tp": 0.291574,
|
|
"gross_pnl": 62.782388,
|
|
"entry_fee": 1.899389,
|
|
"exit_fee": 1.924502,
|
|
"net_pnl": 58.958497,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 71.97326146387331,
|
|
"macd_hist": 0.00012877809784102843,
|
|
"atr": 0.0019023813158768733,
|
|
"adx": 36.85858934916456
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-19 09:45:00",
|
|
"exit_time": "2025-09-19 11:15:00",
|
|
"entry_price": 0.273413,
|
|
"exit_price": 0.270525,
|
|
"quantity": 18260.2,
|
|
"sl": 0.2763,
|
|
"tp": 0.270525,
|
|
"gross_pnl": 52.721881,
|
|
"entry_fee": 1.997028,
|
|
"exit_fee": 1.975939,
|
|
"net_pnl": 48.748914,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 36.94887723496356,
|
|
"macd_hist": -2.413666691537049e-05,
|
|
"atr": 0.0014436282597533449,
|
|
"adx": 26.02356329086619
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-19 15:00:00",
|
|
"exit_time": "2025-09-20 15:15:00",
|
|
"entry_price": 0.264754,
|
|
"exit_price": 0.268271,
|
|
"quantity": 18617.2,
|
|
"sl": 0.268271,
|
|
"tp": 0.261236,
|
|
"gross_pnl": -65.492096,
|
|
"entry_fee": 1.971588,
|
|
"exit_fee": 1.997785,
|
|
"net_pnl": -69.461469,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 21.865956632847094,
|
|
"macd_hist": -0.0003218566897059249,
|
|
"atr": 0.0017589137003899537,
|
|
"adx": 41.170460149238615
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-09-22 06:00:00",
|
|
"exit_time": "2025-09-24 04:00:00",
|
|
"entry_price": 0.238686,
|
|
"exit_price": 0.232935,
|
|
"quantity": 20568.4,
|
|
"sl": 0.244438,
|
|
"tp": 0.232935,
|
|
"gross_pnl": 118.297732,
|
|
"entry_fee": 1.963757,
|
|
"exit_fee": 1.916438,
|
|
"net_pnl": 114.417538,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 16.34153124729428,
|
|
"macd_hist": -0.00028414939720653766,
|
|
"atr": 0.0028757154782821804,
|
|
"adx": 54.56661856743755
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-09-24 13:30:00",
|
|
"exit_time": "2025-09-24 14:15:00",
|
|
"entry_price": 0.244504,
|
|
"exit_price": 0.247008,
|
|
"quantity": 19846.5,
|
|
"sl": 0.242001,
|
|
"tp": 0.247008,
|
|
"gross_pnl": 49.68547,
|
|
"entry_fee": 1.941023,
|
|
"exit_fee": 1.960897,
|
|
"net_pnl": 45.78355,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 71.2906943818606,
|
|
"macd_hist": 2.5862815475293172e-05,
|
|
"atr": 0.0012517438871727342,
|
|
"adx": 36.53568933530894
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-10-04 15:15:00",
|
|
"exit_time": "2025-10-04 20:15:00",
|
|
"entry_price": 0.247425,
|
|
"exit_price": 0.249899,
|
|
"quantity": 19183.7,
|
|
"sl": 0.249899,
|
|
"tp": 0.244952,
|
|
"gross_pnl": -47.453069,
|
|
"entry_fee": 1.898613,
|
|
"exit_fee": 1.917594,
|
|
"net_pnl": -51.269276,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 31.16773615602384,
|
|
"macd_hist": -8.582094300284889e-05,
|
|
"atr": 0.0012368070043067224,
|
|
"adx": 32.76110746771211
|
|
},
|
|
"fold": 2
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-05 16:00:00",
|
|
"exit_time": "2025-12-05 16:30:00",
|
|
"entry_price": 0.140976,
|
|
"exit_price": 0.1391,
|
|
"quantity": 35463.5,
|
|
"sl": 0.142852,
|
|
"tp": 0.1391,
|
|
"gross_pnl": 66.529579,
|
|
"entry_fee": 1.9998,
|
|
"exit_fee": 1.973188,
|
|
"net_pnl": 62.556592,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 27.006810663086608,
|
|
"macd_hist": -6.804193426309074e-05,
|
|
"atr": 0.0009380007520786951,
|
|
"adx": 27.496704414120043
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-10 19:00:00",
|
|
"exit_time": "2025-12-10 20:15:00",
|
|
"entry_price": 0.147965,
|
|
"exit_price": 0.150171,
|
|
"quantity": 33230.4,
|
|
"sl": 0.150171,
|
|
"tp": 0.14576,
|
|
"gross_pnl": -73.29433,
|
|
"entry_fee": 1.966777,
|
|
"exit_fee": 1.996095,
|
|
"net_pnl": -77.257202,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 69.08474596518961,
|
|
"macd_hist": 0.00024444618170829343,
|
|
"atr": 0.0011028204610718977,
|
|
"adx": 25.335388110542468
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-11 14:45:00",
|
|
"exit_time": "2025-12-11 18:30:00",
|
|
"entry_price": 0.137106,
|
|
"exit_price": 0.138298,
|
|
"quantity": 35783.7,
|
|
"sl": 0.138298,
|
|
"tp": 0.135914,
|
|
"gross_pnl": -42.657392,
|
|
"entry_fee": 1.962468,
|
|
"exit_fee": 1.979531,
|
|
"net_pnl": -46.599392,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 37.48045414695715,
|
|
"macd_hist": -1.3197028545546734e-06,
|
|
"atr": 0.0005960450211185996,
|
|
"adx": 27.54410485048102
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-12-12 16:00:00",
|
|
"exit_time": "2025-12-13 05:00:00",
|
|
"entry_price": 0.135924,
|
|
"exit_price": 0.137754,
|
|
"quantity": 34315.8,
|
|
"sl": 0.134093,
|
|
"tp": 0.137754,
|
|
"gross_pnl": 62.814779,
|
|
"entry_fee": 1.865731,
|
|
"exit_fee": 1.890857,
|
|
"net_pnl": 59.058191,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 21.047744351941322,
|
|
"macd_hist": -0.0005811926109814281,
|
|
"atr": 0.0009152457279255846,
|
|
"adx": 33.592136040064716
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-14 17:00:00",
|
|
"exit_time": "2025-12-14 23:30:00",
|
|
"entry_price": 0.133937,
|
|
"exit_price": 0.132554,
|
|
"quantity": 36952.7,
|
|
"sl": 0.135319,
|
|
"tp": 0.132554,
|
|
"gross_pnl": 51.096135,
|
|
"entry_fee": 1.979728,
|
|
"exit_fee": 1.959289,
|
|
"net_pnl": 47.157118,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 29.236488118342884,
|
|
"macd_hist": -7.410908928065952e-05,
|
|
"atr": 0.0006913721507599538,
|
|
"adx": 57.10070430535465
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-17 14:45:00",
|
|
"exit_time": "2025-12-17 15:00:00",
|
|
"entry_price": 0.134427,
|
|
"exit_price": 0.136197,
|
|
"quantity": 36874.8,
|
|
"sl": 0.136197,
|
|
"tp": 0.132656,
|
|
"gross_pnl": -65.276219,
|
|
"entry_fee": 1.982781,
|
|
"exit_fee": 2.008891,
|
|
"net_pnl": -69.267891,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 78.91819645062768,
|
|
"macd_hist": 0.00037594271736105997,
|
|
"atr": 0.0008851060762978883,
|
|
"adx": 25.790767933896934
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-23 13:30:00",
|
|
"exit_time": "2025-12-23 14:45:00",
|
|
"entry_price": 0.129877,
|
|
"exit_price": 0.128859,
|
|
"quantity": 37104.1,
|
|
"sl": 0.130895,
|
|
"tp": 0.128859,
|
|
"gross_pnl": 37.77032,
|
|
"entry_fee": 1.927588,
|
|
"exit_fee": 1.91248,
|
|
"net_pnl": 33.930252,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 36.510776854433274,
|
|
"macd_hist": -2.074599389111751e-05,
|
|
"atr": 0.000508977708552182,
|
|
"adx": 25.915224810205064
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-12-25 23:30:00",
|
|
"exit_time": "2025-12-26 02:00:00",
|
|
"entry_price": 0.123402,
|
|
"exit_price": 0.124694,
|
|
"quantity": 40355.5,
|
|
"sl": 0.122111,
|
|
"tp": 0.124694,
|
|
"gross_pnl": 52.129851,
|
|
"entry_fee": 1.991985,
|
|
"exit_fee": 2.012837,
|
|
"net_pnl": 48.125028,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 21.956332463701127,
|
|
"macd_hist": -0.000385472424204334,
|
|
"atr": 0.0006458828497821451,
|
|
"adx": 30.989184860729928
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "SHORT",
|
|
"entry_time": "2025-12-29 01:30:00",
|
|
"exit_time": "2025-12-29 02:00:00",
|
|
"entry_price": 0.125557,
|
|
"exit_price": 0.126655,
|
|
"quantity": 39399.4,
|
|
"sl": 0.126655,
|
|
"tp": 0.12446,
|
|
"gross_pnl": -43.228085,
|
|
"entry_fee": 1.978755,
|
|
"exit_fee": 1.996046,
|
|
"net_pnl": -47.202887,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 70.93949088379718,
|
|
"macd_hist": 0.00021125843649452418,
|
|
"atr": 0.0005485881139353086,
|
|
"adx": 29.808703571101656
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2025-12-29 09:30:00",
|
|
"exit_time": "2025-12-29 12:00:00",
|
|
"entry_price": 0.124842,
|
|
"exit_price": 0.123687,
|
|
"quantity": 39767.9,
|
|
"sl": 0.123687,
|
|
"tp": 0.125998,
|
|
"gross_pnl": -45.954662,
|
|
"entry_fee": 1.985889,
|
|
"exit_fee": 1.967507,
|
|
"net_pnl": -49.908058,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 29.928315069400387,
|
|
"macd_hist": -0.0002477948827792159,
|
|
"atr": 0.0005777858720937434,
|
|
"adx": 25.21798449098985
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2026-01-01 15:30:00",
|
|
"exit_time": "2026-01-01 15:45:00",
|
|
"entry_price": 0.123192,
|
|
"exit_price": 0.124236,
|
|
"quantity": 38194.1,
|
|
"sl": 0.122149,
|
|
"tp": 0.124236,
|
|
"gross_pnl": 39.843971,
|
|
"entry_fee": 1.882088,
|
|
"exit_fee": 1.898025,
|
|
"net_pnl": 36.063857,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 81.91382400844881,
|
|
"macd_hist": 9.922714809708637e-05,
|
|
"atr": 0.0005215985022999254,
|
|
"adx": 39.562088065326265
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2026-01-02 03:30:00",
|
|
"exit_time": "2026-01-02 09:30:00",
|
|
"entry_price": 0.128343,
|
|
"exit_price": 0.1295,
|
|
"quantity": 37993.1,
|
|
"sl": 0.127186,
|
|
"tp": 0.1295,
|
|
"gross_pnl": 43.948281,
|
|
"entry_fee": 1.950457,
|
|
"exit_fee": 1.968036,
|
|
"net_pnl": 40.029788,
|
|
"close_reason": "TAKE_PROFIT",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 76.09091369250733,
|
|
"macd_hist": 4.9930842311590165e-05,
|
|
"atr": 0.0005783718724173577,
|
|
"adx": 54.52255800580547
|
|
},
|
|
"fold": 3
|
|
},
|
|
{
|
|
"symbol": "DOGEUSDT",
|
|
"side": "LONG",
|
|
"entry_time": "2026-01-02 22:00:00",
|
|
"exit_time": "2026-01-03 07:15:00",
|
|
"entry_price": 0.143004,
|
|
"exit_price": 0.140517,
|
|
"quantity": 34867.8,
|
|
"sl": 0.140517,
|
|
"tp": 0.145491,
|
|
"gross_pnl": -86.70983,
|
|
"entry_fee": 1.994498,
|
|
"exit_fee": 1.959814,
|
|
"net_pnl": -90.664143,
|
|
"close_reason": "STOP_LOSS",
|
|
"ml_proba": null,
|
|
"indicators": {
|
|
"rsi": 82.24373107208923,
|
|
"macd_hist": 3.759488327717141e-05,
|
|
"atr": 0.00124340839260955,
|
|
"adx": 44.70886575835927
|
|
},
|
|
"fold": 3
|
|
}
|
|
]
|
|
},
|
|
"live_trades": {
|
|
"count": 0,
|
|
"net_pnl": 0.0,
|
|
"win_rate": 0
|
|
},
|
|
"trend": {
|
|
"pf": [
|
|
1.24
|
|
],
|
|
"win_rate": [
|
|
61.4
|
|
],
|
|
"mdd": [
|
|
17.1
|
|
],
|
|
"pf_declining_3w": false
|
|
},
|
|
"ml_trigger": {
|
|
"conditions": {
|
|
"cumulative_trades_enough": false,
|
|
"pf_below_1": false,
|
|
"pf_declining_3w": false
|
|
},
|
|
"met_count": 0,
|
|
"recommend": false,
|
|
"cumulative_trades": 0,
|
|
"threshold": 150
|
|
},
|
|
"sweep": null
|
|
} |