Advanced Meta Trader 4 Expert Advisor - Long Trend & Scalp Trading

MQL4 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 13 giorni

Specifiche

Advanced Meta Trader 4 Expert Advisor - Long Trend & Scalp Trading

The project is based on an MQL4 indicator. 
This is the link of the indicator:
https://www.mql5.com/en/code/10882

All of these requirements should work for every separate channel.
- option for selecting of channels (input: true or false)

Information:
- LineChannel9 is the indicating code for all of channels, it doesn't mean Line Channel Number 9
- LineChannel9_0 is channel number 1, LineChannel9_1 is 2, LineChannel9_2 is 3, etc
- There are 2 trend lines of every LineChannel9 - LineChannel9 UP and LineChannel9 DOWN (for example: LineChannel9_0 UP, LineChannel9_0 DOWN, LineChannel9_1 UP, LineChannel9_1 DOWN, etc)

Cross 1:
- the price was outside the channel (above LineChannel9 UP, below LineChannel9 DOWN)
- price makes a cross and go into the channel (below LineChannel9 UP, above LineChannel9 DOWN)

Cross 2:
- the price was into the channel (below LineChannel9 UP, above LineChannel9 DOWN)
- price makes a cross and go out the channel (above LineChannel9 UP, below LineChannel9 DOWN)

Notifications:
Alerts, Email, Push Notifications, Sounds
- Cross 1 (input: true or false)
- Cross 2 (input: true or false)

Maximum Opened Orders For The Meta Trader Account = Z
- option to select Z
- positions from the Hedging are not included

Position Sizing
Buy Positions:
Position Size = [(Y * Balance) / (Ask - SL)] / 100000
Sell Positions:
Position Size = [(Y * Balance) / (SL - Bid)] / 100000
- option to select Y (for example input: 0.02)

Automated Open of Positions:
- input: true or false

Open Buy Positions:
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)
- MACD - positive divergence (input: true or false)

Open Sell Positions:
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
- MACD - negative divergence (input: true or false)

Stop Loss 1
Buy Positions:
SL = Bid - ATR * X
Sell Positions
SL = Ask + ATR * X
- option to select X (for example input: 0.33)

Stop Loss 2
Buy Positions:
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
Sell Positions:
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)

Defending of Positions
Scenario 1: Trailing Stop Loss - true; Hedging - false
Scenario 2: Trailing Stop Loss - false; Hedging - true
Scenario 3: Defending of Positions - false

Stop Loss - Trailing
Buy Positions:
Trailing Stop Loss = Bid (price level when the position was opened) - SL
Sell Positions:
Trailing Stop Loss = Ask (price level when the position was opened) + SL

Hedging
Long Trend:
- Buy Position
* the Buy Position 1 is already opened (because of any of the conditions above)
- Open Sell Position
* PriceInformation.close[0] = Bid (when the position was opened) - [(Bid (when the position was opened) - SL) / 2]
* Position Size = Position Size * 3
- Open Buy Order
* PriceInformation.close[0] = Price Level of Buy Position 1
* Position Size = Position Size * 6
Short Trend:
- Sell Position
* the Sell Position 1 is already opened (because of any of the conditions above)
- Open Buy Position
* PriceInformation.close[0] = Ask (when the position was opened) + [(SL - Ask (when the position was opened)) / 2]
* Position Size = Position Size * 3
- Open Sell Order
* PriceInformation.close[0] = Price Level of Sell Position 1
* Position Size = Position Size * 6

Working Time:
- choose working days (input: Monday - Sunday)
- choose working hours (based on UK time) for every working day separately (input: 00:00 - 24:00)

I have uploaded pictures with examples for Cross 1,Cross 2 and positive MACD Divergence.
Circle with number 1 - Cross 1
Circle with number 2 - Cross 2

File:

Con risposta

1
Sviluppatore 1
Valutazioni
(203)
Progetti
303
35%
Arbitraggio
56
38% / 38%
In ritardo
99
33%
Gratuito
2
Sviluppatore 2
Valutazioni
(54)
Progetti
65
52%
Arbitraggio
5
40% / 60%
In ritardo
22
34%
In elaborazione
Ordini simili
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 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 looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
We are seeking a talented and experienced developer to convert two sophisticated TradingView indicators to NinjaTrader 8. These indicators are crucial for our trading strategy, and we need them to function flawlessly in the new environment. The project comes with specific usage restrictions, which will be discussed in detail with the chosen developer. Requirements: Extensive experience with both TradingView and
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
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
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
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
Hello, This is pretty simple and its an indicator with On/Off button 1-Off will remove all indicator from the chart. 2-On will put them all back again with the same settings
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

Informazioni sul progetto

Budget
60+ USD
IVA (20%): 12 USD
Totale: 72 USD
Per lo sviluppatore
54 USD
Scadenze
da 1 a 2 giorno(i)