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.
Ordini simili
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Specification : 1. Goal I am commissioning a mean-reversion grid Expert Advisor for XAUUSD on MT5. The deliverable is the complete, commented .mq5 source (strictly personal usel). Offers limited to compiled .ex5 will not be considered. 2. Required framework (non-negotiable) 2.1. Works natively on M5; signals evaluated on closed bars; symmetric long/short. 2.2. Entry logic built on Bollinger Bands + Moving Average
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing