Add new indicator and strategy to current EA on MT4

MQL4 Indicators Experts

Job finished

Execution time 9 days
Feedback from employee
Excellent Customer ! I hope for further cooperation.
Feedback from customer
a great developer. will cooperate with him in the next projects. thank you very much!

Specification

Hello developers! I want to add some new indicators and strategies to the current EA. 

1. Add indicator showing spread, news ... to EA. For example, if there is no news immediately displayed in green, the news is displayed in red and the strategy is displayed (strategy 1,2,3,4 ...).


2. Add a pending order.

+ option on pending order

  - Optional 1: place orders to wait for current price x point.

  - Optional 2: Put pending orders to the nearest resistance level X point (for Stop oder orders to buy above resistance, sell at a support level, for the order limmit oder to sell at a resistance level, Buy above support level).

 + option to exit pending order:

 -Take a pending order when the indicator for a signal, buy / sell appears or when the opposite order appears.

 -Order to wait for the Xth candle to form, calculated from the current candle is 1

 - Exit the pending order when the new support and resistance level (nearest) appears and sets a new pending order.

3. Add the option to the command (this part is very important you read carefully or ask me)

+ option 1: Point to 1 command, in a signal cycle. For example, when selling orders, you have to wait until the indicator gives a buy / sell signal, then the EA enters the next order.

+ option 2: enter a continuous order: Only enter the order when the previous order is closed. The next order is opened when the condition is still satisfied.

+ option 3: enter multiple orders: for example, the old order has not been processed yet, but there is a new signal, the EA continues to enter the order according to the indicator (the following order is independent of the previous order).

4. Optional TP, SL

+ TP option

- Optional 1: TP normal

- Option 2: based on ATR pip pip indicator(attached file below).

 . with buy order: current price + 3ATR

 . with sell order: current price -3 * ATR.

+ Optional SL

 - Optional 1: SL normal.

 - Optional 2:stop loss based on ATR pip pip indicator

  . for purchase orders: current price-1.5 * ATR-10 Pip.

  . For sales orders: current price + 1.5 *ATR + 10Pip

* Please note that you have to separate TP and SL to apply for each individual strategy. Because there is a strategy that only needs ATR without SL according to ATR.

5. Add indicator to EA.

5.1 indicator 1: bbands_stop_v1 (green buy, red sell).

5.2 indicator 2: GMACD (UP buy, DOWN sell).

5.3. indicator 3: FeruFx multi_info (up strong buy, down strong sale).

5.4 indicator 4: Oasis 1000 pip dash boarb.

+ Green arrows buy, red arrows sell. Only true for the available pairs displayed on the indicator (EURUSD, NZDUSD ...) when you see the indicator you will be clear. Other couples do not apply this function.

+ buy and sell when the power difference of currency pairs is> 3.5 (adjustable).

 .mua when the currency stands first> the currency behind.

 . sell when currency in front <currency behind.

5.5. Indicates 5: stochastic 4 options

+ Buy in the overbought area, oversold. sold in the overbought area, too sold.

+ Buy in the overbought area and sell in the oversold area.

+ Buy in the oversold area, sell in overbought area.

+ buy when the main line is above the signal line, sell when the main line is below the signal line.

5.6. indicator 6: RSI. You fix it to buy> 55, sell <45.

5.7. indicator 7: optional CCI:

+ buy when CCI> 100, sell when CCI <-100 

+ buy when cci cut back -100 <cci <100 

5.8.indicate 8: EMA

+ sell when the EMA10 <EMA 25 <EMA 55.

+ buy when EMA10> EMA25> EMA55.

5.9. ADX buy / sell> 25.

5.10. Parabolic below buy, on sale.

ATTENTION! ALL INDICATIONS MUST HAVE TRUE OR FALSE TO APPLY FOR EACH PRIVATE STRATEGIES.

6. Strategy

6.1 is called EMA (current ea) strategy. EA enters the command when all the above indicators are satisfied.

6.2. called strategy RSI: use the DT_RSI_ SIG indicator to activate (buy green, sell red) into the order when satisfying the above indicators.

6.3 called GMACD strategy: use gmacd (buy and sell ups) to activate. EA enters the command when satisfying the above indicators.

6.4 is called nina strategy: using nina_ stepMA_custum 3 indicator (buy green, red sell) to activate and satisfy all the above indicators.

6.5. Call Oasis strategy: use the currency meter oasis 1000 pip dash boarb to activate. on the order when the currency strength difference is> 3.5 (adjustable). and satisfy the above indicators.

8. Separate the active indicators in 100pip EA.let me study (attached file below).

* the old ea functions you should keep the same (hidden SL with broker, trailing stop, ...). These functions are very good.

*Can you write new EA or based on current EA.

*I will provide key indicators when accepting jobs.

Responded

1
Developer 1
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(325)
Projects
476
41%
Arbitration
77
12% / 64%
Overdue
77
16%
Free
Similar orders
Project Description : I need an experienced programmer to convert the TradingView indicator "RSI BARS" into a MetaTrader 5 (MT5) format. The indicator should function identically to the original and be fully compatible for integration into an Expert Advisor (EA) on MT5. Requirements : Convert "TTD Middle Right Normal" from TradingView to a .mq5 file for MT5. Ensure all indicator features and visual signals are
Project Description : I need an experienced programmer to convert the TradingView indicator "TTD Middle Right Normal" into a MetaTrader 5 (MT5) format. The indicator should function identically to the original and be fully compatible for integration into an Expert Advisor (EA) on MT5. Requirements : Convert "TTD Middle Right Normal" from TradingView to a .mq5 file for MT5. Ensure all indicator features and visual
I want to create an indi to push notification when the candlestick chart forms 3 peaks or 3 bottoms forming a straight line: - 1,2,3 are 3 points in a straight line or NEARLY straight For example: Straight: NEARLY straight : means the peak/bottom of candle number 3 is NEAR the straight line connecting 1 and 2. Candle number 3 may or may not have crossed the straight line, as long as the peak/bottom of candle number 3
Hello! I am looking for an experienced Pine Script coder to create a custom indicator for mapping market structure based on fractals. The developer needs to know a lot about coding market structure indicators and be proficient in Pine Script. excited to collaborate with a gifted developer
I have list of free indicators in tradingview and i would like to convert them into an mt4 ea, But the EA will have and work based on the indicators features The list of the are listed as follows :> 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI by LuxAlgo 3. Multiple MA (21,50,100) 4. SuperTrend My budget for this 80$ max
I have list of free indicators in tradingview and i would like to convert them into an mt4 ea, But the EA will have and work based on the indicators features The list of the are listed as follows :> 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI by LuxAlgo 3. Multiple MA (21,50,100) 4. SuperTrend Please don't apply if can't do this, So we won't ourselves time
good day i have an indicator but need the source for this reason The indicator only work on a single Time frame open trade, and close with only a single TF i will like the indicator work on multiple time frame just like other installed indicator My coder said the reason it cannot work like other indicator installed is because it has no buffer First confirm if you have the source code because its a popular indicator
Hello! I am looking for an experienced Pine Script coder to create a custom indicator for mapping market structure based on fractals. The developer must be skilled in Pine Script and have a solid understanding of how to code market structure indicators. Looking forward to working with a talented developer
Hello developers, I would like to hire someone can convert the Radar Signal indicator: https://www.youtube.com/watch?v=5DmKcy7rb-U&nbsp ; to it's TradingView equivalent. Radar signal indicator is the combination of 7 classic MT4 indicators. They include ADX, RSI , CCI , OsMA, ATR, WPR. The indicator shows the values of these indicators in blue and red. Red color indicates a bearish market condition and the blue shows
Hi , i want a indicator that shows the trades history on the chart, just for current day, like : first trade : -54 Second trade : -52 Third trade : +126 , and after three trades, display "No more trades"

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
from 1 to 5 day(s)