MT5 -> Tradovate

Python Scripts Autre Python

Spécifications

I hope you are doing well. I want to develop a Python script that can automatically copy trades from my MetaTrader 5 (MT5) account to a Tradovate account using their respective APIs.

Here are the details of what I am looking for:

Connecting to MT5:

The script should connect to an MT5 account via the MetaTrader 5 API to monitor open positions.
Converting Orders:

CFD positions detected on MT5 should be converted to Futures compatible orders on Tradovate.
It will be necessary to adapt the volumes, symbols and order types (buy/sell) to match Tradovate requirements.
Sending Orders to Tradovate:

The script should send the converted orders to Tradovate via the Tradovate REST API using the access tokens that I will provide.
Additional Features:

A robust error handling to ensure that orders are sent correctly.
A transaction log to track the status of orders.
Optional: a simple interface to configure and start the script.

Répondu

1
Développeur 1
Évaluation
(269)
Projets
442
38%
Arbitrage
90
43% / 19%
En retard
73
17%
Occupé
2
Développeur 2
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
3
Développeur 3
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
Comme je n''ai pas le temps de trader j'aurais aimé avoir un Trade robotisé 24/24 avec un fonctionnement court et long ,stop lose,level et toute les autres fonctionnements permettant optimiser mon investiment . merci
Trading 987 150+ USD
// Déclaration des paramètres externes input int FastMA = 9; // Période de la MA rapide input int SlowMA = 21; // Période de la MA lente input int RSI_Period = 14; // Période du RSI input double LotSize = 0.1; // Taille du lot input int Slippage = 3; // Slippage maximum input int StopLoss = 50; // Stop Loss en pips input int TakeProfit = 100; // Take Profit en pips input bool UseFibonacci = true; // Activer ou

Informations sur le projet

Budget
30 - 100 USD
TVA (20%): 6 - 20 USD
Total: 36 - 120 USD
Pour le développeur
27 - 90 USD