Skip to content

Commit e222054

Browse files
committed
Update headers
1 parent 1f92667 commit e222054

File tree

337 files changed

+339
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+339
-339
lines changed

backtrader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/annualreturn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/calmar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/drawdown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/leverage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/logreturnsrolling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/periodstats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/positions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/pyfolio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/returns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/sharpe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/sqn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/timereturn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/tradeanalyzer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/transactions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/analyzers/vwr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/broker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/brokers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/brokers/bbroker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/brokers/ibbroker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/brokers/oandabroker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/brokers/vcbroker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/btrun/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/btrun/btrun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/cerebro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/comminfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/commissions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/dataseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/blaze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/btcsv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/chainer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/csvgeneric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/ibdata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/influxfeed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/mt4csv.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
6-
# Copyright (C) 2017 Dimitri John Ledkov
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
6+
# Copyright (C) 2015-2020 Daniel Rodriguez
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

backtrader/feeds/oanda.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/pandafeed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/quandl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

backtrader/feeds/rollover.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
5+
# Copyright (C) 2015-2020 Daniel Rodriguez
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)