This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# --- ↑↓ Do not remove these libs ↑↓ ----------------------------------------------------------------------------------- | |
import argparse | |
import json | |
import time | |
import re | |
import requests | |
# ---- ↑ Do not remove these libs ↑ ------------------------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================================================== BACKTESTING REPORT ============================================================== | |
| Pair | Entries | Avg Profit % | Cum Profit % | Tot Profit USDT | Tot Profit % | Avg Duration | Win Draw Loss Win% | | |
|--------------+-----------+----------------+----------------+-------------------+----------------+------------------+-------------------------| | |
| ONE/USDT | 706 | 0.78 | 551.15 | 60.687 | 6.07 | 23:09:00 | 407 175 124 57.6 | | |
| RNDR/USDT | 414 | 1.08 | 448.06 | 49.335 | 4.93 | 1 day, 0:30:00 | 255 95 64 61.6 | | |
| VRA/USDT | 552 | 0.80 | 442.49 | 48.723 | 4.87 | 1 day, 3:50:00 | 342 117 93 62.0 | | |
| AGIX/USDT | 350 | 1.03 | 359.92 | 39.631 | 3.96 | 1 day, 2:07:00 | 205 89 56 58.6 | | |
| GALAX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"max_open_trades": -1, | |
"stake_currency": "USDT", | |
"stake_amount": 200, | |
"tradable_balance_ratio": 0.99, | |
"fiat_display_currency": "USD", | |
"dry_run": true, | |
"dry_run_wallet": 1000, | |
"cancel_open_orders_on_exit": false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╭─alca@aLca in repo: ollama on main [?] via via v3.12.3 (.venv) took 8m1s | |
✦ ╰─λ sudo ollama create m6 -f MultiModel && ollama run m6 | |
[sudo] Passwort für alca: | |
2024/04/29 00:53:42 parser.go:73: WARN Unknown command: | |
PARAMETER | |
2024/04/29 00:53:42 parser.go:73: WARN Unknown command: <|im_user|> | |
transferring model data | |
reading model metadata | |
creating template layer | |
creating system layer |
OlderNewer