I want to input manually the price,direction, stop loss and take profit level for the first order. And the lot size stop loss and take profit level for the rest of the orders( At least 20 )
After the first order is filled, I need the EA to automatically :
1- Open a pending order in the opposite direction of first order, at the price of stop loss level of the first order, with a stop loss, take profit level(In pips) and Lot size that I have to preset in the EA.
2- After the pending order is filled, the EA need to open a new pending order in the opposite direction at the price of the stop loss level of the previous order, with the preset lot size, stop loss and take profit level. Creating a sequence of trades that will lead to a take profit level.
3- The EA needs to adjust the stop loss level of each order, and the entry price of the pending order in increments of a predefined amount of pips. Lets use a 100 pips.
Example: EUR/USD I Buy at 1.22000, my Stop loss is 300 pips at 1.21700 and my take profit 300 pips at 1.22300, the EA have a pending order in the opposite direction at 1.21700 with a preset stop loss and take profit. After a while...
The price of EUR/USD reach 1.22100, so the EA moved the stop loss level at 1.21800, the pending order is moved as well at 1.21800. After that, EUR/USD reach 1.22200, and another adjustment is made by the EA.
It change the stop loss level again and now it is at 1.21900 and the pending order is at 1.21900 as well. It will be like a zig zag, buy, sell, buy, sell...
When an order hits the take profit level, the sequence is done, and I want to set the new first order with the same parameters previously used.
Basically I need a pending orders EA, with a more controllable trailing stop that adjust not only the stop loss at certain level, but the next pending order entry price.
I would like to test this EA to see the results if possible, but if not, I know what can happen and the weak points of a EA like this as well ( spread increments for example, etc)
That is my order.
Thank you!
Similar orders
Combine the two indicators into one indicator. I want it to have both Dark and Light mode depending on MT5 theme. I want to be able to configure colours of each Lines and rectangles plotted. I will provide the codes for both separate indicators
Safe NerdWallet is not a lender. Not all applicants will qualify for the full amount or lowest available rates. Rates for poor or fair credit can be over 36%. NerdWallet Compare, Inc. NMLS 1617539 Fin. Lender loans per DFPI Fin. Lenders Lic 60DBO-74812 NMLS Consumer Access | Licenses and Disclosures California: California Finance Lender loans arranged pursuant to Department of Financial Protection and Innovation
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal