Hi!
I'm looking for a Python coder who knows data scraping / word & pattern recognition and knows / is willing to learn the Python Metatrader 5 library (the API: https://www.mql5.com/en/docs/integration/python_metatrader5).
Your job will be to finish a multi-phase project another coder has left unfinished. Some more details below but the exact details will be shared with the most potential applicants as well as the exact monetary conditions as well (the price in this ad is just a super early draft so you don't have to pay too much attention to it).
Please tell me why would you be the most potential coder.
Some more details: So this is a multi-phase Python project that is being unfininished unfortunately due to the earlier coder's personal life challenges. All of the phases are independent Python scripts that all communicate and link to each other.
The phase 1 scraps Telegram messages from a very special Telegram channel. This phase is 100% finished, but there might still be some future work needed in it. The phase 2 recognises certain key words and patterns in these messages and, based on them, gives clear, formatted commands to the phase 3 and continuously keeps a database updated. I'd estimate this phase to be 80-90% ready - the logic to recognise the patterns is fully ready, some of the patterns are still missing, and I think the link to phase 3 is probably missing. Phase 3 is the Metatrader link that, based on the commands coming from phase 2 executes clear trading functions on the linked Metatrader 5 terminal, based on specific rules I've written in the description of this project.
The existing code should be quite well standardised and documented. However, be prepared that you might have to phase a situation where you'll need to learn the earlier coder's code and adapt to it without the help of this coder.
The coder will have the very full support from me in terms of what has been done until now and why, and anything else. I have very high team working capabilities and am ready to support very much. This is a new kind of peoject that I'd say hasn't been done before, so it requires a flexible attitude but also the coder can take pride of having created something truly unique.
Later on there might be some web scraping continuation to this project coming, so experience in that is a plus.
Bewerbungen
Frist nicht eingehalten
1
20%
Frist nicht eingehalten
10
5%
Frist nicht eingehalten
5
3%
Veröffentlicht: 2 Beispiele
Frist nicht eingehalten
338
26%
Ähnliche Aufträge
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
A trading expert that relies on specific signals such as price breaking a peak or trough, liquidity withdrawal, and retesting the signal. Lock the expert advisor with a code and create a subscriber base with a separate key for each subscriber
✅ *Step-by-Step Strategy to Code – CRT + CISD (MT5 EA)* 🔧 *System Setup* *Timeframes Used:* - *D1* – Bias & CRT zones (High & Low) - *H1* – Confirm candle closes back inside CRT levels - *M5* – CISD pattern (entry trigger) --- 🟢 *Buy Setup – Logic* 1. *Detect D1 CRT Zone:* - Identify current day’s *High and Low* → define CRT levels. 2. *Wait for Sweep:* - Price must *break below D1 CRT Low* (wick). 3. *H1
Ea gold is specifically available for those willing to make huge profits very good and trustworthy very easier to use Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous). Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases