Optimized Awesome Oscillator

MQL4 Indicators Experts

Job finished

Execution time 5 days
Feedback from customer
Did Exactly what is requested .. many thanks and highly recommended

Specification

Dear All,

 

We are looking for the following using the Awesome Oscillator:

Once indicator at interval close changed from + to – then sell, if it is changed from – to + , then Buy . with TP=SL=50 points (Pips) . , and let us assume that the profit from this deal is X$

Now, need the initial deal size to be adjustable and need the next deal to be modified automatically according to the below rules: All deals should have 50 Pips as TP or SL , but the size should be modified

):

 

1-If the indicator changed from + to – or from – to + then close the opened deal and open the new deal with following conditions:

2-If the TP achieved, then the next deal should be with the same initial size

3-If the indicator changed before reaching the TP or SL but with + profit, then the next deal also will be with same initial deal size .

4-If the SL achieved, then the next deal should be double the initial size to cover the losses from the first deal and also get the same initial TP value as a profit using the same TP , SL=50 pips , so total profit from 2 nddeal will be 2X$ ,

5-If the indicator changed before reaching the TP or SL, but with – profit (losses), then the next deal should cover the losses from the first deal in addition to the assumed profit from the first deal (X$) using same TP SL=50 Pips , so total profit from this (2 nddeal) will be X$+ the loses from the first deal

 

And so on for the 3 rdand 4 thand so on deals.

All deals should have 50 Pips as TP or SL , but the size should be modified

 

Example:

Input:

Pair EURUSD

TP=SL=50 ,

Initial size 0.1

Needed profit (50 pips*0.1) ,  give 50$

Results:

1-Indicator changed at closed value from + to – at 1.1900 , then sell 1.19 , TP 1.1850 , SL 1.1950

If reach TP before the indicator changed from – to + , then next deal will be also with 0.1 Size lot with same TP=SL=50 pips and will be opened once indicator changed from – to + at the closed of interval

2-Indicatour changed from – to + at 1.1950 , then open a buy position at 1.1950 , then after while the indicator changed from + to – while the value is 1.1975 , then the profit is 25$ and close the deal and open a sell deal with 0.1 size without any change .

3-now assume the first deal opened as buy at 1.19 , then after while indicator changed to – while the loses is -25$ which mean at price 1.1875 , then close the deal and open a new deal with size (0.15) with same SL and TP (50 pips) , so total profit will 75$ and the result from 1 stand 2 nddeal together will be (-25+75=50$) ,

 

4-Assume the 2 nddeal gave a profit of 25 $ but indicator changed also before reaching the TP , then from first deal we have -25$ 2 nddeal have +30$ , then the third deal size should be modified to cover the 45$ remaining (50-25+30)

And so on so even if we reach 5 or 6 deals before reaching the TP , I need the overall results from all these deals to be 50$)

 

I should be able to edit the initial deal size , SL , TP , closing the opened position at indicator change ..

 


Responded

1
Developer 1
Rating
(319)
Projects
571
35%
Arbitration
83
31% / 45%
Overdue
206
36%
Free
2
Developer 2
Rating
(137)
Projects
167
35%
Arbitration
11
91% / 0%
Overdue
0
Free
3
Developer 3
Rating
(52)
Projects
58
59%
Arbitration
4
0% / 25%
Overdue
1
2%
Free
4
Developer 4
Rating
(298)
Projects
478
40%
Arbitration
105
40% / 24%
Overdue
82
17%
Loaded
Published: 2 codes
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
Hi, I want to develop a custom SMC (Smart Money Concepts) EA for MT5. My budget is $100. Here are the strategy requirements: 1. Auto identification of BOS, CHoCH, Order Blocks (OB), and FVG. 2. Auto entry when price returns to OB/FVG. 3. Auto SL above/below OB and TP based on Risk-to-Reward ratio (1:2, 1:3). 4. Risk Management (Risk % per trade or fixed lot size), Trailing Stop, Break-Even, and Max Spread filter. 5
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
I need EA Lil-MeProBot for MT5. Phone user, deliver .mq5 + .ex5. Symbols: XAUUSD EURUSD GBPUSD USDJPY BTCUSD, M15, Magic 777001 Strategy 6X Confluence score 4/6: 1. EMA 50/200 trend 2. Break of Structure 3. RSI 14 4. Strong body FVG/Order Block 5. Session 8am-9pm GMT+2 6. ATR filter Money Management LASTING: Lot 0.01 fixed, NO martingale, NO grid, Max 1 per symbol Max 2 total, SL ATR*2 TP ATR*3, Daily loss R40 stop
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place

Project information

Budget
30 - 40 USD