I would like to do an EA on MT4 with a tradingview indicator.
I need several options :
- Manual trading (enable or disable) : allows manual trading without indicator signals
- SL (in pips) will only be valid for manual trading (I must be able to configure it on the chart before opening the trade)
- SL MINI : example if this number is 2 pips, if signal has a SL < 2 pips, EA put SL of 2 pips
- SL MAX : if signal has a SL greater than this number of pips = don’t open the trade
Example if SL MAX is 7 pips = EA doesn't open trade if SL > 7 pips. And if 0 = no limit
- BE (in pips or % of profit)
- Trailing stop (in pips or % of profit)
- Automatic calculation of lot size RISK per trade (in € or % compared to the SL according to the risk per trade)
For a big account, if lot size is >100 lots = divide with 2 trades of 50 lots (because lot size max per trade is 100 lots)
- Goal profit per trade (% or €)
- Daily goal profit (% or €) when daily goal reached = stop activity and wait the next day
- Daily MAX losses = stop activity for this day if reached. If 0 = no limit
- Trading hours
- Trading days
- Confirmation candle mode (enable or disable)
- Goal mode with losses (enable or disable) previous losses are added to the goal by trades. Once the trade reaches the goal covering losses it resets to 0 for the next trade
Example: Trade 1 = -1% Goal per trade = +1%
Trade 2 = -1% Goal mode with losses = enable
Trade 3 = close at + 3% because -1% (trade 1) + -1% (trade 2) + 1%
General :
SL must include the wicks and must be placed on the signal candle by adding the broker's spread
Goals must include broker fees
BE must take into account broker's fees and spread to close at 0 without negative
Ähnliche Aufträge
I am looking for an experienced MQL5 developer to create a highly profitable Expert Advisor (EA) based on a grid or hedge strategy. The EA should be designed for short-term trading and must operate efficiently on the M1 or M5 timeframes. Requirements: Strategy: Grid trading, hedging, or a hybrid of both Instruments: BTCUSD and XAUUSD Timeframes: M1 and M5 The EA must be optimized for high-frequency execution and fast
Hi, I am looking for someone to create me a trading indicator that will scalp the market 30-90 pips successfully in high volumes, I would like to be able to bridge this to create a signal channel for my community so it would need to have buy and sell indication on the indicator we run quite small stop losses so execution of trades can’t go in to draw down much alternatively create me a MT5 EA bot that scalps the
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with £100. I am willing to pay up to £1000 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
hello good evening All professional programmers! I'd like to request a special services I need a Gold and Silver trading bot like the one in the video, one that works on real accounts. My only request is that I don't pay any money until the bot is built and tested. Thank you very much please contact me as soon as possible for more information
Auto trading system on mobile with high probability win rate. Trades and auto trading system that works well on gold and forex, most important risk reward ratio. It must be 1:3 or more then that whenever possible
Auto trading system with hi probability win rate. Trades and auto trading system works well on gold and forex most important risk reward ratio. It must be 1:3 or more then that
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
Intraday Trade Ninja EA Indicators used: Price Border(TMA) MA-X Arrows xSuperTrend Candles EMA 49 & 89- Per Candle Color Switching Lemansignal 200 SMA Major Criteria to consider before a trade setup or condition is taken · The price must have touched/tested the upper or
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =
I need an experienced MQL5 developer to build a custom MT5 Expert Advisor for XAUUSD. Strategy Overview: Trend-following using EMA 50/200 on H4 and H1 Pullback entries on M5 using RSI + candle confirmation No martingale, no averaging down Controlled scaling only when trades are already in profit Maximum 2–3 positions per direction Risk Management: Daily loss limit (%) Equity hard stop (%) Consecutive loss pause