I need the existing Trading view strategy built into an MT5 EA
Strategy:
It involves 2X tradingview indicators:
- UT Bot Alerts (by QuantNomad)
- Linear Regression Candles (by LuxAlgo)
Pine Script for both of these is available and can be provided if needed.
Strategy is:
Open a buy trade when the UT Bot Alerts prints the buy signal and the current candle closes above the Linear regression line
Open the sell trade when the UT Bot Alerts prints sell signal and the current candle closes below the Linear regression line
EA Inputs:
Chart TF
Symbol
Order Comment
Order Type (Options - Buy, Sell, Both - Buy and Sell)
Initial Lot
Lot Multiplier
Magic Number
Stop Loss
Take Profit
Pyramiding
Determines how multiple orders are treated.
This EA option will only recognize positions opened by the this EA based on Magic Number.
Options
On
All incoming trades will open without restrictions
On — If symbol & direction in profit
An incoming buy EURUSD will only open if summation of all buy EURUSDs has a profit of more than $0
Off — Either 1 Buy OR 1 Sell
If you already have 1 buy EURUSD, the sell EURUSD will not open
If you already have 1 buy EURUSD, the next buy EURUSD will not open
Off — Only 1 Buy AND 1 Sell
If you already have 1 buy EURUSD, the sell EURUSD will open
If you already have 1 buy EURUSD, the next buy EURUSD will not open
Close on Reverse
Determines the treatment of opposite signals.
This EA option will only recognise positions opened by this EA based on Magic Number.
Options
On — Hedging
When a sell signal is received, open buy positions will be closed followed by a corresponding sell position opening, and vice-versa
If you have 3 buy EURUSD positions open, an incoming sell EURUSD will result in the 3 buy EURUSD positions to close followed by the sell EURUSD opening
On — Netting
When a sell signal is received, open buy positions will be closed without opening a corresponding sell position, and vice-versa
If you have 3 buy EURUSD positions open, an incoming sell EURUSD will result in the 3 buy EURUSD positions to close with no sell position opening
Off
Incoming buy and sell signals will not affect open positions
Inputs for the Linear Regression Candle and UT Bot Alerts indicators to be built in the EA
Commandes similaires
1. The idea of the trading system is as follows : markets entries are performed when the liquidity is grabbed or when a supply or demand is being touched. 2. Trend? There's no trend specified because this EA is based on liquidity and supply and demand. 3. Trading Signals : Buy Signal: EnterBuyMarket when price closes above the 5 period EMA (This EMA must be a parameter) after the liquidity has been grabbed or when a
Looking for a programmer that can adapt a range of technical indicators from Tradingview to work simultaneously for MT5. All the indicators must trigger simultaneously for a trade entry execution to be automatically entered. Considerations include the lot sizes, scaling in and out of the trade, entering and exiting the trade, setting of TP AND SL in relation to multiples (variable field) of ATR. Variable fields
my ea has no compile error but when i try to upload in mql it give me some Validation errors Modify my EA to comply with MQL5 EA Marketplace i have some Validation completed with errors in my mt5 code fix it so i can upload to my mql5 market but ,, dont change my settings
I am wanting this pinescript converted to ninjascript. Can you do it and what will it cost me? I am pretty sure it will end up being 2 indicators on the ninja side. I want it renamed to ProEdgeX for now. Will change the name later. AND I need the buy/sell signals plotted. I will want this automated at some point. I want to convert the pinescript to Ninjatrader indicator. We will discuss automation later
Apply only if you understand market structure and understand English. Pls i don’t need translators because you will end up misunderstanding my explanation while translating English to your language I don’t need time wasters like my last experience I waited for a programmer for two weeks yet he no nothing because of language issues etc I need ea that set buy limit and sell limit oders using my market structure
I need to automate a trading strategy on mt5. i have the python script executing rightly. but i need to convert to mql5 and also automate the strategy robotically. Anyone with experience should reach out for further explanation
I am looking for someone to turn a Tradingview indicator into MT4 Indicator and Expert advisor. The indicator gives BUY and SELL entries Price. The EA will have SL and TP with other risk management inputs
Create an expert advisor that uses a combination of price , moving averages and percentage price movement It also needs a complex trade management process The document is 8 pages long with more than a dozen rules , please don't apply unless you are used to reading a complex document and building a structure to handle multiple rule sets
Hello fellow developers, I am looking for an experienced freelancer to develop or modify an Expert Advisor (EA) on MT4 that can be used for trading on the Binance platform. This EA must be able to pull price data (charts) directly from Binance and trade based on indicator signals on MT4. Required Feature Details: 1. MT4 Connection to Binance via API The EA system must be able to connect MT4 to a Binance account using
I have a robot that opens and closes trades based on some indicators. I need an adjustment for that robot to open less trades at a time. What it does is when some requierements met it opens trades every single candlestick which makes it hard to work in range graphics. the change should make it open 5 trades at max and open additional ones when it closes one