Custom Indicator based on Awesome Oscillator, Accelarator Oscillator and SSL

Termos de Referência

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


Respondido

1
Desenvolvedor 1
Classificação
(2)
Projetos
4
0%
Arbitragem
4
25% / 75%
Expirado
1
25%
Livre
2
Desenvolvedor 2
Classificação
(2)
Projetos
2
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
3
Desenvolvedor 3
Classificação
(8)
Projetos
9
22%
Arbitragem
0
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(75)
Projetos
124
44%
Arbitragem
14
29% / 50%
Expirado
17
14%
Livre
Pedidos semelhantes
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
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
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
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
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

Informações sobre o projeto

Orçamento
30+ USD
Prazo
para 7 dias