Trading Indicator and Expert Advisor Development (2MA & SuperTrend)

작업 종료됨

실행 시간 1 분
고객의 피드백
Very easy developer to work with. Quick and responsive. I asked for this job late on a Friday afternoon and code was delivered as requested. Thank you
피고용인의 피드백
Really very good customer, I like to work with him again.

명시


Project Overview: I am seeking assistance in developing a custom trading indicator and expert advisor based on specific criteria. The goal is to automate the trading process and implement risk management features. The main indicators to be used are the SuperTrend (standard) and a 2MA crossover signal (standard sma cross). The expert advisor should include trade management, trailing stop functionality, position sizing based on account size, and other key features described below.


Indicators to Use:

  1. SuperTrend: This indicator will serve as the primary trend filter. A bullish condition in the SuperTrend indicates a long trade setup.

  2. 2MA Crossover Signal: This indicator will generate trading signals when the 2MA (Two Moving Averages) crossover occurs in an upward direction.


Main loop logic:

If SuperTrend is bullish && 2MA crosses up => BUY

If SuperTrend is bearish => Close everything and ignore all signals

If positions are open and 2MA crosses down => Close everything


The 2MA may provide multiple signals whilst SuperTrend is bullish, EA can open up to a maximum of 10 positions, but only one per candle

The indicator should only show signals (arrows) when SuperTrend is bullish and ignore signals if it's bearish. The indicator show have bool to display SuperTrend or not. The indicator should show arrows 


Expert Advisor Features:

  1. Trade Management: The expert advisor should manage trades automatically based on the trading signals generated by the 2MA crossover signal and the bullish condition of the SuperTrend. It should open trades when a valid signal is received and close all open trades under specific conditions.

  2. Trailing Stop: Implement a trailing stop functionality that allows the stop loss level to be adjusted dynamically as the trade moves in favor of the position. However, note that in this strategy, the trailing stop is not required. The position should be closed if the price touches the SuperTrend line.

  3. Position Sizing: The position size should be calculated based on the account size and a predefined risk percentage per trade. The expert advisor should have the ability to adjust the position size accordingly.

  4. Maximum Number of Trades: Provide an option to specify the maximum number of trades allowed at any given time. If the maximum number of trades is reached, no further trades should be opened until existing trades are closed.

  5. One Trade Max per Signal: Ensure that only one trade is opened per valid signal. Additional signals should be ignored until the current trade is closed.

  6. Criteria for Trade Entry and Exit: a. Entry: Open a trade when the 2MA crossover signal indicates an upward crossover while the SuperTrend remains bullish. b. Exit: Close all open trades under the following conditions:

    • The 2MA crossover signal indicates a downward crossover.
    • The price touches the SuperTrend line.
  7. Initial Stop Loss: Set the initial stop loss level to the SuperTrend line.

Please note that the programming language to be used should be MQL4.


Deliverables:

  1. Custom Indicator (source code): Develop a custom indicator that combines the SuperTrend and the 2MA crossover signal.

  2. Expert Advisor (source code): Build an expert advisor that incorporates the trade management features, trailing stop functionality, position sizing based on account size, and the criteria for trade entry and exit as described above


Timeline: I would like to move fast, so will choose a developer that is available to do it today.


Budget: The budget for this project is whatever you need, quote me what you think is fair. But I think this will be a fairly simple project for you. 


파일:

응답함

1
개발자 1
등급
(100)
프로젝트
125
23%
중재
12
0% / 75%
기한 초과
22
18%
무료
2
개발자 2
등급
(14)
프로젝트
16
31%
중재
0
기한 초과
1
6%
무료
3
개발자 3
등급
(35)
프로젝트
50
42%
중재
3
33% / 33%
기한 초과
4
8%
무료
4
개발자 4
등급
(568)
프로젝트
641
41%
중재
21
57% / 29%
기한 초과
47
7%
작업중
5
개발자 5
등급
(236)
프로젝트
418
34%
중재
53
36% / 40%
기한 초과
153
37%
바쁜
6
개발자 6
등급
(2422)
프로젝트
3042
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
7
개발자 7
등급
(346)
프로젝트
543
32%
중재
24
67% / 8%
기한 초과
15
3%
무료
8
개발자 8
등급
(56)
프로젝트
82
54%
중재
9
33% / 33%
기한 초과
7
9%
작업중
9
개발자 9
등급
(68)
프로젝트
77
8%
중재
33
9% / 55%
기한 초과
6
8%
작업중
10
개발자 10
등급
(56)
프로젝트
175
71%
중재
4
100% / 0%
기한 초과
1
1%
무료
11
개발자 11
등급
(3)
프로젝트
6
17%
중재
1
0% / 100%
기한 초과
1
17%
무료
12
개발자 12
등급
(2)
프로젝트
2
0%
중재
1
0% / 0%
기한 초과
2
100%
무료
비슷한 주문
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
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 have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
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 seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

프로젝트 정보

예산
30 - 70 USD
개발자에게
27 - 63 USD