I need a new Forex robot based on price action and candle sticks formation.

İş tamamlandı

Tamamlanma süresi: 9 saat
Müşteri tarafından geri bildirim
Exceptional trading bot programmer: meticulous, skilled, and precise. Deep market understanding, consistently delivers outstanding results. Highly recommended!

Şartname

want a trading robot that will be based on candle sticks patterns. I want a situation where once i put the robot on the chart and chose buy or sell and the number of trades to open then it will only buy or sell in that particular direction only. That is if I put the robot on the chart and chose buy, number of trades to open 2 and chose the 1 hour time frame then if at the end of the candle it is still a bullish candle then the robot should open 2 buy positions since I chose buy and number of trades to open 2 on the parameter section. The robot will open again with the same lot size and number of trades if the next candle is still bullish, it keeps buying until when the next candle is bearish or negative then the robot should not perform any task. that is if i chose buy then the robot only has to keep buying so long as the next candle is bullish and if the next candle is bearish then it won't buy or sell and it will wait until any candle closes positive again then it will buy again. The parameters will include lot size, buy/sell, Number of trades to open,  TP and SL, Max Spread filter, Time and date filter, magic SL and TP Level (that is a level where once the price reach the robots will automatically close all positions). The Robot should also display an overall gain or lost pip counter on the charts. 

other feature may include close by balance (that when it closes when it gets to this percentage of my account), individual stoploss, closs all.


I want a trading robot that will be based on candle stick patterns, I will provide additional details in a screen shot. I want to create a robot where once I use the robot to place a BUY or SELL order the robot will continue to open new positions in the same direction selected if the following condition is met:

 

Example: Say that my bias is BULLISH so price is rising/moving up and I only want my Robot to open 2 BUY positions on a particular pair, with a fixed lot size each time a candle close and it's BULLISH. The robot will continue to open the specified amount of trades that I request every hour or based upon the selected chart timeframe and lot size that I place the trade on as long as the candle close is BULLISH.

 

If the candle closed BEARISH/meaning price action is falling and moving down, then the robot will not open a new trade until a BULLISH candle is closed on the given timeframe. The Robot will resume opening a new trade only when the next candle close is BULLISH. A candle may open BULLISH AND CLOSE BEARISH or open BEARISH AND CLOSE BULLISH. The Robot will only BUY OR SELL at the end of the candle close based upon the direction BUY OR SELL and amount of trades to open/lot size if the criteria is met. If the criteria is NOT met then the Robot will not BUY or SELL. 

 

The parameters will include; lot size, buy/sell that's the decision to either buy or sell, the Number of trades to open at the open of every candle, TP and SL(Take Profit & Stop Loss), Max Spread filter, Time and date filter, Global TP & SL Level (that is a level where once the price reach  that particular level, the robots will automatically close all positions). The robot should also display an overall gain or lost pip counter on the chart. I will provide more details on a video. I will also provide more details once you are selected. 

I have provided a screen shot of the majority of the parameters/inputs needed that can be used as a point of reference.   I would like everything in the screens shot and a Trailing Stop   which values will be numerical. I need the robot to be able to trade Forex pairs as well as metals. Please mirror the variables. The values if numerical should be a free text field where I can manually enter the number that I want. The colour (please program to allow me to select/change colour as needed. Any value with a true/false should be a multi select so I can select true or false. The name of my Robot is: MarketMaven Pro. 

IT SHOULD BE LICENSED OR REGISTERED USING MY EMAIL

TO PREVENT BEING USED BY OTHER PEOPLE OR BY OTHER BROKERS OR WHEN I WANT TO SELL THE ROBOT 

THE ROBOT SHOULD HAVE A SECRET KEY THAT WILL BE LICENSE TO EACH MET4 ACCOUNT.

I would like to back test this strategy using strategy tester.

 

I appreciate your time and assistance. Looking forward to working with you. Thanks


Dosyalar:

PNG
CHART.png
196.0 Kb
PNG
PARAMETER.png
269.9 Kb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(328)
Projeler
513
19%
Arabuluculuk
34
44% / 32%
Süresi dolmuş
34
7%
Yüklendi
Benzer siparişler
Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
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
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
//+------------------------------------------------------------------+ //| 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
### ** 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 -
Automate my trading 100 - 300 USD
i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation

Proje bilgisi

Bütçe
30 - 32 USD
Son teslim tarihi
from 1 to 3 gün