Completion of EA based on Horizontal lines

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Excellent coder easy to work with and quick to make adjustments and resolve problems.
Geliştirici tarafından geri bildirim
Thank you for the bonus!

İş Gereklilikleri

The goal is simply to get each section of the EA to work as described.

Basic Trade concept/logic: (this is currently not functioning correctly)

User draws their own horizontal lines using the horizontal line tool in MT4. There can be no limits on how many or how few lines are drawn on the chart in MT4. Trades should only be taken on the user drawn Horizontal line +/- offset if >0

Trade Lines are active only if market price has been further than activation distance from the line. For example if activation distance is 25 pips and the market is 30 pips below a line then that line is active as a buy trade when the market touches that line. If a stop loss has been hit and it is within 25 pips of the line then that line is not active again until the market moves 25+ pips away from that line. If the market is above a line by activation distance then that line will be a sell trade. If it is below then it will be a buy trade.

Take Profit is optional:(this currently works)
Take profit can be left empty/open if set to 0

Move to Break even:(this is currently not functioning correctly)
This is a fairly common practice when the break even trigger distance is reached then the stop loss is moved to a profitable position at entry price+/- Break even pips.

Extra Risk Management: (not able to test)
If set to true then the EA will check to see if any open trades regardless of magic number have stop losses set to less than break even and if so will prevent new trades from being taken. It is my intent to run as many as 8 instances of this EA on different pairs this is to prevent correlated pairs from taking simultaneous loosing trades.

Incremental Trail: (not currently working)
This will move all stop losses for trades going the same direction at the same time. For example if there are 3 lines and the market has moved through each then when the second is taken the first gets the same stop loss and when it moves to break even both open trades have their stop losses moved to middle line entry +break even pips on the profitable side. When the third is opened all 3 trades have the same stop loss and upon break even all 3 again are moved to the same level.

Offset:(This currently works)
If a line is draws directly on support/resistance and i want a buy trade to be taken 20 pips up and a sell trade 20 pips down then the offset is set to 20 this way when the market moves through the line the trades are taken not on the line but at the offset from the line. The activation distance is affected as well so if activation is 25 pips then the market needs to be 25 pips from the line +/- offset not just the line its self.

Slippage:(not sure how to test this)
I believe this is working but essentially this sets acceptable slippage for those times when the market is moving quickly.

Magic Number:(this is working)
Everyone knows what this is. Since I will be running multiple instances on different pairs they each need to keep track of their own trades in order to operate the move to break even and incremental trail functions without altering trades taken on other pairs.

Automatic Lot Calculation: (This is not working) 
If set to true then each trade is taking according to free margin, initial stop loss, and risk%. Simply put if the risk is 2% then any trade that activates and then hits its stop loss before moving to break even will lose exactly 2% of my free margin at the time the trade was taken.

Forced lot size: (This works)
If automatic lot calculation is set to false then this is the lot size used.



Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(800)
Projeler
1371
72%
Arabuluculuk
112
29% / 48%
Süresi dolmuş
341
25%
Yüklendi
2
Geliştirici 2
Derecelendirme
(117)
Projeler
138
41%
Arabuluculuk
30
7% / 77%
Süresi dolmuş
17
12%
Serbest
3
Geliştirici 3
Derecelendirme
(142)
Projeler
280
42%
Arabuluculuk
18
61% / 6%
Süresi dolmuş
29
10%
Serbest
4
Geliştirici 4
Derecelendirme
(204)
Projeler
281
34%
Arabuluculuk
34
32% / 29%
Süresi dolmuş
75
27%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(43)
Projeler
72
49%
Arabuluculuk
4
0% / 50%
Süresi dolmuş
19
26%
Serbest
Benzer siparişler
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
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better

Proje bilgisi

Bütçe
30+ USD
Geliştirici için
27 USD