EA for Trade
Execution/Management and Change Timeframe/Zoom in Chart
I need an EA with the
following features. The EA is for setting trades with stoploss and
target with a fixed percentage of the account balance AND has the
ability to zoom in and out all open charts which has the EA
inside(about 20 charts) together at the same time AND switch
timeframe on all open charts with the EA inside together. I mean if
you change the zoom or the timeframe in one chart, all the other
charts are zooming or switching the chart too.
Closing or opening a trade
in one chart does not affect the other trades in other charts. Every
trade is treated unique.
The EA runs on every open chart.
The EA has this buttons:
Zoom Out | Zoom In
TimeFrameUp | TimeFrameDown (TF Up | TF Dw)
SetBuy | SetSell
Trade | Close
The process to set a trade
is as follows:
Click the “SetBuy” button and a line for the
stoploss displays on the chart under the closing price(Initial
distance from the closing price is 30 percent of the daily ATR(20) of
the underlying). Now you can take the line and set it anywhere in the
chart UNDER the closing price(it’s the buy direction). The EA
calculates the risk always with 2% of the account balance.
After
that, if the slide is set(always 2%), you can click “Trade”. Now the trade
is running. The “Close” Button closes the trade OR clears the
lines from the action of the “SetBuy” slide button, if I don’t
want to start the trade for any reason. The same procedure for short
trades!
The target is set
automatically with 3 times the distance of the slide .
The Buttons must be
positionable in different corners.
Important: The base
currency is EURO, so all calculations must match the risk in Euro. I
trade with OANDA. Please download a demo from there for the right
symbols.
These are the symbols for
trading. The risk must always fit the 2 percent of the actual account
Balance in Euro:
EURUSD, GBPUSD, AUDUSD,
EURAUD, EURGBP, USDJPY, USDCAD, USDCHF, USB30YUSD, USB10YUSD,
DE10YBEUR, CH20CHF, FRA40EUR, SPX500USD, US2000USD, BCOUSD, WTICOUSD,
DE30EUR, US30USD, XAUUSD, XAUEUR, USDCHF, EURJPY, AUDJPY, GBPJPY,
NATGASUSD, EUR50EUR, NL25EUR, NAS100USD, UK100GBP
The external variables
are:
Slide in percent of the account balance(change the risk for the
single trade),
change automatic target,
switch corners,
adjustable
width and high of the buttons,
change text of the buttons,
background
color of the buttons,
font-style,
font size.
Maybe you have to programm a seperate DLL.
Please provide the EA's
code.
The Code is for Metatrader
4 Plattform.
The project is private!
The exclusive rights of
the code/software belongs to us, the customer.
비슷한 주문
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