指定
The funtionality of the EA
*************************************************
This EA adds trades in positive direction.
The EA starts with a set trade with set lot size in set direction which is defined in setting by trader.
Each trade has a SL and the SL placed on set conditions .
1. Each addition trade is taken when the set conditions are met with a regular lotsize.
2. The EA closes ALL trades in session when a SL of last trade is hit and place a new trade in the OPPOSITE direction of last trade with set lot size.
The SL of the previous trade trails to its entry Position (+) when the next trade is taken . + is a varible define in settings
When the SL hit ( even with single trade only) , The EA reverse the direction and take a trade with regular lot size .
All trades are using a set lot size which is defined in setting .
Adding trade conditions
After taken the initial trade, the EA monitors the candles and take a next trade only
1- on the opening of following candle when the Z consecutive candles are closed in the same direction of the last trade ( Z being a numerical count of consecutive candles define in settings)
&
2- if the distance between Ask and previous order open price is more then Y points.Y being a variable defined in settings .
Setting conditions for SL
If it is a Buy order, the SL will be X points below the recent low of the price .( X being a define variable in settings)
If it is a Sell order, the SL will be X points above the recent High of the price ...
1-Limiting the number of trades in profit to 3 trades only .
closing trades
When the 3rd trade is taken in postive , close all trades in profit and open a new trade of regular lot size in same direction .
2- Increasing the lot size
Every time an SL hit and we take new trade in opposite direction , count the number of lot sizes of previous trades which are closed and take a new single trade in opposite direction with increase lot size ( closed trades total lot sizes * lot factor)
i.e the previously closed Buy trades total lot size was 0.04 , then the new single trade will be a short trade of 0.08 lotsize if lot factor is defined as 2 .( 0.04* 2= 0.08)
3- When the session trades take loss on the SL hit
A- EA add all losses together and get a dollar amount, monitor for the profit trade.
B- When the profit starts to build, compare the profit with amount of loss in the session .
C-Close all trades when the profit doubles the amount of loss at anytime ,take a new trade of regular lotsize in the same direction of last trade and continue on with the EA.
This is TP overall profit option which is set by trader in setting as an option and variable in $ amount
Following are variables in setting
1-Direction to open the First trade Buy /sell
2- Stoploss X points from nearest high/low (Numeric value)
3-Next trade distance x consecutive candles in our direction ( Numerical value)
4-Number of consecutive candles to open new trade ( numerical value)
5-Start Time
6-End time
7- Lot size ( from 0.01 to high numbers )
8- Distance between the entry point and sl trail postion in profit ( Pips)
反馈
1
等级
项目
80
10%
仲裁
35
9%
/
54%
逾期
6
8%
空闲
2
等级
项目
226
80%
仲裁
18
33%
/
44%
逾期
11
5%
工作中
发布者: 24 文章, 1882 代码
3
等级
项目
525
35%
仲裁
63
33%
/
35%
逾期
189
36%
已载入
4
等级
项目
459
73%
仲裁
5
80%
/
0%
逾期
0
工作中
相似订单
STOCH DIVERGENCE AND COVERGENCE
30 - 45 USD
HELLO EVERYONE I NEED AN INDICATOTRE ON STOCH WHICH CAN GIVE ME ALERT WHEN DIVERGENCE AND CONVERGENCE HAPPNING.AND MAKE SURE I CAN CHANGE THE STOCH PERAMETERS IN SETTINGS. PLEASE CONTACT WHO KNOWS ABOUT DIVERGENCE AND CONVERGENCE. THANKS
MT5 ARROW ALERTS TO TELEGRAM
30 - 40 USD
PLEASE READ: IF YOU ARE NOT GOING TO ACCEPT THE BELOW THEN PLEASE MOVE ON TO THE NEXT CLIENT. I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE
Requirements for SMC Trading EA Platform : MetaTrader 5 (MT5) Strategy : Smart Money Concepts (SMC) Analysis Timeframe : H1 (higher timeframe analysis) Execution Timeframe : M1 (entry and execution) Core Features : Detect Order Blocks Identify Liquidity Zones Detect Fair Value Gaps (FVGs) Break of Structure (BOS) & Change of Character (CHoCH) detection Mark Equal Highs and Lows Trading Functions : Dynamic lot sizing
Ethereum Trading EA
30 - 35 USD
I am looking for an Expert Advisor (EA) that performs well on Ethereum. Ideally, it should be an HFT-style EA; a swing trading EA is also acceptable. I require the full MQL5 source code — the EA must be written entirely in MQL5 (no external languages such as Python). Performance target: Minimum 70% win rate with a 1:1 risk:reward. Input variables required: Stop Levels: Stop Loss (SL) and Take Profit (TP) Trailing
Developing multi platform based copytrading solution Need a develper who can enahance funtionality of our existing MVP EAs for master and slave traders EAs are connected with REST API and Socket Server Master EA can broadcast trading signals from MT5 terminal as he performs actual trades on the platform. those trade could be using any bot or alogorithem or manula that is not in scope but realtime broadcast to server
Here's a detailed description of an Expert Advisor (EA) based on a candlestick-dependent strategy: Strategy Overview The EA will implement a trading strategy based on candlestick patterns, opening trades when a bullish candle is detected and avoiding trades when a bearish candle is detected. Key Features 1. *Candlestick Pattern Identification*: The EA will identify bullish and bearish candles based on their open and
there is spesific indicator in trading view , i wanna to have this indivator in my mql5 so all we need to do is to converting this code to mql5 indicator thats it code script is available and indicator name is liquidity ditection from Tflb //@version=5 indicator("Liquidity Finder Alerts (Wrapper)", overlay=true) // ایمپورت کتابخونه اصلی TFlab import TFlab/LiquidityFinderLibrary/1 as Liq // ورودیها (مثل اندیکاتور
Integrating LLMs in an EA
50+ USD
How can we create an EA including a LLM like deepseek or chatgpt API? My main idea is the LLM makes the market analysis, a threshold on its confidence defines the risk per % it will use and also a dynamic valuation of the prediction/analysis should close trades earlier or later than the TP. Did you already build EAs based on LLMs
I need a robot that combines several custom indicators I designed, used on two higher timeframes for market analysis, with entries on the 1-minute timeframe. It requires intelligent Martingale and Hedge money management. I need someone with sufficient expertise in hedging and Martingale. This strategy is very detailed, but I firmly believe it will definitely be profitable
Hello Developer I need a custom breakout + retest scoring system in TrendSpider . Breakout: valid if candle closes ≥ 0.4 × ATR20 above the line (lookback 8 bars, daily/weekly). Retest: valid within 20 bars if price low is within ±0.2 × ATR20 of the line → must trigger an alert. Scoring: add points for RVOL ≥ 1.3, SMA50 strong close, RSI 54–71, channel breakout, retest & hold, ATR expansion, undervaluation, SMA50
项目信息
预算
30 - 45 USD
开发人员
27
- 40.5
USD