Doji trade confirmation method - Working of Pivots LVLS and Fibs

MQL4 Indicators Experts

Specification



Doji trade confirmation method to be used on DP & Or Fib Lvls

 

Option to set Market Condition Filter

 -Take Counter Trend trades

- Take Trend Trades

  Trend is to be defined using TMA slop

 

 Trade size rule

traded lots = free margin / 3000 (must be able to change figure)

Or traded lots = set lot amount

 

Max trade setting

max trades with one symbol setting ie USD only to be used in 1 live trade

 

Code is to be clearly commented.

Option to set minimum ATR to allow trades (TRUE FALSE OPTION)

Option to limit amount of trend trades (zero is unlimited)

or counter trend trades (zero is unlimited)

Market Condition ie Trending, Ranging, Entering Range, Exiting range, critical news approaching should all be graphically represented on the charts.

same graphical representation of each market condition is to be used in the matrix.


Relative comments should be used on all trades so we can understand where they are coming from.


zones

-Daily pivot point S/R Zones 2 and above - true/false option
- Fib zones on/off option - true/false option
Using Fib levels 4-5


Signal to buy


HIGH CLOSE DOJI

The bullish trigger is the high close doji.

Basically, wait for a doji. Then, look out for a candlestick to 

close above the high of that doji. That is our signal to buy.


Signal to sell

LOW CLOSE DOJI

The low close doji is the bearish version. Similarly, wait for a 

doji. But in this case, we are looking out for a candlestick that 

closes below the low of the doji to give us the sell signal.

TRADING RULES – CANDLESTICK AND PIVOT POINT

LONG TRADING STRATEGY

Doji at a support level
Buy on close of high close doji

SHORT TRADING STRATEGY

Doji at a resistance level
Sell on close of low close doji

refer here for examples

http://www.tradingsetupsreview.com/candlestick-pivot-point-day-

trading-strategy/


Indy setup

-AnAlert: add true if you want to alerted when new doji appeared

-indy is draw buy/sell arrow  (one unique to fib) one unique to pivot level)

-assign trade commend advising of entry condition met ie DPR Lvl 2 Sell

-take screenshot of each trade taken


Trade Exit Settings

SL

TP

Or option use a jump stop at previous fib level

Or option to disable trade exit settings so i can use another EA for managing existing trades.

+ add in what ever code you also have in your library in improve on exist strategy 




Trade time manager needed



 
Critical news filter
 
Lets say we have a open trade on EUR/USD and a critical news release is about to take place in 2 hours.
When we get to 1 hr of news either close trade IF in profit at the time.
 OR IF in a negative position take on 1 - 1 Hedge to protect current position.
2 Hours after critical news has taken place TMA needs to be checked to review condition of current market.
IF market is Trending Down - increase Sell position and close both trades at BE
If market is Trending Up - increase Buy Position and close bother trades at BE
If Market is ranging  ( defined by the TMA SLOPE as between  > -0.4 to < 0.4) leave current position
Once market starts trending - increase position in direction of the markets current trend and close trades at BE.
 
Approaching Critical news
-No new trades are to take place within hour either side of critical news release unless it is the hedge being put in place to protect position 1 hour prior to a news event. 
-Option to not trade X amount of hours either side of news release.

End of day all non filled pending trades are to be automatically deleted!

Responded

1
Developer 1
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
2
Developer 2
Rating
(13)
Projects
24
50%
Arbitration
3
0% / 67%
Overdue
14
58%
Free
3
Developer 3
Rating
(44)
Projects
100
39%
Arbitration
17
29% / 41%
Overdue
32
32%
Working
4
Developer 4
Rating
(262)
Projects
536
50%
Arbitration
54
41% / 37%
Overdue
224
42%
Working
5
Developer 5
Rating
(62)
Projects
140
46%
Arbitration
19
42% / 16%
Overdue
32
23%
Free
Similar orders
I want to add a ma cross to my indicator and ea and I want to add a risk management EA dashboard to the EA I Have the a risk management tool that does what I want to add to the EA and I have A EA that shows what Buttons I want to add #.1 I want to add the ma cross to the indicator and ea #.2 I want to add Buy sell limit to the EA I have a ea that has most of this in it already but the ea is bugged so I want to add
Hello Everyone, On Trading view there a Indicator named as ' Nadaraya-Watson Envelope [LuxAlgo]' I want Buy Alert when that Indicator gives Blue arrow below lower line and vice versa, Sell alert when the Indicator gives Orange Arrow upside of the Upper line
I have the ea with me , can you please change the comment? i only got the ex4 file with me , please do chnage the comment only and i need you to put license and cloud lock to this ea can any body do it
1. I want function that will use the totalBuyLots and totalSellLots to place trades when there is reverse trade direction. For example, if there is an open trade of buy, 0.1, 0.1, 0.1, then if the trade direction change to sell, meaning a sell trad is opened, then the totalBuyLots which now 0.3 will be used to open the sell of 0.3 lots. Same if a sell trade is opened first, then total lots will be use d when
Hello Sir - I am looking for some thing like this. 1- Moving Average MA value as line on Chart with label. i.e. 5min, 50, Exponential ( Labels should be selectable, Hide / Unhide, or display on Right / Left) 2- The line colors and style should be selectable. 3- Alert if price equals to MA Value. Please mention if you will be sharing code with me for future improvements
Seeking an expert in LSTM (Long Short-Term Memory) for MT4 to implement the most cutting-edge and advanced form of LSTM with full feature integration. The ideal candidate will possess extensive experience in leveraging LSTM technology within MT4, ensuring optimal performance and profitability. Join us in revolutionizing trading strategies with state-of-the-art LSTM algorithms tailored for MT4. Add a zig zag to the
Please note that my budget is for both mt4 and mt5 platforms The EA should have 1. An option that I can change it parameters, that's the period, method and application 2. The EA should sell when on every bullish candle that closes under the MA 3. The EA should buy on every bearish candle that forms Above the EA. It's should close trades on reverse cross. I mean when it's in a buy trade and crosses the MA for a sell
Looking for experienced developer to fix and check the indicator functions in my EA. Main problem to fix is that there is option to open new trade at close of previous which doen't always work on one of the indicators - depending on user inputs. Also if trading is disabled using AutoTrading button, then re enabled the EA waits for new signal to start, but it needs to place trade immediately according to current
I have an EA which trades with XAUUSD with a grid system, and I need to add a few features: 1.- The EA works with an indicator and open many trades as a grid system. I need the EA to open JUST 1 TRADE INMEDIATELY WHEN THE TREND SHOWS. 2.- I need the EA to keep that trade open until it reaches TP or the reverse signal shows. The EA has already the 'close if reverse signal' parameter. 3.- I need to create a parameter
I wanted to convert from mt4 to Ctrader Cbot and you want a particular option/feature to work as a bot. A nd can you update this point: the option to check the account name/number on which the CBOT will work, if the wrong account number is given the CBOT should not work

Project information

Budget
50 - 100 USD
For the developer
45 - 90 USD
Deadline
to 5 day(s)