명시
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.
응답함
1
등급
프로젝트
151
48%
중재
6
83%
/
17%
기한 초과
2
1%
무료
2
등급
프로젝트
507
40%
중재
159
17%
/
74%
기한 초과
99
20%
로드됨
3
등급
프로젝트
416
30%
중재
74
19%
/
72%
기한 초과
52
13%
작업중
4
등급
프로젝트
243
74%
중재
7
100%
/
0%
기한 초과
1
0%
무료
게재됨: 1 기고글
5
등급
프로젝트
19
16%
중재
3
67%
/
0%
기한 초과
0
무료
6
등급
프로젝트
945
47%
중재
309
58%
/
27%
기한 초과
125
13%
무료
비슷한 주문
Simplebot
30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Ninjatrdaer Script
500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
I need a clean, bug-free MT5 Expert Advisor (MQL5) based on this exact mechanical scalping strategy on M5 timeframe for EURUSD. Indicators (built-in): - EMA 9 and EMA 21 on M5 - RSI 14 - ADX 14 (>25 for strong trend) - H1 EMA 21 above/below H1 EMA 9 for trend alignment Entry Rules (ALL must be true): BUY: EMA9 crosses above EMA21 (on closed bar) + RSI > 50 + ADX > 25 + H1 EMA21 > H1 EMA9 SELL: Mirror (cross below
Tradingview strategy
30+ USD
I will like to purchase tradingview strategy with high winning rate, i mean already made, tested and trusted and powerful strategy, i have tried to code my own strategy with lot of freelancers but nothing to me i am just wasting money, i have wasted lot of money already, so i need a high winning rate tradingview strategy, we can discuss price in chat, I will need to see some test result as well
I need a visual web page or program to monitor and analyze multiple MT5 or MT4 trading accounts. A real-time dashboard (real-time visual interface) is required, including account ID, affiliated broker, trading account balance, real-time order quantity, opening price, ongoing order position, spread, profit, etc. If you have mature development experience or source code, let's have a chat, bro
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend
Pullbacks simple indicator
30+ USD
need a dots marking of a simple rules pullback indicator. in the .tpl file look at 28 Jan 2026, TF M5 basically it is just overlaping lows or highs of the previous candle price. there are 2 scenario to accomodate: 1. simple pullbacks 2. pullbacks with inside bar and outside bar involved
READ BEFORE MESSAGING PLEASE Developer Requirements (Strict): - Expert Level Only: This is a professional-grade, robust trading engine. Please do not apply if you are a beginner or intermediate developer. - Asynchronous Proficiency: You must have deep experience with CTrade and handling asynchronous order execution (Requotes, Busy Servers, and Order Integrity Sync). - Proven Track Record: I require a developer
프로젝트 정보
예산
30 - 150 USD
기한
로 4 일