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

Ähnliche Aufträge
I am looking for a developer to create a trading robot (EA) to trade XAUUSD, NAS100 and SPX500. The rules are as follows: Buy when the 2 EMA crosses over the 10 EMA and price closes over the 50 ema. Sell when the 2 EMAs cross below the 10 EMAs and the price closes below the 50 EMAs. The take profit and stop loss can be adjusted by me selecting from a drop-down box. I am open to other parameters to optimize
Project Overview I am looking for an experienced MQL5 developer to build a custom, prop-firm-compliant trend-following Expert Advisor (EA) for MetaTrader 5 . This EA will be used on prop firm accounts (e.g., FTMO-style rules), so strict risk control and rule compliance are mandatory . This is NOT a grid, martingale, scalping, or recovery EA. The goal is consistency, rule compliance, and capital preservation , not
I am looking of an Expert Advisor (EA) that has undergone independent validation and demonstrates a capability to successfully navigate prop firm challenges, as well as efficiently manage funded accounts. It is imperative that you provide a comprehensive explanation of the strategy utilized by your EA, along with a demo version that has a 30-day expiration. This will facilitate extensive back testing and forward
Hellow,l hope you are well,l am writing to place an order for a professional trading robot.l am looking for a reliable,well optimized robot that can trade efficiently,manage risk properly and deliver consistent performance in the market,I am particularly interested in a trading robot that uses a proven and transparent strategy,has strong risk management features,works well on common trading platforms,is suitable for
I am looking for an experienced MQL5 developer to build a professional MT5 software (indicator or semi-automated EA) for metals and major forex pairs. 📌 PLATFORM & MARKETS Platform: MetaTrader 5 Instruments: XAUUSD (Gold vs USD) XAGUSD (Silver vs USD) EURUSD GBPUSD USDJPY Trading styles: Scalping Intraday / short-term swing 🎯 MAIN OBJECTIVE I do NOT want an aggressive fully automated robot. I want a
The robot will take buy trades when the 2 ema cross over the 10 ema and price has closed above the 50 ema. The take profit and stop loss can be set as an optional level by the user. The robot will take sell trades when the 2 ema cross under the 10 ema and price has closed under the 50 ema. The take profit and stop loss can be set as an optional level by the user. The entry timeframe will be 15 minutes, but it could
I want to check if this indicator is repainting or not Whick mean the results of back testing is legit or not if anyone can help me to review it kindly to well to contact me i will be happy to work and go on long term work with anyone thanks
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
Trading Bot Executes Trades on Specific Days via TradingView Alerts **As a** trader, **I want** to develop a trading bot that integrates with TradeLocker and MTS, **So that** when a TradingView alert (based on a 2,4,5,10,15,30 minute break and retest strategy whichever one) is triggered first. the bot will execute trades on both platforms, but only on specific days of the week. --- ## Acceptance Criteria 1