Техническое задание

Hi!  The EA will attach itself into some graph but it doesn't actually matter. i'll only attach it to some graph so i can have a graphical interface.
The ea itself will consist of various modules, some with dedicated threads.

the first module's job is to feed array with data.
First the ea needs to get all the avaliable stockname and the latest price bid in the book.
create a array with all the stocks.
Then the same module needs to go through each stock, and get all it's associated PUT options, their latest price bid in the book, strike, and expiration date.

This thread's only job is to keep looping and feeding this array with data constantly so we can capture the price changes, both of the stocks and the options atributes.

the second thread's job is to go through each entry in the array created by the first thread, and do some specific calculations that i'll specify to you in depth later, its purpose is to create a list that will show up on the GUI. but in doing so it will be also classifying each "oportunity" from the best to the worse. (this is just the superficial version of it)

the third thread will be responsible to manage the operations. it will go through the short list created by the second thread and try to execute each one of them, respecting some rules and parameters.

The fourth thread will be responsible to access the stock and options history to create some data and so some statitic analisis on it, and from this generate parameters that will be used by the third thread mentioned above. also needs to do some file saving, writing and reading.

the final module will be the "main" one, who will be generating the GUI, giving green or red signals to the other threads, and also have optional manual tasks like "create a csv file containing all the stock and its associated options data"...

i'm a software engineering, and this is a short version of it. Of course, if you think you are up to it, ill be seending the full project with all the technical details, routines and structions.

So, what do you think?

Откликнулись

1
Разработчик 1
Оценка
(64)
Проекты
68
25%
Арбитраж
12
42% / 42%
Просрочено
4
6%
Свободен
Похожие заказы
Apply with a keen sense of responsibility . Copy the code . Both of my expert has sufficient materials . Its a simple winning strategy , therefore please be ahead of time . Code BLUE . Changing The Strategy According to what i think is correct
I would love to see most of my trades going well being in profits! & keep consistent trading without having to blow any accounts be able to identify right trades and have good trading strategy
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
Martingale Strategy 50 - 70 USD
I need a gambling bot that implements the Martingale Strategy for betting on roulette. It will be used on platforms like Betcity and Unibet to manage bets effectively. Scope of work - Develop a bot that implements the Martingale Strategy for roulette. - Ensure compatibility with Betcity and Unibet platforms. - Include functionalities for adjusting bet size and managing losses. - Integrate platform-specific features
Dear Developers, I am seeking a professional developer to build an institutional-grade automated trading system that operates exclusively using pending orders, with advanced and fully customizable trade management logic. This is not a basic Expert Advisor. The goal is to create a structured, intelligent, and long-term trading system with clean architecture and professional execution standards. Project Requirements
Hello there Hpe you are doing good I am in search of a pine script expert developer who can build strategy in apudFlow in pinescript. Kinldy bid on this project if you can do this
I need a scalping-specific logic MT5 trading bot with a Donchian-channel–based dynamic stop-loss and take-profit system, applies RSI volatility filtering to avoid low-quality setups, and allows asset-specific adjustable parameters for fine-tuning performance Trading details: - Symbol: Any Forex EUR/USD - Platform: MT5 - Strategy type: Scalping (fast trades) - Timeframes: 5sec/ M1 / M5 - Fixed Stop Loss and Take
Looking for an experienced MQL5 developer to analyze and reverse-engineer the trading logic of an existing scalping Zone Recovery EA using Moving Averages and Bollinger Bands, and then rebuild it
EA Expert MTA 4 30+ USD
I have my own indicator and needs to create EA expert working smoothly with it to hit the targets as defined in indicator: Technical approach: - The EA will read the indicator signals using Copy Buffer on the selected timeframe - The EA should hit indicator variable targets factor -​Auto-Entry: Instant execution when the signal appears. ​-Alerts: Mobile Push Notifications + Pop-up alerts. -​Money Management Auto-lot

Информация о проекте

Бюджет
30 - 209 USD