├── LICENSE ├── README.md ├── before.py ├── exchange.py ├── with_init_args.py ├── with_keyword_args.py └── with_parameters_class.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-strategy-parameters/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-strategy-parameters/HEAD/README.md -------------------------------------------------------------------------------- /before.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-strategy-parameters/HEAD/before.py -------------------------------------------------------------------------------- /exchange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-strategy-parameters/HEAD/exchange.py -------------------------------------------------------------------------------- /with_init_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-strategy-parameters/HEAD/with_init_args.py -------------------------------------------------------------------------------- /with_keyword_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-strategy-parameters/HEAD/with_keyword_args.py -------------------------------------------------------------------------------- /with_parameters_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-strategy-parameters/HEAD/with_parameters_class.py --------------------------------------------------------------------------------