Custom Indicator based on Awesome Oscillator, Accelarator Oscillator and SSL

Spécifications

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


Répondu

1
Développeur 1
Évaluation
(2)
Projets
4
0%
Arbitrage
4
25% / 75%
En retard
1
25%
Gratuit
2
Développeur 2
Évaluation
(2)
Projets
2
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
3
Développeur 3
Évaluation
(8)
Projets
9
22%
Arbitrage
0
En retard
0
Gratuit
4
Développeur 4
Évaluation
(74)
Projets
121
43%
Arbitrage
12
33% / 50%
En retard
17
14%
Gratuit
Commandes similaires
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
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
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD
Délais
à 7 jour(s)