An expert advisor based on Renko charts

MQL4 Uzmanlar

Şartname

This is very simple strategy .

Inputs should looks like below.


Lot size :

Lot Multiplier if the previous trade hits loss :

Use Parabolic(or)MA : True/false :

Parabolic parameters :

MA value :

Reno box size :

Exit on opposite signal : YES/NO

TP

SL

Keep the option tp as ..trade-1

                                    lotsize

                                      tp

                                      SL

                                  TRADE-2

                                   lotsize

                                     tp 

                                      SL

                                    Trade-3

                                     lot size

                                      tp

                                      sl

Note: Once price meets our criteria..Then it should open 3 trades at a time with the given lot size...suppose if i have given values for only Trade-1 and trade-2..it should open only those 2 trades.

Trailing Start:(it is the point from where the Trailing SL should activate on reaching certain pips)

trailing Distance:



Renko with Parabolic : (keep it as user adjustable true or false)

 EA should be able to construct Renko chart based on given number of pips provided in the input . Apply parabolic strategy on it , Parabolic should be able to generate BUY/SELL signals .EA should take calls from Parabolic and then it should book profit/loss on opposite signals (or) TP given by the user . SL should be apply only if the user provides .


if the trade closes in loss ,the next trade lot size should be multiplied with “Lot Multiplier” given in the input.If the next trade closes in profit then Lot size should back to normal size.

Renko with Moving Average : (keep it as user adjustable true or False)

Renko should be traded either with Moving Average or Parabolic SAR .

single MA , if the  Renko boxes are above MA then place BUY ,if the Renko boxes are below MA then place SELL.


Renko with Awesome Oscillator : (keep it as user adjustable true or false)

once awsome oscillator turns to positive ..i.e..more than 0..Immediately it should open a buy trade and exit with opposite signal or the given TP...For the sell, it is same as opposite...once it turns negative or less than 0 then it should start sell and it should exit at the opposite signal or the given tp


It would be real good if there is any filter to avoid fake signals generated by Parabolic ( to be honest I have no idea on filtering the parabolic signals ).

If you know one , please make a filter wherein user can select true/false on that filter.



Attached sample Renko chart with Parabolic signals ( Boxsize 5 pips , 1H timeframe).





NOTE : Renko charts should not re-paint.We need this Renko Indicator too along with E.A



Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(229)
Projeler
339
49%
Arabuluculuk
21
5% / 33%
Süresi dolmuş
24
7%
Serbest
2
Geliştirici 2
Derecelendirme
(2676)
Projeler
3414
68%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
342
10%
Serbest
Yayınlandı: 1 kod
3
Geliştirici 3
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
Benzer siparişler
I need EA Lil-MeProBot for MT5. Phone user, deliver .mq5 + .ex5. Symbols: XAUUSD EURUSD GBPUSD USDJPY BTCUSD, M15, Magic 777001 Strategy 6X Confluence score 4/6: 1. EMA 50/200 trend 2. Break of Structure 3. RSI 14 4. Strong body FVG/Order Block 5. Session 8am-9pm GMT+2 6. ATR filter Money Management LASTING: Lot 0.01 fixed, NO martingale, NO grid, Max 1 per symbol Max 2 total, SL ATR*2 TP ATR*3, Daily loss R40 stop
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
MQL5 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the

Proje bilgisi

Bütçe
70 - 120 USD
Son teslim tarihi
from 1 to 3 gün