jgtfx2console 0.4.26__py3-none-any.whl → 0.4.27__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- jgtfx2console/LiveChartDataExport.py +1 -1
- jgtfx2console/__init__.py +1 -1
- jgtfx2console/config_generator.py +5 -5
- {jgtfx2console-0.4.26.dist-info → jgtfx2console-0.4.27.dist-info}/METADATA +1 -1
- {jgtfx2console-0.4.26.dist-info → jgtfx2console-0.4.27.dist-info}/RECORD +9 -9
- {jgtfx2console-0.4.26.dist-info → jgtfx2console-0.4.27.dist-info}/LICENSE +0 -0
- {jgtfx2console-0.4.26.dist-info → jgtfx2console-0.4.27.dist-info}/WHEEL +0 -0
- {jgtfx2console-0.4.26.dist-info → jgtfx2console-0.4.27.dist-info}/entry_points.txt +0 -0
- {jgtfx2console-0.4.26.dist-info → jgtfx2console-0.4.27.dist-info}/top_level.txt +0 -0
@@ -239,7 +239,7 @@ def parse_xml(config_file):
|
|
239
239
|
tzone = find_in_tree(settings, "Timezone").text
|
240
240
|
|
241
241
|
if tzone != 'EST' and tzone != 'UTC' and tzone != 'Local':
|
242
|
-
print('Timezone is not recognized, using
|
242
|
+
print('Timezone is not recognized, using UTC')
|
243
243
|
tzone = 'UTC' #Default timezone
|
244
244
|
|
245
245
|
print("=============================")
|
jgtfx2console/__init__.py
CHANGED
@@ -46,13 +46,13 @@ def generate_config(instruments, timeframes, nb_bar=500, default_headers="DateTi
|
|
46
46
|
def main():
|
47
47
|
import argparse
|
48
48
|
parser = argparse.ArgumentParser(description='Generate a configuration file for the ptoLiveChartDataExport')
|
49
|
-
parser.add_argument('--instruments', help='The list of instruments to export (comma-separated)')
|
50
|
-
parser.add_argument('--timeframes', help='The list of timeframes to export (comma-separated)')
|
51
|
-
parser.add_argument('--outxml', type=str,default="jgtfxliveconfig.xml", help='Output XML file')
|
49
|
+
parser.add_argument('-i','--instruments', help='The list of instruments to export (comma-separated)')
|
50
|
+
parser.add_argument('-t','--timeframes', help='The list of timeframes to export (comma-separated)')
|
51
|
+
parser.add_argument('-o','--outxml', type=str,default="jgtfxliveconfig.xml", help='Output XML file')
|
52
52
|
|
53
53
|
#data_dir = os.getenv('JGTPY_DATA') or if --data_dir
|
54
|
-
parser.add_argument('--data_dir', help='The directory where the data will be saved')
|
55
|
-
|
54
|
+
parser.add_argument('-d','--data_dir', help='The directory where the data will be saved')
|
55
|
+
|
56
56
|
|
57
57
|
|
58
58
|
args = parser.parse_args()
|
@@ -1,6 +1,6 @@
|
|
1
|
-
jgtfx2console/LiveChartDataExport.py,sha256=
|
2
|
-
jgtfx2console/__init__.py,sha256=
|
3
|
-
jgtfx2console/config_generator.py,sha256=
|
1
|
+
jgtfx2console/LiveChartDataExport.py,sha256=9-P0ArVGsxlR1KntzoUv9JhKIxRr08cQ2Cghb2-nKfk,15282
|
2
|
+
jgtfx2console/__init__.py,sha256=CLV_QIlfUCohmqMnFNP2vc3BXPcPLVxVlnRdKYWClfo,1611
|
3
|
+
jgtfx2console/config_generator.py,sha256=P9QpCYh87WqhN1ctilkHOUBjMgW1CrEAGLNcLSs9MGQ,2849
|
4
4
|
jgtfx2console/fxcli2console.py,sha256=oI4d01jkXNriP2tF8aHcdep_r2YORWMfSnysrIHEAqQ,7426
|
5
5
|
jgtfx2console/forexconnect/EachRowListener.py,sha256=jbRaSqhHtoaRnEnLGoUmVLvE6VPt-WXYtglRPzK440k,1649
|
6
6
|
jgtfx2console/forexconnect/ForexConnect.py,sha256=Yf6AcLdgMSD8rd1s2DTIJPfzJ7BljIaZy_8vTfPfSOI,25755
|
@@ -31,9 +31,9 @@ jgtfx2console/forexconnect/lib/linux/libpython3.7m.so,sha256=UQzwU5QcaVnwQdt2yXi
|
|
31
31
|
jgtfx2console/forexconnect/lib/linux/libquotesmgr2.so.2.8,sha256=QIUMvjI-4m3YX3N23Pad9TIhYbmk17raTTW0gyrElkM,1245248
|
32
32
|
jgtfx2console/forexconnect/lib/linux/libsqlite3.8.so,sha256=aqjV6ZcluDkzyr_bbWQCOHt9uitLvp7uPS-53Z3toQk,641120
|
33
33
|
jgtfx2console/forexconnect/lib/linux/requirements.txt,sha256=62zntle4oq_jlsvrAK1bbfgYvAcRPtVHkGYu_eWiRZs,77
|
34
|
-
jgtfx2console-0.4.
|
35
|
-
jgtfx2console-0.4.
|
36
|
-
jgtfx2console-0.4.
|
37
|
-
jgtfx2console-0.4.
|
38
|
-
jgtfx2console-0.4.
|
39
|
-
jgtfx2console-0.4.
|
34
|
+
jgtfx2console-0.4.27.dist-info/LICENSE,sha256=uCA_HysYVK9qIMbDEFjcDYhCoKTg19AJhKhM71EKSGA,1086
|
35
|
+
jgtfx2console-0.4.27.dist-info/METADATA,sha256=K6j8msUIxU9E71vBUvLpE6c-I9wUS5_7hHoyYsFh-NY,2201
|
36
|
+
jgtfx2console-0.4.27.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
37
|
+
jgtfx2console-0.4.27.dist-info/entry_points.txt,sha256=5-2VwwmwQtOqI0d2qvq3Lupgu9sUVe8S6zOYf-9whQ4,164
|
38
|
+
jgtfx2console-0.4.27.dist-info/top_level.txt,sha256=PBNCBgqX42I7ctUTX9FcTnIX0utvgRqzuflefzZ30D8,14
|
39
|
+
jgtfx2console-0.4.27.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|