mtcli-risco 2.2.1__py3-none-any.whl → 2.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mtcli_risco/commands/checar.py +4 -1
- mtcli_risco/commands/monitorar.py +3 -1
- mtcli_risco/commands/trades.py +3 -1
- {mtcli_risco-2.2.1.dist-info → mtcli_risco-2.2.2.dist-info}/METADATA +1 -1
- {mtcli_risco-2.2.1.dist-info → mtcli_risco-2.2.2.dist-info}/RECORD +8 -8
- {mtcli_risco-2.2.1.dist-info → mtcli_risco-2.2.2.dist-info}/LICENSE +0 -0
- {mtcli_risco-2.2.1.dist-info → mtcli_risco-2.2.2.dist-info}/WHEEL +0 -0
- {mtcli_risco-2.2.1.dist-info → mtcli_risco-2.2.2.dist-info}/entry_points.txt +0 -0
mtcli_risco/commands/checar.py
CHANGED
|
@@ -17,7 +17,10 @@ from mtcli_risco.models.checar_model import (
|
|
|
17
17
|
log = setup_logger()
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
@click.command(
|
|
20
|
+
@click.command(
|
|
21
|
+
"checar",
|
|
22
|
+
help="Verifica se o limite diário de prejuízo foi atingido, com base nas regras configuradas.",
|
|
23
|
+
)
|
|
21
24
|
@click.version_option(package_name="mtcli-risco")
|
|
22
25
|
@click.option(
|
|
23
26
|
"--limite",
|
|
@@ -16,7 +16,9 @@ from mtcli_risco.models.checar_model import (
|
|
|
16
16
|
log = setup_logger()
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
@click.command(
|
|
19
|
+
@click.command(
|
|
20
|
+
"monitorar", help="Inicia o monitoramento contínuo do risco diário em tempo real."
|
|
21
|
+
)
|
|
20
22
|
@click.version_option(package_name="mtcli-risco")
|
|
21
23
|
@click.option("--limite", "-l", default=LOSS_LIMIT, help="Limite de perda diária.")
|
|
22
24
|
@click.option(
|
mtcli_risco/commands/trades.py
CHANGED
|
@@ -12,7 +12,9 @@ from mtcli_risco.models.trades_model import (
|
|
|
12
12
|
log = setup_logger()
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
@click.command(
|
|
15
|
+
@click.command(
|
|
16
|
+
"trades", help="Exibe os lucros realizados, abertos e totais do dia atual."
|
|
17
|
+
)
|
|
16
18
|
@click.version_option(package_name="mtcli-risco")
|
|
17
19
|
@click.option(
|
|
18
20
|
"--aberto", "-a", is_flag=True, default=False, help="Exibe o lucro aberto."
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
mtcli_risco/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
mtcli_risco/commands/__init__.py,sha256=0AvTSqwccXKX8r9CXkEaPWQ4bj87Bo8y1BFGpMhR9hk,60
|
|
3
|
-
mtcli_risco/commands/checar.py,sha256=
|
|
4
|
-
mtcli_risco/commands/monitorar.py,sha256=
|
|
5
|
-
mtcli_risco/commands/trades.py,sha256=
|
|
3
|
+
mtcli_risco/commands/checar.py,sha256=15NA-gRmZYXxnkdjhaF7LxJpaFkZwyz7NLEK7O5r3p4,2061
|
|
4
|
+
mtcli_risco/commands/monitorar.py,sha256=Xsj1xjkUDBrrPJeeUepvXO8iNrXp_e5VkS56s2yJ7hM,1999
|
|
5
|
+
mtcli_risco/commands/trades.py,sha256=GUUkJiMkYq0XqlQPn6tWeOz4zNjLA1dfUP5LGheulnQ,1455
|
|
6
6
|
mtcli_risco/conf.py,sha256=5T82aUS9k9zB1I94RGL5xud-0B4iYI6CwXJoUNDotAQ,365
|
|
7
7
|
mtcli_risco/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
mtcli_risco/models/checar_model.py,sha256=tv7r-lQdrXhtJo-4vlDUeMNN-FAQ2maUHR-IvccWAWg,3335
|
|
9
9
|
mtcli_risco/models/trades_model.py,sha256=4_kG0jCclKyb4HqLWLvEndvRp4kHexzJwk_0YKIGEog,2204
|
|
10
10
|
mtcli_risco/mt5_context.py,sha256=lA5ZppfRsCvzrxf0Jce1ewZtt2xFln5xnZ1sArk1P4k,190
|
|
11
11
|
mtcli_risco/plugin.py,sha256=gl7JzOyzcO3vHzoJuaZ9z-LBkq20Q5ICMviEuXW-yAk,309
|
|
12
|
-
mtcli_risco-2.2.
|
|
13
|
-
mtcli_risco-2.2.
|
|
14
|
-
mtcli_risco-2.2.
|
|
15
|
-
mtcli_risco-2.2.
|
|
16
|
-
mtcli_risco-2.2.
|
|
12
|
+
mtcli_risco-2.2.2.dist-info/entry_points.txt,sha256=LV78AP1S7_X3zuy0HZjdRHh1kp8VM-RvpBCNf0dOiNY,57
|
|
13
|
+
mtcli_risco-2.2.2.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
14
|
+
mtcli_risco-2.2.2.dist-info/METADATA,sha256=x-AvpdDABmzNayJQ87MOBOsEWlXw6BNmFs2wiUEgSa8,2482
|
|
15
|
+
mtcli_risco-2.2.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
16
|
+
mtcli_risco-2.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|