- Removed v10 TradingView indicator (moneyline_v10_momentum_dots.pinescript) - Removed v10 penalty system from signal-quality.ts (-30/-25 point penalties) - Removed backtest result files (sweep_*.csv) - Updated copilot-instructions.md to remove v10 references - Simplified direction-specific quality thresholds (LONG 90+, SHORT 80+) Rationale: - 1,944 parameter combinations tested in backtest - All top results IDENTICAL (568 trades, $498 P&L, 61.09% WR) - Momentum parameters had ZERO impact on trade selection - Profit factor 1.027 too low (barely profitable after fees) - Max drawdown -$1,270 vs +$498 profit = terrible risk-reward - v10 penalties were blocking good trades (bug: applied to wrong positions) Keeping v9 as production system - simpler, proven, effective.
70 lines
2.8 KiB
Plaintext
70 lines
2.8 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: setuptools
|
|
Version: 40.8.0
|
|
Summary: Easily download, build, install, upgrade, and uninstall Python packages
|
|
Home-page: https://github.com/pypa/setuptools
|
|
Author: Python Packaging Authority
|
|
Author-email: distutils-sig@python.org
|
|
License: UNKNOWN
|
|
Project-URL: Documentation, https://setuptools.readthedocs.io/
|
|
Keywords: CPAN PyPI distutils eggs package management
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 2.7
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3.4
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
Classifier: Programming Language :: Python :: 3.7
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Classifier: Topic :: System :: Archiving :: Packaging
|
|
Classifier: Topic :: System :: Systems Administration
|
|
Classifier: Topic :: Utilities
|
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
|
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
|
|
.. image:: https://img.shields.io/pypi/v/setuptools.svg
|
|
:target: https://pypi.org/project/setuptools
|
|
|
|
.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
|
|
:target: https://setuptools.readthedocs.io
|
|
|
|
.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI
|
|
:target: https://travis-ci.org/pypa/setuptools
|
|
|
|
.. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
|
|
:target: https://ci.appveyor.com/project/pypa/setuptools/branch/master
|
|
|
|
.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg
|
|
:target: https://codecov.io/gh/pypa/setuptools
|
|
|
|
.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
|
|
|
|
.. image:: https://tidelift.com/badges/github/pypa/setuptools
|
|
:target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
|
|
|
|
See the `Installation Instructions
|
|
<https://packaging.python.org/installing/>`_ in the Python Packaging
|
|
User's Guide for instructions on installing, upgrading, and uninstalling
|
|
Setuptools.
|
|
|
|
Questions and comments should be directed to the `distutils-sig
|
|
mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
|
|
Bug reports and especially tested patches may be
|
|
submitted directly to the `bug tracker
|
|
<https://github.com/pypa/setuptools/issues>`_.
|
|
|
|
|
|
Code of Conduct
|
|
---------------
|
|
|
|
Everyone interacting in the setuptools project's codebases, issue trackers,
|
|
chat rooms, and mailing lists is expected to follow the
|
|
`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.
|
|
|
|
|