Lavoro terminato
Tempo di esecuzione 21 ore
Feedback del cliente
Absolutely great. No errors when compiled the ea. Its working smoothly how i wanted. Recommended....thank you...
Feedback del dipendente
Great customer! I really enjoyed work with suptrad. Very good contact, clear description and understanding. I really enjoyed working with you!
Specifiche
Hi There,
Need EA based on TDI and Stochastic.
Buy Conditions
when TSL of TDI is below 32 and stochastic crosses TSL from below to top it opens buy trade. If price moves against the trade for x number of pips then it will open one more buy. It continues opening trades till it hit the TP. TP should be set from input tab and it will be basket pips. SEE BELOW for more information... Input tab should have the facility for x number of pips to open the trade.
Sell Conditions
when TSL of TDI is above 68 and stochastic crosses TSL from top to below it opens sell trade. If price moves against the trade for x number of pips then it will open one more sell. It continue opening trades till it hit the TP. TP should be set from input tab and it will be basket pips. SEE BELOW for more information... Input tab should have the facility for x number of pips to open the trade.
Basket Pips Explanation:
For example if it opens 8 trades and if i have set 200 pips as a take profit then all trades total positive 200 pips is the take profit so there are chances that out of 8 there might be 2 negative and 6 positive...so inshort that one pair opened trade when they are 200 pips positive, it will close that all trades for that pairs...Here it should only close on one direction so if its buy then it should close only buy and if its sell then it should close only sell...
It can open simultaneously both side trades if conditions matched...so i think we need 2 magic numbers of one pair..one for sell and one for buy...
I will need facility where it can open x number of pairs at a one time...so if i am trading 10 pairs and i set to open max 6 pairs then it should open only 6 and not more than that...Also buy and sell conditions should met only on closing candles....and this candle should be only previous candles from current candle...so if ea open 6 max pairs and if one hit the tp so there is a space for one more and it should match the conditions for other pairs to open. If conditions were matched before few candles or two candles before then it should open the trade because that trade is not valid now...
please bid and quote me...
thanks
Need EA based on TDI and Stochastic.
Buy Conditions
when TSL of TDI is below 32 and stochastic crosses TSL from below to top it opens buy trade. If price moves against the trade for x number of pips then it will open one more buy. It continues opening trades till it hit the TP. TP should be set from input tab and it will be basket pips. SEE BELOW for more information... Input tab should have the facility for x number of pips to open the trade.
Sell Conditions
when TSL of TDI is above 68 and stochastic crosses TSL from top to below it opens sell trade. If price moves against the trade for x number of pips then it will open one more sell. It continue opening trades till it hit the TP. TP should be set from input tab and it will be basket pips. SEE BELOW for more information... Input tab should have the facility for x number of pips to open the trade.
Basket Pips Explanation:
For example if it opens 8 trades and if i have set 200 pips as a take profit then all trades total positive 200 pips is the take profit so there are chances that out of 8 there might be 2 negative and 6 positive...so inshort that one pair opened trade when they are 200 pips positive, it will close that all trades for that pairs...Here it should only close on one direction so if its buy then it should close only buy and if its sell then it should close only sell...
It can open simultaneously both side trades if conditions matched...so i think we need 2 magic numbers of one pair..one for sell and one for buy...
I will need facility where it can open x number of pairs at a one time...so if i am trading 10 pairs and i set to open max 6 pairs then it should open only 6 and not more than that...Also buy and sell conditions should met only on closing candles....and this candle should be only previous candles from current candle...so if ea open 6 max pairs and if one hit the tp so there is a space for one more and it should match the conditions for other pairs to open. If conditions were matched before few candles or two candles before then it should open the trade because that trade is not valid now...
please bid and quote me...
thanks
Con risposta
1
Valutazioni
Progetti
367
56%
Arbitraggio
45
22%
/
56%
In ritardo
188
51%
Gratuito
Pubblicati: 1 articolo, 6 codici
2
Valutazioni
Progetti
285
41%
Arbitraggio
15
13%
/
47%
In ritardo
67
24%
Gratuito
3
Valutazioni
Progetti
159
61%
Arbitraggio
40
18%
/
63%
In ritardo
70
44%
Gratuito
Ordini simili
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA
30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping
50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
Advanced Hedge + Grid + Scalping system
300 - 500 USD
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main
Neew arrow indiactor fix
30+ USD
I have a indicator working good but have some bug for arrow placement . budget is fixed 30 used . only experience developer apply. i want to arrow get put on just above the candle high and candle low
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters
Custom MT5 EA - Perpetual NDA Required
1000 - 2000 USD
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5
Pip Scalper Bot
60+ USD
i want a trading bot that is aleast 98% sure,and cam also do scalping 99% correct using smart money concept, ICT, ALL technical analysis on it and also put risk management on it
Informazioni sul progetto
Budget
10 - 40 USD
Scadenze
da 1 a 5 giorno(i)