Custom Indicator based on Awesome Oscillator, Accelarator Oscillator and SSL

Spezifikation

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


Bewerbungen

1
Entwickler 1
Bewertung
(2)
Projekte
4
0%
Schlichtung
4
25% / 75%
Frist nicht eingehalten
1
25%
Frei
2
Entwickler 2
Bewertung
(2)
Projekte
2
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(8)
Projekte
9
22%
Schlichtung
0
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(74)
Projekte
121
43%
Schlichtung
12
33% / 50%
Frist nicht eingehalten
17
14%
Frei
Ähnliche Aufträge
I have back testing results from optimization on the MT5 strategy tester for various tests saved in different tabs on excel. I would like to generate an excel function to find the matching parameters that give the best results based on profit within all tabs (the left most column), so the function needs to find the matching parameters, calculate the sum of the profit of matching parameters (TOTAL PROFIT), and rank
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD
Ausführungsfristen
bis 7 Tag(e)