指定

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

 

 

ファイル:

応答済み

1
開発者 1
評価
(65)
プロジェクト
71
30%
仲裁
8
0% / 88%
期限切れ
5
7%
2
開発者 2
評価
(2)
プロジェクト
2
0%
仲裁
3
0% / 100%
期限切れ
0
3
開発者 3
評価
(50)
プロジェクト
54
43%
仲裁
3
0% / 100%
期限切れ
3
6%
4
開発者 4
評価
(19)
プロジェクト
35
26%
仲裁
10
30% / 70%
期限切れ
5
14%
5
開発者 5
評価
(23)
プロジェクト
45
20%
仲裁
24
29% / 46%
期限切れ
12
27%
6
開発者 6
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
7
開発者 7
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
8
開発者 8
評価
(36)
プロジェクト
50
28%
仲裁
2
0% / 100%
期限切れ
6
12%
9
開発者 9
評価
(87)
プロジェクト
114
26%
仲裁
7
29% / 57%
期限切れ
5
4%
10
開発者 10
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
類似した注文
// @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
Hello, I am looking for a highly skilled and experienced MT4 developer to assist with transferring a strategy currently coded in Pine Script to MetaTrader 4 (MT4). The project requires a professional who can handle this project successfully. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to
Hello, I am looking for a highly skilled and experienced MT5 developer to assist with modifying an existing MT5 file. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to reach out. Thank you for your time and consideration. I look forward to working with the right expert to bring this project to
An EA based on zigzag and some indicators ( The ea is already working i need to add this indicator to guide and control trades) Project Overview: - I am seeking a skilled freelance developer to enhance my existing Expert Advisor (EA) by creating source code that I can easily integrate. The EA currently uses Moving Averages (MA) and lines to place trades. I need to add a zigzag function with a true/false option and
We are looking for an experienced coder to develop a trading robot that utilizes two main indicators: 1) Brain Trend Signal 2) TMA (Triple Moving Average) Centered Bands. The robot should generate buy and sell signals based on specific conditions and include robust risk management features. Initial Requirements - **Indicators**: 1. Brain Trend Signal 2. TMA Centered Bands - **Timeframes**: - H4/D1 for trend
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
I 'm looking for a bot to take trades . I have questions 1 . What is the win rate? It could be ! 2 . Any guarantee if the bot does not take a win trade
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

プロジェクト情報

予算
30 - 50 USD
VAT(付加価値税) (20%): 6 - 10 USD
合計: 36 - 60 USD
開発者用
27 - 45 USD
締め切り
最高 3 日