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
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
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
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
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
Task Title Implement Martingale Lot Scaling Sync Between Master and Slave MT4 Trade Copier Background I am using a local master–slave trade copier setup with: 1 Master MT4 4 Slave MT4 terminals Trades are currently copied correctly (entry, direction, symbol, SL/TP). Lot size handling currently copies either: the exact master lot, or a fixed base lot defined on the slave (e.g., always 0.01 or 1.0). Problem When the