Trabajo finalizado
Plazo de ejecución 1 día
Comentario del Cliente
Alain Is very professional data scientist, I full recommend, this is the man!
Comentario del Ejecutor
Interesting job and very nice customer. Recommended.
Tarea técnica
Hi,
I have an EA that is feed with a file wich need to be extracted from internet every day from a web site. To do this mannualy I need to click on a button in this site and the file is downloaded (picture bellow), but I would like to do this automatically, Using WebRequest() The file must be downloaded on actual date of the form to "File" folder and then unziped there overwirting the older file.

You can use the code bellow as example, it works but the date of the form is fixed, you need put always the actual date
Use Chrome to inspect, the execution and debug what happens
oid OnStart() { string cookie=NULL,headers; char post[],result[]; string url="http://www.b3.com.br/lumis/portal/file/fileDownload.jsp?fileId=8AE490C96A051101016A0596E52F6182"; //--- para trabalhar com o servidor é necessário adicionar a URL "https://finance.yahoo.com" //--- na lista de URLs permitidas (menu Principal->Ferramentas->Opções, guia "Experts"): //--- redefinimos o código do último erro ResetLastError(); //--- download da página html do Yahoo Finance int res=WebRequest("GET",url,cookie,NULL,500,post,0,result,headers); if(res==-1) { Print("Erro no WebRequest. Código de erro =",GetLastError()); //--- é possível que a URL não esteja na lista, exibimos uma mensagem sobre a necessidade de adicioná-la MessageBox("É necessário adicionar um endereço '"+url+"' à lista de URL permitidas na guia 'Experts'","Erro",MB_ICONINFORMATION); } else { if(res==200) { //--- download bem-sucedido PrintFormat("O arquivo foi baixado com sucesso, tamanho %d bytes.",ArraySize(result)); //PrintFormat("Cabeçalhos do servidor: %s",headers); //--- salvamos os dados em um arquivo int filehandle=FileOpen("url.zip",FILE_WRITE|FILE_BIN); if(filehandle!=INVALID_HANDLE) { //--- armazenamos o conteúdo do array result[] no arquivo FileWriteArray(filehandle,result,0,ArraySize(result)); //--- fechamos o arquivo FileClose(filehandle); } else Print("Erro em FileOpen. Código de erro =",GetLastError()); } else PrintFormat("Erro de download '%s', código %d",url,res); } }
Han respondido
1
Evaluación
Proyectos
334
55%
Arbitraje
14
36%
/
29%
Caducado
1
0%
Libre
2
Evaluación
Proyectos
148
59%
Arbitraje
16
38%
/
13%
Caducado
25
17%
Libre
Ha publicado: 1 ejemplo
3
Evaluación
Proyectos
285
42%
Arbitraje
19
63%
/
5%
Caducado
29
10%
Libre
Ha publicado: 2 ejemplos
4
Evaluación
Proyectos
25
12%
Arbitraje
1
0%
/
100%
Caducado
8
32%
Libre
5
Evaluación
Proyectos
302
79%
Arbitraje
4
25%
/
0%
Caducado
62
21%
Libre
Ha publicado: 7 ejemplos
Solicitudes similares
Hello! I want to automatically trade on Sierra Charts (IronBeam Brokerage). NQ ($20 per "handle") or MNQ ($2 per point or handle) - futures Broker: IronBeam mostly for the low capital requirement for futures Chart: Sierra Charts I almost exclusively trade a 5-20 bracket with 2 contracts (first contract closes at a +5 and second bracket closes at a +20.) When the +5 is reached, I move my stop from -15 to BE
Let’s use Chart M3. Stochastic 8,3,3. 85/15 trigger for sell stochastic >85, and the reversal move need to engulf the last bar for 1 point. SL over the engulfed bar. Same trigger for buys… Stochastic <15, engulfed bar by 1 point = entrance. SL under the engulfed bar… more details as soon we start to work on it
Scalping EA/straddle
30 - 200 USD
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
EA Recovery Layer
30+ USD
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position
30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Información sobre el proyecto
Presupuesto
30 - 40 USD