An EA trading robot needed based off round number trading, one MA, and a trailing stop

工作已完成

执行时间53 分钟
客户反馈
Very impressive. Skills are top notch. Communication was professional, reliable, and fast response time. I highly recommend this developer.

指定

My trading system is based off of round or psychological number trading. It is a trend-following system, rules are pretty basic. I successfully trade this system manually but I need a robot to be able to trade more assets and to trade all the signals because I' missing signals by sleeping or doing other important things. This robot will be used on a live account and on multiple accounts. I use AMP Futures and there new mt5 platform. they also offer a demo as well to help if not familiar. I need the robot to trade Futures, that's all. For right now I trade Currencies (micro and mini), gold, oil, heating oil, soybeans, YM mini dow, feeder cattle, and will trade more with a robot. The round number I use for trading levels are as follows: Currencies every 50pips, gold every 10 points-1290.00 to 1300.00 for ex., oil every .5 points 66.50 to 67.00, heating oil .01 points 2.1900 to 2.2000, soybeans every 10 points 1020.00 to 1030.00, ym every 100 points 24400 to 24500, feeder every 1 point 147.000 to 148.000 and we would have to see about some kind of setting to adjusts these levels in the EA obviously.

so here we go with the rules, I'll explain a buy because a sell is just vise versa:

1) Position size we can do manually for now as I am looking to implement this robot asap.

2)I use just the 180 weighted moving average but on different time frames depending on the volatility of the asset I'm trading.

3) A BUY 1) we get a candle to CLOSE above the 180ma (this is the set up), 2) we get a higher high than the previous candle that closed above the 180 (this is the confirmation), 3) a BUY STOP is placed at the next higher round number.  So if we get a close above the 180 but don't get a higher high OR we get a higher high and never make it to the BUY STOP and execute I would like to find a way to cancel this order and I think a good signal to do that is when we get our first close BELOW the 180 because at that moment I'm not allowed to go long anymore, and new close ABOVE the 180 would have to happen and start the process over again.

4) assuming our order gets executed, a sell stop is placed with the initial buy stop order and its at the next round number level down, so on the GBP if we get long at say 1.3300 our initial stop would be places at 1.3250.

5) so if price continues up the next thing we're looking for is hopefully a trend and this is how I stay in as long as possible, so if we're long at 1.3300, as soon as price hits 1.3350 the stop is move up to break even. I don't like breakeven trades so on this initial movement of the stop I like to  be below 1 or 2 pip to take a very small loss instead of break even. next its repetitive, price climbs to 1.3400 stop moves up to 1.3350, price hits 1.3450 stop moved up to 1.3400 so on and so on til we're knocked out. so obviously as price hits new round level the stop is trailed by one round level below it.

6) RE-BUY lets say we get knocked out at 1.3400 that trade is obviously over and I can only go long if I'm above the 180ma and ony short if below the 180ma, so in this example we're out of the trade at 1.3400, the robot at this point should put in a re buy at 1.3450 (one round level up from where we got knocked out) point is if we're in a nice trend and price just retraced some but knocking us out a new buy stop is placed at 1.3450 and if the market takes off again we're in at 1.3450. for each level price retraces the buy stop is move down. so we're out at 1.3400 and price goes down to 1.3350 the buy stop is move down to 1.3400 only if this all takes place staying above the 180 cause like I said we can only be long above the 180. If the price keeps heading south and CLOSES BELOW the 180 we are now in a sell scenario and that new re buy stop order is cancelled.

So I think I explained the best I can, I'll edit this if I remember other details but this is basically all of it.

I look forward to hearing on price and approx. how long it will take to make.

Thank You

反馈

1
开发者 1
等级
(414)
项目
670
33%
仲裁
60
17% / 32%
逾期
113
17%
工作中
2
开发者 2
等级
(258)
项目
395
28%
仲裁
69
19% / 49%
逾期
120
30%
空闲
相似订单
//+------------------------------------------------------------------+ //| MyEA.mq5 | //| Fibonacci + Trend + Volatility Strategy | //+------------------------------------------------------------------+ #property copyright "YourName" #property version "1.00" #property strict input double LotSize = 0.1; input int MaxTradesPerDay = 5; input int ATR_Period = 14; input int
Hello, I need a professional developer who can handle my project perfectly. you must understand how to create and set up a server on mt5 platform I don't need a time-waster. If you don't understand, please don't send an offer, my budget is between the range of 50$, full requirements and video explanation will be sent through the inbox. It is needed urgently, kindly contact me now
THE STUDY : Add 4 study overlay in the input settings and color bar based on alert condition is sg1=1 I want it to trail the order instead of flat to avoid too much slippage What I do is the 15-Minutes chart I have filter also in the 10tick chart if those filters are meet the bar is green or red using sierrachar color bar based on alert condition I overlay the 4 in the study in the 6tick Renko chart that will
Hello developers. I need a good EA for trading and prop firm pass tools. Rules are simple: 1. No scalp OR small pip profit 2. No grid or martingale 3. I need demo file to test it in Backtest 4. End of job I want the EA source code
I am looking for a MetaTrader 4 (MT4) developer to create a scalping-based Expert Advisor (EA) for the US30 index. The EA will be based on pending orders with trend filtering and equity-based risk management. It should include virtual SL/TP, support multiple pending orders, and be optimized for high-volatility sessions. Only experienced developers with proven MT4 EA development should apply
Contact me only if you can handle my project. I'm looking for a custom MT4 or MT5 server setup that looks and feels exactly like a live trading account but gives me full control over the environment. CONTACT ME IF YOU CAN HANDLE THIS TYPE OF PROJECT ONLY
Hi, I’m looking for an experienced MQL5 developer to replicate an Expert Advisor I currently use for Forex. I don’t have the source code, but I do have all the input settings, behavior structure, and detailed backtesting of how the system should operate. ✅ Basic features the EA should include: Entry logic based on simple technical indicators (e.g., moving average). Take Profit and Stop Loss system using ratios (e.g
I want you to build an Expert Advisor (EA) that mirrors trades between two accounts in opposite directions , maintaining identical TP and SL distances in pips with adjustable lot sizes. The EA logic is as follows: ✅ Core Requirements • EA monitors trades opened on Account A . • When a trade is opened on Account A: • An opposite direction trade is opened on Account B . • The TP and SL distances (in pips) are
Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators
Hello I’m looking for a custom MT4 or MT5 server setup that looks and feels exactly like a live trading account but gives me full control over the environment. What I need: • A private MT4/MT5 server that connects to the official MT4/MT5 desktop terminal • Live market price feed (real-time quotes for realism) • Ability to: • Create and manage accounts • Set or change balance, equity, margin • Manually add/edit/close

项目信息

预算
30+ USD
开发人员
27 USD