To help you understand what I want to receive.
My algorithm sets the price range every day and the maximum limits for deviations.
BLUE LINES

I want to enter 4 data into the robot. F and G - lower and upper limits and DG and GG - maximum deflections.
I would like to enter this data from the desktop (window) every day. (I drew it on the screen) (1)
\
The robot will set pending orders and delete them after a specified time (if they are not fulfilled) (introduction to the robot after how many hours it is to delete the orders)
After entering the data, I want the robot to set the orders:
The first type of orders:

The robot checks where the price is.
If the price is above G then: the robot places an order waiting for a rebound from G
If the price is between G and D, the robot places 2 pending orders.
the first for a reflection from G and the second for a reflection from D.
If the price is below D, we play to rebound from D.
TP and SL set up the same manual in the robot for all transactions.
The second type of orders:

The robot sets pending orders:
BUY - TP on D
1. Between levels D and DG
2. At DG level
3. Option in the job that it is possible (0- no transaction, another value is a deviation from the DG level)
SELL - TP on G
1. Between the G and GG levels
2. At the GG level
3. Option in the job that it is possible (0- no transaction, another value is a deviation from the GG level)
We set the SL manually in the robot, the same for all transactions counted from D or G depending on whether they buy or sell.
Organizationally:
I would like the values to be entered in points, i.e. 0.00001
Option to determine the size of the transaction. (lot site)
Pedidos semelhantes
Tired of emotional trading and inconsistent results? Let automation do the work for you. 💡 Introducing a powerful Expert Advisor designed to: Execute trades based on proven strategy logic Eliminate human errors and emotional decisions Manage risk intelligently Operate 24/7 without fatigue 📊 Key Features: ✔️ Advanced entry & exit conditions ✔️ Smart trade management (SL/TP optimized) ✔️ One-trade-at-a-time logic for
i want help on puting my ea in mql5 for sale, help for 10percentage on every sales a higher profit scalper on gold 5minute trader non martingale none hedging mt4 version
Sniper Strategy EA -Presicion Forex Trading Bot for MT4 and MT5 Sniper Strategy EA is a fully automated Expert Advisor that executes high-probability forex trades using EMA 50/200 trend detection, RSI 14 momentum filtering, and automatic Support and Resistance zone identification. This bot does not chase price — it waits for price to come to key levels and confirms with multiple indicators before entering, just like
Hello, I’m looking for an experienced MQL4 developer to build a custom MT4 Expert Advisor based on a Koncorde-style indicator strategy. Here are the main requirements: 🔹 General Overview The EA must be a master EA , running on a single chart and managing multiple currency pairs simultaneously No need to attach EA to each chart Must support a configurable list of symbols 🔹 Indicator Requirement Develop a custom
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend
Strategy:Identify Supply and demand zones and generate buy and sell signals based on the price action within these zones. Confirmation:Use MA filter to confirm trading directions. Risk - Reward Ratio: 1:5. Risk Management: Limit risk to a predefined percentage of account balance . Additional features: include alerts for signal generation, SL and TP
i want to make trading bot for my xauusd trading. who can provide me code for good algo for auto trading? which logic is safe for trading?i want expert who can made code for me. thanks
#property copyright "Amanda V" #property version "1.01" #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 input int InpSwingLookback = 30 ; // Swing Lookback Period input double InpMinWickPct = 30.0 ; // Min Rejection Wick % input color InpBullColor = clrAqua ; // Bullish Sweep Color input color InpBearColor =