mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: Update formatting of default export sequence
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# flake8: noqa: F401
|
||||
|
||||
from freqtrade.exchange import (
|
||||
timeframe_to_minutes,
|
||||
timeframe_to_msecs,
|
||||
@@ -26,20 +25,21 @@ from freqtrade.strategy.strategy_helper import (
|
||||
|
||||
# Imports to be used for `from freqtrade.strategy import *`
|
||||
__all__ = [
|
||||
"timeframe_to_minutes",
|
||||
"timeframe_to_next_date",
|
||||
"timeframe_to_prev_date",
|
||||
"informative",
|
||||
"IStrategy",
|
||||
"Trade",
|
||||
"Order",
|
||||
"PairLocks",
|
||||
"informative",
|
||||
# Parameters
|
||||
"BooleanParameter",
|
||||
"CategoricalParameter",
|
||||
"DecimalParameter",
|
||||
"IntParameter",
|
||||
"RealParameter",
|
||||
# timeframe helpers
|
||||
"timeframe_to_minutes",
|
||||
"timeframe_to_next_date",
|
||||
"timeframe_to_prev_date",
|
||||
# Strategy helper functions
|
||||
"merge_informative_pair",
|
||||
"stoploss_from_absolute",
|
||||
|
||||
Reference in New Issue
Block a user