Hi, I need a developer who can develop an EA using mainly order flow and volume profile indicator for a quick scalping technique.
At this point it is a personal robot so i prefer more energy in developing the actual software rather than graphics.
How this should work is when there is a bigger than usual entries in the market forcing the market to move in a particular direction, the EA should be able to notice this move and place a trade in the direction.
- So basically this idea is out to capture bank and hedge funds move. follow their direction of play just for a few pips about 20.
- Idea is open stop take profit and a trailing stop loss if the move is going really fast. Market open, news trading, break of a support or resistance.
Trading on all symbols will be great and all day. quick entry and out.
I am patient for this EA and prefer a developer to tell me his time even though 1 month time will be great. Price below is only a guide. Feel free to negotiate if you trust your service and delivery. Experienced developer working with order flow and volume profile is highly preferable.
Please do not hesitate to contact me if more information is needed. I may delay with reply due to work I will certainly reply.
類似した注文
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location