Spezifikation

The EA should be flexible and trade various underlyings and run on multiple brokers at the same time as well as on different time frames on real money accounts after successful back and front testing.

EA open trades in both direction. All trades (first buy or first sell) are opened at the begining of a new bar to prevent false signals.
If there is an opened position, and there is a opposite signal, the opened position doesn't have be closed. Just a new one must be opened in the opposite direction.

EA will need to contain the following:

  • Halftrend indicator builtin for signal
  • Halftrend indicator builtin for filtering signal
  • Standard money managements, lot size, SL, TP, Trailing Stop, account margin check are required
  • Hedge and Martingale
  • Max orders
  • Slippage Limit
  • Trading times restriction
  • Spread restriction
  • Option to just trade only with Halftrend signals without specific conditions to be agreed (means others indi disabled)
  • Display BUY/SELL breakeven/profit lines
  • all informations about: Buy/Sell lots, Buy/Sell profit, free margin, equity
  • Different buttons in the chart : close buy, close sell, close all, trade sell, trade buy, new cycle

The basic entry and exit rules will be provided in details to the selected developer as well as the indicators to use as. This is an overview of the rules

Long Entry Rules:

1. If the DeepSkyBlue upward pointing arrow of the HalfTrend indicator along with its lower indicator line gets aligned fairly below price bars
2. If another indicator used as filter it must confirm the halftrend signal. Suppose we use the stochastic => Stochastic confirms the direction proposed by halftrend and stochastic is not in the overbought/oversold range (which would be a setting variable in the EA).

Sell Entry Rules:

1. If the Tomato upward pointing arrow of the HalfTrend indicator along with its lower indicator line gets aligned fairly above price bars
2. If another indicator used as filter it must confirm the halftrend signal


The expert advisor should come with the source code(.mq4)

My first specification is to get a great developer not a beginner. Great to make a great code and great to code quickly without bugs.


Thanks for reading me - If you are a beginner, please do not make me waste my time.

I will review all applications by the end of the day and select up to 3 potential coders, thank you to all coders applying.
Interested coder should be willing to have a voice communication(via zoom, WhatsApp, etc.) for enhance and seamless understanding if the need arises.

Great developers, welcome ! !

Best regards

 

 

Dateien:

Bewerbungen

1
Entwickler 1
Bewertung
(65)
Projekte
71
30%
Schlichtung
8
0% / 88%
Frist nicht eingehalten
5
7%
Frei
2
Entwickler 2
Bewertung
(2)
Projekte
2
0%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(50)
Projekte
54
43%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
3
6%
Frei
4
Entwickler 4
Bewertung
(19)
Projekte
35
26%
Schlichtung
10
30% / 70%
Frist nicht eingehalten
5
14%
Frei
5
Entwickler 5
Bewertung
(23)
Projekte
45
20%
Schlichtung
24
29% / 46%
Frist nicht eingehalten
12
27%
Frei
6
Entwickler 6
Bewertung
(221)
Projekte
369
66%
Schlichtung
10
50% / 0%
Frist nicht eingehalten
46
12%
Frei
7
Entwickler 7
Bewertung
(769)
Projekte
1033
44%
Schlichtung
50
8% / 50%
Frist nicht eingehalten
117
11%
Frei
8
Entwickler 8
Bewertung
(36)
Projekte
50
28%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
6
12%
Frei
9
Entwickler 9
Bewertung
(87)
Projekte
114
26%
Schlichtung
7
29% / 57%
Frist nicht eingehalten
5
4%
Frei
10
Entwickler 10
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
Ähnliche Aufträge
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is
Looking to create EA for forex tradding with strategy as per price action, where order get excuted with proper stop loss and take profit. and order size should change as per privious trade result
Hi, I would like to create an expert advisor to fully automatic trade in MT4 as below, it should be possible with gold or any currency pairs and need to possible with 2, 3, 4 or 5 after decimal quotes PAROL MA CROSSOVER 1. Magic Number : Customize 2. Take profit in points : Customize 3. Stop loss in points : Customize 4. Strat time in GMT : Customize 5. End time in GMT : Customize (It means no need to open a new
i need someone who can remake this indicator to a winning strategy. i need someone who can make my signal on that indicator to appear fast on the chart... let me know if you can
I am seeking a coder who has experience in converting an MT4 indicator & EA(.mq4 file, source code provided) to TradingView's Pine Script. The indicator should be identical to the original, with the same inputs and settings. Upon completion of the task, the coder will send me the Pine Script indicator & EA along with the full source code, and the project will remain confidential. This task should be straightforward
We are seeking an experienced developer with expertise in converting cTrader bots to MT4 Expert Advisors (EAs). The ideal candidate will have a strong background in both C# (used in cTrader) and MQL4 (used in MT4). You will be responsible for translating trading algorithms and strategies from cTrader to MT4, ensuring that all functionalities and performance criteria are met

Projektdetails

Budget
30 - 50 USD
MwSt (20%): 6 - 10 USD
Insgesamt: 36 - 60 USD
Für die Entwickler
27 - 45 USD
Ausführungsfristen
bis 3 Tag(e)