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

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

Angular logo
Popular topic
Angular is an open source web application platform.
App recommended by GitHub

Percy

Percy gives your team confidence in every visual UI change before it's shipped.

Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.

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
You can’t perform that action at this time.