file permissions changed back to 644
This commit is contained in:
parent
3843e4295e
commit
e9948e1f64
0
CONTRIBUTING.md
Executable file → Normal file
0
CONTRIBUTING.md
Executable file → Normal file
0
Dockerfile
Executable file → Normal file
0
Dockerfile
Executable file → Normal file
0
MANIFEST.in
Executable file → Normal file
0
MANIFEST.in
Executable file → Normal file
0
bin/freqtrade
Executable file → Normal file
0
bin/freqtrade
Executable file → Normal file
0
config.json.example
Executable file → Normal file
0
config.json.example
Executable file → Normal file
0
config_full.json.example
Executable file → Normal file
0
config_full.json.example
Executable file → Normal file
0
docs/assets/freqtrade-screenshot.png
Executable file → Normal file
0
docs/assets/freqtrade-screenshot.png
Executable file → Normal file
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
0
docs/backtesting.md
Executable file → Normal file
0
docs/backtesting.md
Executable file → Normal file
0
docs/bot-optimization.md
Executable file → Normal file
0
docs/bot-optimization.md
Executable file → Normal file
0
docs/bot-usage.md
Executable file → Normal file
0
docs/bot-usage.md
Executable file → Normal file
0
docs/configuration.md
Executable file → Normal file
0
docs/configuration.md
Executable file → Normal file
0
docs/faq.md
Executable file → Normal file
0
docs/faq.md
Executable file → Normal file
0
docs/hyperopt.md
Executable file → Normal file
0
docs/hyperopt.md
Executable file → Normal file
0
docs/index.md
Executable file → Normal file
0
docs/index.md
Executable file → Normal file
0
docs/installation.md
Executable file → Normal file
0
docs/installation.md
Executable file → Normal file
0
docs/plotting.md
Executable file → Normal file
0
docs/plotting.md
Executable file → Normal file
0
docs/pre-requisite.md
Executable file → Normal file
0
docs/pre-requisite.md
Executable file → Normal file
0
docs/sql_cheatsheet.md
Executable file → Normal file
0
docs/sql_cheatsheet.md
Executable file → Normal file
0
docs/stoploss.md
Executable file → Normal file
0
docs/stoploss.md
Executable file → Normal file
0
docs/telegram-usage.md
Executable file → Normal file
0
docs/telegram-usage.md
Executable file → Normal file
0
freqtrade.service
Executable file → Normal file
0
freqtrade.service
Executable file → Normal file
0
freqtrade/__init__.py
Executable file → Normal file
0
freqtrade/__init__.py
Executable file → Normal file
0
freqtrade/__main__.py
Executable file → Normal file
0
freqtrade/__main__.py
Executable file → Normal file
0
freqtrade/analyze.py
Executable file → Normal file
0
freqtrade/analyze.py
Executable file → Normal file
0
freqtrade/arguments.py
Executable file → Normal file
0
freqtrade/arguments.py
Executable file → Normal file
0
freqtrade/configuration.py
Executable file → Normal file
0
freqtrade/configuration.py
Executable file → Normal file
0
freqtrade/constants.py
Executable file → Normal file
0
freqtrade/constants.py
Executable file → Normal file
0
freqtrade/exchange/__init__.py
Executable file → Normal file
0
freqtrade/exchange/__init__.py
Executable file → Normal file
0
freqtrade/fiat_convert.py
Executable file → Normal file
0
freqtrade/fiat_convert.py
Executable file → Normal file
0
freqtrade/freqtradebot.py
Executable file → Normal file
0
freqtrade/freqtradebot.py
Executable file → Normal file
0
freqtrade/indicator_helpers.py
Executable file → Normal file
0
freqtrade/indicator_helpers.py
Executable file → Normal file
0
freqtrade/main.py
Executable file → Normal file
0
freqtrade/main.py
Executable file → Normal file
0
freqtrade/misc.py
Executable file → Normal file
0
freqtrade/misc.py
Executable file → Normal file
0
freqtrade/optimize/__init__.py
Executable file → Normal file
0
freqtrade/optimize/__init__.py
Executable file → Normal file
0
freqtrade/optimize/backtesting.py
Executable file → Normal file
0
freqtrade/optimize/backtesting.py
Executable file → Normal file
0
freqtrade/optimize/hyperopt.py
Executable file → Normal file
0
freqtrade/optimize/hyperopt.py
Executable file → Normal file
0
freqtrade/persistence.py
Executable file → Normal file
0
freqtrade/persistence.py
Executable file → Normal file
0
freqtrade/rpc/__init__.py
Executable file → Normal file
0
freqtrade/rpc/__init__.py
Executable file → Normal file
0
freqtrade/rpc/rpc.py
Executable file → Normal file
0
freqtrade/rpc/rpc.py
Executable file → Normal file
0
freqtrade/rpc/rpc_manager.py
Executable file → Normal file
0
freqtrade/rpc/rpc_manager.py
Executable file → Normal file
0
freqtrade/rpc/telegram.py
Executable file → Normal file
0
freqtrade/rpc/telegram.py
Executable file → Normal file
0
freqtrade/state.py
Executable file → Normal file
0
freqtrade/state.py
Executable file → Normal file
0
freqtrade/strategy/__init__.py
Executable file → Normal file
0
freqtrade/strategy/__init__.py
Executable file → Normal file
0
freqtrade/strategy/default_strategy.py
Executable file → Normal file
0
freqtrade/strategy/default_strategy.py
Executable file → Normal file
0
freqtrade/strategy/interface.py
Executable file → Normal file
0
freqtrade/strategy/interface.py
Executable file → Normal file
0
freqtrade/strategy/resolver.py
Executable file → Normal file
0
freqtrade/strategy/resolver.py
Executable file → Normal file
0
freqtrade/tests/__init__.py
Executable file → Normal file
0
freqtrade/tests/__init__.py
Executable file → Normal file
0
freqtrade/tests/conftest.py
Executable file → Normal file
0
freqtrade/tests/conftest.py
Executable file → Normal file
0
freqtrade/tests/exchange/test_exchange.py
Executable file → Normal file
0
freqtrade/tests/exchange/test_exchange.py
Executable file → Normal file
0
freqtrade/tests/optimize/test_backtesting.py
Executable file → Normal file
0
freqtrade/tests/optimize/test_backtesting.py
Executable file → Normal file
0
freqtrade/tests/optimize/test_hyperopt.py
Executable file → Normal file
0
freqtrade/tests/optimize/test_hyperopt.py
Executable file → Normal file
0
freqtrade/tests/optimize/test_optimize.py
Executable file → Normal file
0
freqtrade/tests/optimize/test_optimize.py
Executable file → Normal file
0
freqtrade/tests/rpc/test_rpc.py
Executable file → Normal file
0
freqtrade/tests/rpc/test_rpc.py
Executable file → Normal file
0
freqtrade/tests/rpc/test_rpc_manager.py
Executable file → Normal file
0
freqtrade/tests/rpc/test_rpc_manager.py
Executable file → Normal file
0
freqtrade/tests/rpc/test_rpc_telegram.py
Executable file → Normal file
0
freqtrade/tests/rpc/test_rpc_telegram.py
Executable file → Normal file
0
freqtrade/tests/strategy/test_default_strategy.py
Executable file → Normal file
0
freqtrade/tests/strategy/test_default_strategy.py
Executable file → Normal file
0
freqtrade/tests/strategy/test_strategy.py
Executable file → Normal file
0
freqtrade/tests/strategy/test_strategy.py
Executable file → Normal file
0
freqtrade/tests/test_acl_pair.py
Executable file → Normal file
0
freqtrade/tests/test_acl_pair.py
Executable file → Normal file
0
freqtrade/tests/test_analyze.py
Executable file → Normal file
0
freqtrade/tests/test_analyze.py
Executable file → Normal file
0
freqtrade/tests/test_arguments.py
Executable file → Normal file
0
freqtrade/tests/test_arguments.py
Executable file → Normal file
0
freqtrade/tests/test_configuration.py
Executable file → Normal file
0
freqtrade/tests/test_configuration.py
Executable file → Normal file
0
freqtrade/tests/test_constants.py
Executable file → Normal file
0
freqtrade/tests/test_constants.py
Executable file → Normal file
0
freqtrade/tests/test_dataframe.py
Executable file → Normal file
0
freqtrade/tests/test_dataframe.py
Executable file → Normal file
0
freqtrade/tests/test_fiat_convert.py
Executable file → Normal file
0
freqtrade/tests/test_fiat_convert.py
Executable file → Normal file
0
freqtrade/tests/test_freqtradebot.py
Executable file → Normal file
0
freqtrade/tests/test_freqtradebot.py
Executable file → Normal file
0
freqtrade/tests/test_indicator_helpers.py
Executable file → Normal file
0
freqtrade/tests/test_indicator_helpers.py
Executable file → Normal file
0
freqtrade/tests/test_main.py
Executable file → Normal file
0
freqtrade/tests/test_main.py
Executable file → Normal file
0
freqtrade/tests/test_misc.py
Executable file → Normal file
0
freqtrade/tests/test_misc.py
Executable file → Normal file
0
freqtrade/tests/test_persistence.py
Executable file → Normal file
0
freqtrade/tests/test_persistence.py
Executable file → Normal file
0
freqtrade/tests/test_state.py
Executable file → Normal file
0
freqtrade/tests/test_state.py
Executable file → Normal file
0
freqtrade/tests/testdata/UNITTEST_BTC-8m.json.gz
vendored
Executable file → Normal file
0
freqtrade/tests/testdata/UNITTEST_BTC-8m.json.gz
vendored
Executable file → Normal file
0
freqtrade/vendor/__init__.py
vendored
Executable file → Normal file
0
freqtrade/vendor/__init__.py
vendored
Executable file → Normal file
0
freqtrade/vendor/qtpylib/__init__.py
vendored
Executable file → Normal file
0
freqtrade/vendor/qtpylib/__init__.py
vendored
Executable file → Normal file
0
freqtrade/vendor/qtpylib/indicators.py
vendored
Executable file → Normal file
0
freqtrade/vendor/qtpylib/indicators.py
vendored
Executable file → Normal file
0
install_ta-lib.sh
Executable file → Normal file
0
install_ta-lib.sh
Executable file → Normal file
0
requirements.txt
Executable file → Normal file
0
requirements.txt
Executable file → Normal file
0
scripts/convert_backtestdata.py
Executable file → Normal file
0
scripts/convert_backtestdata.py
Executable file → Normal file
0
scripts/download_backtest_data.py
Executable file → Normal file
0
scripts/download_backtest_data.py
Executable file → Normal file
0
scripts/plot_dataframe.py
Executable file → Normal file
0
scripts/plot_dataframe.py
Executable file → Normal file
0
scripts/plot_profit.py
Executable file → Normal file
0
scripts/plot_profit.py
Executable file → Normal file
0
ta-lib-0.4.0-src.tar.gz
Executable file → Normal file
0
ta-lib-0.4.0-src.tar.gz
Executable file → Normal file
Loading…
Reference in New Issue
Block a user