|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
|
|
# ---------------------------------------------------------------------
|
|
|
|
|
# Copyright (c) 2022 BOXTEC AG <src@boxtec.ch>
|
|
|
|
|
# Copyright (c) 2022 NETCRAFT.CH <src@netcraft.ch>
|
|
|
|
|
#
|
|
|
|
|
# All rights reserved.
|
|
|
|
|
#
|
|
|
|
@ -171,5 +171,6 @@ if __name__ == '__main__':
|
|
|
|
|
print "Profit =", profit_buy + profit_sell
|
|
|
|
|
|
|
|
|
|
hrule("*")
|
|
|
|
|
# results_data is not used yet, maybe removed later
|
|
|
|
|
#print "Result:", result_data
|
|
|
|
|
|