Tâche terminée
Temps d'exécution 21 heures
Commentaires du client
Absolutely great. No errors when compiled the ea. Its working smoothly how i wanted. Recommended....thank you...
Commentaires de l'employé
Great customer! I really enjoyed work with suptrad. Very good contact, clear description and understanding. I really enjoyed working with you!
Spécifications
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
Répondu
1
Évaluation
Projets
367
56%
Arbitrage
45
22%
/
56%
En retard
188
51%
Gratuit
Publié : 1 article, 6 codes
2
Évaluation
Projets
285
41%
Arbitrage
15
13%
/
47%
En retard
67
24%
Gratuit
3
Évaluation
Projets
159
61%
Arbitrage
40
18%
/
63%
En retard
70
44%
Gratuit
Commandes similaires
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I need someone to develop a very simple and basic Expert Advisor for MetaTrader 5. The EA should open and close trades based on a custom trading time schedule. I am a student and I do not have a budget, so I am kindly asking if someone can help me for free or as a beginner-friendly project. The EA does not need to be complicated. I only need basic settings for start time, end time, buy/sell option, lot size, stop
Profitable EA
50 - 5000 USD
I have been tired of losing money in forex for several years, I decided to buy an EA directly from the programmer , I am ready to put the right price for a real winning strategy, no matter which strategy is used. The main thing is that the strategy is profitable Send me a demo, I'll put it on the VPS. The most profitable strategy will be chosen after a week
Robots in C++ (cAlgo trading platform)
5000+ USD
I really like this platform. I am interested in trading and need funds for it. I enjoy both crypto and forex trading.I"really appreciate this platform. I am keen on trading and am looking for trading funds. I enjoy trading in both cryptocurrency and forex."
Titan Quantum Algo Engine V2🏆
30 - 200 USD
Titan Quantum Algo Engine V2 is an advanced MT5 Expert Advisor designed to identify high-probability market opportunities using trend analysis, breakout detection, and intelligent risk management. The EA automatically executes trades, manages stop-loss and take-profit levels, and helps traders maintain disciplined trading with optimized entry and exit strategies
The striker robot
30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
Need simple EA for XAU/USD
30+ USD
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
Python MT5 Forex Trading Bot Development
30 - 49 USD
Hello, I need a Python-based MT5 forex trading bot developed. The bot should connect to MetaTrader 5, execute trades based on a predefined strategy, and support standard risk management features such as stop loss, take profit, and position sizing. Requirements: MT5 integration using Python Automated trade execution based on provided strategy rules Configurable risk management settings Support for major forex pairs
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
I need developer who Can perfectly build me a layout of Ninjatrader 8 (NT8) to look and feel the same on SierraCharts? I currently use NT8 but I want to start using SierraCharts because its more robust than NT8, but I don't want to have to worry about programming SierraCharts. How much would this cost? Thank you
Informations sur le projet
Budget
10 - 40 USD
Délais
de 1 à 5 jour(s)