Specification
RENKO EA for MT4
I would like you to program this Expert Advisor for mt4. It should perform the following tasks.
1. EA should build an offline renko chart and trade on these renko brick charts when attached. (Include external user defined parameter that allows me to define brick size/length). See attached screenshot of this idea. Attached is a sample Indicator that does this.
2. Indicator should continuously update the renko charts so I can trade manually or attach an expert advisor that will trade for me automatically.
3. Will need to filter the trend with a trend detector indicator like Parabolic Sar (PSAR). So the EA now can be instructed to buy only in uptrend, or sell in downtrend.
4. EA Should build renko charts of say for example 10 pips bar size, however I should be able to change the renko bar/brick size/length value (in pips).
5. EA should have external variable that can allow me to add into winning trades. For example if in profit of say 10 pips and using 10 brick size, EA should be able to open new trade at the close of that 10 pips brick.
6. EA should have external variable that is (true/false). Example, if trend changes, and open trades are in profit, simply exit the Grid and Open opposite direction.
7. LotSize as Fixed Value - the size of the first opened trade
8. Stoploss Buffer (adds to high/low of brick) - the default stop-loss is the highest/lowest of the previous two bricks; add a buffer (pips) and the stoploss will be this distance further from the brick's low/high
9. Take Profit (pips) - Take profit distance in pips.
10. Trailing Stop (pips) - the distance the price has to move in your favor, for the expert advisor to move the stop-loss
11. BreakEven (pips) - the distance the price has to move in your favor, for the expert advisor to trail the stop-loss
12. Slippage (pips) - distance allowed for the price to move from the open/close/trail order to the execution
13. Avoid trading consolidation zones - in case of consolidation zones formed by one bricks (1 up, 1 down and so on), set to true to ignore trading entries
14. Close trade/s at renko change - whether or not to close opened trade/s when the renko brick changes color/direction
15. Minimum profit (0 = disabled) - set to a positive value and the EA should close the trade at renko change only if its profit reached this minimum profit 16. Follow PSAR trend - whether or not to trade with the trend
17. PSAR step, maximum - PSAR indicator settings to determine the trend
18. Martingale Multiplier - set to any positive value is you I want the EA to multiply the lot size of the next trade, after closing a losing trade
That’s all for now. Will appreciate any more improvements and Ideas from you as we work on this project. Thanks and Looking forward to the 1st prototype.
Responded
1
Rating
Projects
151
48%
Arbitration
6
83%
/
17%
Overdue
2
1%
Free
2
Rating
Projects
507
40%
Arbitration
147
18%
/
72%
Overdue
99
20%
Loaded
3
Rating
Projects
409
30%
Arbitration
66
20%
/
70%
Overdue
52
13%
Working
4
Rating
Projects
233
73%
Arbitration
6
100%
/
0%
Overdue
1
0%
Free
5
Rating
Projects
19
16%
Arbitration
3
67%
/
0%
Overdue
0
Free
6
Rating
Projects
945
47%
Arbitration
303
59%
/
25%
Overdue
125
13%
Free
Similar orders
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
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
Project information
Budget
30 - 150 USD
For the developer
27
- 135
USD
Deadline
to 4 day(s)