Custom Indicator based on Awesome Oscillator, Accelarator Oscillator and SSL

İş Gereklilikleri

The indicator signals are based on the indicators:

- Awesome Oscillator Metatrader default

- Accelarator Oscillator Metatrader default

- SSL source code is included


I have my indicator functional and programmed in Pine Script from Tradingview which can be used as a guide for developing the code in Metatrader, 38 lines of code.

These are the minimum conditions that the indicator must include to release the payment, the example images to understand the entry prices, stop lost and the support indicator in Tradingview will be provided to whoever is assigned the work. The same also the logic of the signals

--------------------------------------------------------------------------------------------------------

Variables example

--------------------------------------------------------------------------------------------------------

extern int bar_of_signal = -1; // Closed bar -1 Current bar 0

extern int applied_price = 4; // Applied Price 0,1,2,3,4,5 and 6


extern int ao_fast_period = 5; //Awesome Oscillator Fast Period

extern int ao_slow_period = 34; //Awesome Oscillator Slow Period

extern int ac_fast_period = 5; //Accelerator Oscillator Fast Period

extern int ac_slow_period = 34; //Accelerator Oscillator Slow Period

extern int ssl_period = 10; //SSL Period


extern int Tp_x_Rx = 3; //Stop Loss Multiplier Risk Reward for Tp

extern int No_of_sbars = 100; //Number of last signal bars for Stats


extern int timeframe = 0;

extern int arrow_buy = 225;

extern int arrow_buy_size = 0;

extern int arrow_sell = 226;

extern int arrow_sell_size = 0;

extern bool ssl_show = 1;

extern bool signals = 1;

-----------------------------------------------------------------------------------------------

What should be plotted on the graph?

-SSL indicator (on/off by number 0/1)

-Signals (on/off by number 0/1)

-----------------------------------------------------------------------------------------------


Alerts and notifications

-Alert

-Email

-Push


Alerts Messages-------------------------------------

BTCUSD Buy

En: 22435.5

Sl: 22415.0

Tp: 22500.0

09:38:15 2023.02.24

CsB: = 10186

AvB: = 8566  // Average bar size last (No_of_sbars) Buy signals

AvA: = 7569 // Absolute Average bar size last (No_of_sbars) Signals 


Buy Signal

----------------------------------------------------------------------------------------------------------

Symbol

EnB: = 3 PRICE_LOW    // Applied Price 0,1,2,3,4,5 and 6

SlB: = EnB - Candle Signal Size

TpB: = EnB + (Candle Signal Size)*(Tp_x_Rx)

Time & Date

CsB: = Candle Buy Signal Size

AvB: = (No_of_sbars)  // Average bar size last (No_of_sbars) Buy signals

AvA: = (No_of_sbars) // Absolute Average bar size last (No_of_sbars) Signals 


Sell Signal

----------------------------------------------------------------------------------------------------------

Symbol

EnS: = 2 PRICE_HIGH    // Applied Price 0,1,2,3,4,5 and 6

SlS: = EnS - Candle Signal Size

TpS: = EnS + (Candle Signal Size)*(Tp_x_Rx)

Time & Date

CsS: = Candle Sell Signal Size

AvS: = (No_of_sbars)  // Average bar size last (No_of_sbars) Buy signals

AvA: = (No_of_sbars) // Absolute Average bar size last (No_of_sbars) Signals 




Notes******************************************************************************************************

-----------------------------------------------------------------------------------------------------------

-Do not use strings in inputs

-Must include this 6 buffers (The numbers can change but in total you need a separate buffer for each of those 6 variables)


EnB  Buffer 0 //Buy Signal

EnS  Buffer 1 //Sell Signal

SlB  Buffer 2 //Stop Lost Buy Signal

SlS  Buffer 3 //Stop Lost Sell Signal

TpB  Buffer 4 //Take Profit Buy Signal

TpS  Buffer 5 //Take Profit Sell Signal


-Must be multitimeframe

-It must be possible to superimpose on itself, that is to say, add the indicator N times, for example, add it 10 times, one for each timeframe and that the signals are displayed correctly

The indicator should look something like this

e1


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(2)
Projeler
4
0%
Arabuluculuk
4
25% / 75%
Süresi dolmuş
1
25%
Serbest
2
Geliştirici 2
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(8)
Projeler
9
22%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(75)
Projeler
124
44%
Arabuluculuk
14
29% / 50%
Süresi dolmuş
17
14%
Serbest
Benzer siparişler
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
I have a working MT5 Expert Advisor. I am NOT looking to change the strategy logic. I only need professional optimization and performance improvement. Requirements: • Parameter optimization • Risk adjustment • Max drawdown reduction • Forward testing report • Optimization for Gold (XAUUSD) Please provide previous optimization reports
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go

Proje bilgisi

Bütçe
30+ USD
Son teslim tarihi
to 7 gün