Three Indicators need please

MQL4 Indicators

Job finished

Execution time 4 days
Feedback from customer
Absolutely Brilliant. Was able to understand my needs and delivered a product that exceeded my expectations and with increased versatility. Have found my programmer for futures needs. Thank you sir.
Feedback from employee
Robert have very good trading ideas, his breakout indicator is extreamly interesting. I really enjoyed working with him! Looking for more ... :D

Specification

Hi, I'm looking for three indicators to be built.

First but how I trade cause this might have some bearing on what I need and how its programmed. I trade on off-line tick charts generated with the rwtickcharts software.

 http://www.rwtickchart.com/index.html .

So any indicator needs to work on these off-line charts. I trade soley the EURUSD and work with 21, 34, 55 and 70 tick charts depending on time of day.

Ok,  first indicator needed. We'll call it "Bobs Box Patterns" . I trade box pattern breakouts. I'm a bit of a student of Bob Volmans.  So I'm searching for an indicator that will draw these boxes on my chart. Probably the most readily identified and the simplest box pattern is the double inside bar,

 

The upper boundary and lower boundary of the box is formed at the high and low of the first bar with the remaining two bars forming inside this range.  This is the basic principle of a box pattern. The high and low which form the box's upper and lower boundary MUST occur in the first half of the box pattern with all other bars forming inside this range. Box patterns also repaint. Normally this is a bad thing in an indicator but not in the case for boxes. As long as the high and low of each bar stays inside the upper and lower boundary the pattern remains valid and becomes stronger. What we are detecting is a stalling in negotiations between buyers and sellers. The bigger in number of bars a box becomes the more tension builds and the stronger the breakout when it occurs, or at least that's the theory.  The second component of the box then is range. The different in points between the upper and lower boundaries. Again this theory of watching negotiations stall should see a tight range in price form. The greater the number of bars the tighter the range the stronger more valid the pattern becomes. If the range is to great then volatility exists and that's bad for this system and the pattern fails. Here's  some more examples,

 

 

Here's a break down of a 7 bar box pattern

 

Parameters. The following parameters need to apply;

·         Min_Bars - Minimum bars to form a box pattern is three.  But that just depends on what timescale your operating in. A 3 bar box pattern on the 70 tick chart is exactly the same as a 6 bar box pattern on a 35 tick chart. The number of bars in a box pattern is referred to as "n". There is no maximum bars. The pattern immediately finishes the moment price breaks out of the box 's boundary.

·         Range - Range in points. The difference in point valve between the high and low of the box. I normally operate at 34 points but that can vary from 20 to 40 points.

·         Shift _Left - The number of bars prior to the start 'n' bar. Used to define box co-ordinates discussed below. We'll start with a value of 4.

·         Shift_Right - The number of bars shifted forward from the current bar. Used to define box co-ordinates discussed below. Again we'll start with a value of 4.

          Color - Color of box (rectangle). 

 

The Indicator.

Is a rectangle drawn around the parameters of the box pattern once detected. I currently use an aqua color rectangle so that's as good as any to get started. The rectangle must repaint as a box pattern develops. As said earlier once a pattern has formed it remains valid for as long as each and every consecutive bar forms within the upper and lower boundaries. The pattern becomes void immediately the price breaks one of these levels and that should become the final pattern. The upper left co-ordinates of the box shall be "price" as the high (upper boundary) of the box x 'bars' being 'n' bars plus Shift_Left. This helps identify in what direction price was moving before the pattern form. The lower right co-ordinates shall be 'price' as the low (lower boundary) of the box x 'bars' being the current bar Shift_Right. This allows for the easy identification of the breakout.

 

 

The second indicator is a spread indicator.  We'll call this one "Bobs Liquidity Indicator" . It will be in the form of a histogram and in a separate window. As the name suggest the valve of each bar shall be the current spread expressed as points each and every tick. The color of each bar will dependent on what cause the value of the spread to change. 

If the spread decreased because the bid priced increased it should be green. If the ask price decreased it should be red. If both the bid and ask price moved simultaneously the price with the dominate valve shall be treated as the moved price.

If the spread increased because the bid price decreased the color shall be light green and if because the ask price increased it shall be tomato.  Again if both prices move simultaneously the price with the dominate valve shall be deemed to have increased the spread.

To most this won't mean much but because I'm working of fast moving tick charts I need some way to try and gauge what buyers and sellers are doing in the here and now. Spread decreases around times of liquidity which offers the best opportunities for me. As as buyer/selers come into the market spread decreases and as they leave it increases. These box patterns work best in a highly liquid market with low volatility.

 

 

The third indicator  is also a spread indicator. We''l call this one "Bobs Volatility Indicator". This time we're not interested in its valve each and every tick, simple the value at the close of each bar. The second indicator will be very fast moving maybe only showing history for the past few minutes. For a greater view of market volatility over the visible chart can only occur at the close of each bar. Again won't be much good to anyone not working with fast tick charts but to me paints a very important visual picture of the markets. For a start point the color of the histogram can be blue and the value is spread, close of bar, expressed as points. Again this time we are not interested in why the price of the spread changed, just its value at close of bar.

 

 

Again and I can't stress enough, I work on fast moving tick charts generated  on off-line. These indicators must work on a off-line chart. Also the plan is to be able to build a bot in the future to trade this for me. Things happen very very fast at this level. A bot would be far better placed to make the decisions needed than me the human trader.  The valves calculated by these indicators need to be able to be referenced by a bot.He who hesitates at this level loses. Look forward to your responses and discussion on my needs. A glory-es week-end to you all.

 

Files:

Responded

1
Developer 1
Rating
(225)
Projects
284
42%
Arbitration
15
13% / 47%
Overdue
67
24%
Free
2
Developer 2
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
3
Developer 3
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
Similar orders
I have a live data dashboard designed to monitor accounts and their trading activity. In addition to the main admin dashboard (Photo 1), we also have secondary live monitoring dashboards (Photo 2) for checking individual accounts. However, the secondary dashboard currently lacks the "Today's Profit" box that is available on the admin dashboard. I'd like to add this feature to the secondary dashboard. Also, I want to
I want to create an indicator that prevents adding to a position, Essentially, I want to set a maximum position limit, ensuring that neither live nor pending orders exceed 20 micro lots for example. Additionally, I would like to incorporate a lock feature, preventing the removal of this limit within a specified time window it needs to overide all other indicators as i use a custom chart Trader, not the default one
Hello, My stragegy works well on backtests, however on demo account mode, entries and exit are not on the renko exit as the strategy would commands it. The strategy is made of two EA, one is renko generating charts, the other one is the strategy which is placed on the renko chart. In the followwing chart, is shown demo interface, with entry and exit points of trade that are missplaced : Here attached the two EAs, I
I have an Indicator in Pine Script which you can convert into an EA for me in MT4 to use. 1. The EA will trade selected major forex pairs which I can choose in the inputs including Indices and any currency symbol, including crypto, metals. 2. I should also choose the time frame in the inputs from 1,5,15,30, 1 hour, 4 hour input 3. The EA must open a trade straight away as soon as I load it on MT4, it will start to
//+------------------------------------------------------------------+ //| Indicator | //+------------------------------------------------------------------+ #property copyright "CTAT" #property link "Your Link" #property version "1.00" #property indicator_chart_window #property indicator_buffers 6 #property indicator_color1 Red #property indicator_color2 Green #property indicator_color3 Blue #property
Please read description before you bid, Send bid only if you accept please, Thank you, I need an expert to convert 1000+ lines of tradingview pinescript code to mt4, It will be a job i need very soon, If i can see someone that can finish it in 3 days, it will be great, And i will pay $40, This is how it will go, I will need you to send me the ex4 file first to see if it is working as i want, Because i have got
SkyG Robot 30+ USD
The robot should be able to identify candles stick pattern, price actions, fundamentals, technically analyzing the market and be able to analyze news and stop trades before news is released, should know to enter the market and when to leave the market. Should also give signal
I am asking for the creation of an indicator according to SuperTrend by KivancOzbilgic from TradingView link here: where there is also a description of the calculation and an "open-source script". There is also a strategy for this indicator on TV (here: ) They are already very similar here in MT5, for example under the name "SuperTrend ATR Multiplier with Scanner for MT5" and others. THE IMPORTANT CONDITION IS THAT
Looking to convert a trading view indicator to MT5. Code will be got it from pine editor at trading view. Indicator must look similar in terms of design for better understanding
Fibo bot 30 - 100 USD
This EA will have two entries, one at 76.4 and the other at the 100.00 area... serious professional coders required, the Fib will track a pending stop order at the 76.4 once there's break of structure,more info when you signify interest , I have the existing source code of this bot and I need little modifications

Project information

Budget
25 - 50 USD
For the developer
22.5 - 45 USD
Deadline
from 1 to 3 day(s)