Auftrag beendet
Ausführungszeit 74 Tage
i need a EA that creates a json array and submit it via HTTP POST request every x sec.
1. Input field (double) that sets the base Balance
1. input field (int) that sets the timer to execute (every x sec)
1. input field (varchar) for the url
1. input field (varchar) for the access token
if positions open
output array should contain current PnL in % (based on the balance input), Free margin, Running Pnl (in%) and equity Pnl (based on balance input)
if no position open just submit the pnl based on the set balance input.
here is a cURL example of what I need to be submit
curl -X POST \ -k -H "Accept: application/json" \ -H "X-Access-Token: -TOKEN-" \ -H "Cache-Control: no-cache" \ -d '{ "frames": [ { "text": "Margin 3000%", "icon": 45063, "index": 0 }, { "text": "Today PNL +5%", "icon": 45063, "index": 1 }, { "text": "open Positions +10%", "icon": 45063, "index": 2 } ] }' \ https://172.16.67.210:4343/api/xxxx
this is a extremely simple task .. time is the essence here!
Bewerbungen
Frist nicht eingehalten
14
10%
Veröffentlicht: 2 Beispiele
Frist nicht eingehalten
2
29%
Frist nicht eingehalten
12
2%
Veröffentlicht: 1 Beispiel
Ähnliche Aufträge
# Project Requirements – Sierra Chart to MT5 Integrated Alerts *Scope:* The project must be a *fully integrated system* including both: 1. *Sierra Chart ACSIL sender* – writes alerts to JSON. 2. *MT5 EA (Listener)* – reads JSON alerts and executes trades in MT5. The system must handle alerts *from Sierra Chart to MT5 execution* completely, not just file sending. *Duplicate Alert Detection:* - Use
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source