The Wayback Machine - https://web.archive.org/web/20201227175814/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Unreal Engine logo
Popular topic
Unreal Engine is used to create awesome games, and experiences for PC, mobile, console, VR, and AR.
App recommended by GitHub

CircleCI

Now supporting GitHub Checks!

You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.

Build faster. Test more. Fail less.

Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.

Trending repository
Trending repository
squat0001
squat0001 commented Dec 20, 2020

Describe the enhancement

freqtrade generates the output of max-drawdown, which is very useful, but lacks an important information.. the real question
of max-drawdown is, does the strategy have a enough money to complete?

i wrote an backtesting tool, and i generate two more columns which i find useful:

df_trades['sum'] = df_trades['profit_abs'].cumsum()
trades_profit_min = df
Trending repository

Vulmap - Web漏洞扫描和验证工具,可对Web容器、Web服务器、Web中间件以及CMS等Web程序进行漏洞扫描,并且具备漏洞利用功能。 相关测试人员可以使用vulmap检测目标是否存在特定漏洞,并且可以使用漏洞利用功能验证漏洞是否真实存在。CVE-2020-14882, CVE-2020-2555, CVE-2020-2883, S2-061, CVE-2020-13942, CVE-2020-17530

  • Updated Dec 15, 2020
  • Python
App recommended by GitHub

Hound

Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.

You can’t perform that action at this time.