I need a simple expert advisor to buy or sell lots in a given distance.
1. What’s the strategy? - No strategy. Just the ability to: Buy or Sell;
2. What pair/timeframe? - No matter, need to buy or sell in a given distance.
3. Lot size, SL, TP, trailing stop? - to choose manually a lot size starting from 0.01 and higher till 10. I want to insert the trailing stop and Take profit level manually
4. Any special conditions? - To increase every next deal according to Martingale, Fibonacci calculation, or simply adding 1 to every next deal.
I need to show the distance between deals in points. For example, if I indicate 300, it means the positions will open every 300 ponts.
- A maximum number of trades? Need to make it so that I can insert this number by myself. 0 = disabled.
- Magic number to separate this EA from others?, Yes, lets make it 313
I want the EA works as follows:
When I choose Buy only, the positions will start opening the buy position if the market goes down (The EA keeps opening new trades every specified distance forever - until it starts going up toward to the 1st open position), and when the market starts going up, the positions will be holding the same. After the market reaches the first buy position it opened at the beginning, the trailing stop will be activated with the given inputs for all the positions from the point of the first position.
And opposite:
When I choose Sell only, the positions will start opening if the market goes up (the EA keeps opening new trades every specified distance forever - until it starts going down toward to the 1st open position), and when the market starts going down, the positions will be holding same, after the market reached the first sell position it opened at the beginning, the Trailing stop will have to start be activated with the given inputs for all the positions from the point of the first position.
The initial position must start automatically on EA start.
Need another option to choose when the trend is going to the benefit of the 1st position: Need to activate automatic trailing stop for a given distance for the 1st position in this case.
- Once price reaches or passes the first position’s price in the profitable direction, the Trailing stop activates for ALL open trades (based on your input trailing stop distance). In short, the set point must be the point of the first position for all of the positions.
- Optional trailing stop for the first position itself, with its own trailing distance input. Let's say the position goes with profit and the trailing stop has been activated, in case the market goes back, the position is closed, then everything strarts from scratch.
Pedidos semelhantes
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Hi, I need a simple MT5 EA. Based on my simple trading strategy I'm going to discuss with you If you have experience in this kindly bid for this project Thanks
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high
99.99% signal accuracy 10-15 trades distribution all currency trade and meta AI assistance on loss[advice] stop and start robot cyber security firewall protection activation code: 20060605TLP20 Please create a trading bot with any logo with the name elevation
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
1️⃣ System Architecture An AI robot typically consists of the following subsystems: 🔹 1. Perception Layer Collects environmental data using: RGB / Depth cameras LiDAR Ultrasonic sensors IMUs (Inertial Measurement Units) Microphones Data is processed using: Computer Vision (e.g., object detection, SLAM) Signal processing Sensor fusion algorithms 🔹 2. Cognition / Intelligence Layer Implements AI models such as
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
I need help in modifying an amibroker AFL indicator the indicator already works but I need per symbol static variable isolation, parameters persistence per symbol after restart, non declining trailing stop logic, parameter auto restore when switching symbols and a global reset function for static variables. For better understanding As discussed, this is the official offer for restructuring my RAD Chandelier stop loss
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd