Easy custom Indicator Job for a quick coder

MQL4 지표

작업 종료됨

실행 시간 6 시간
피고용인의 피드백
Highly recommended.
고객의 피드백
An absolute pleasure to work with. Was prompt, courteous and customised it to the last desired detail. Most importantly, the requested indicator was completed way ahead of the deadline.

명시

This order is for a simple custom indicator. 

The Indicator is based on the existing "Volumes" indicator in the MT4 platform. The specific details will be mentioned below - 




The required functionality of the indicator is very simple i.e. a signal should be displayed on the chart as well as in the 'Volumes' indicator window when 2 conditions are met - 


Condition 1 - If [Candle(1) high minus Candle(1) low] is less than or equal to [Candle(2) high minus Candle(2) low]

and

Condition 2 - if Candle (1) Volume is greater than Candle (2) Volume


For reference

Candle(0) = the 'now' candle or 'Live' candle
Candle (1) = last candle
Candle(2) = second last candle


Then
1) a signal (chart signal) is displayed on the chart 'x' pips above/below the High/Low of Candle(1) . The 'x' pips value will be user specified

  1.a) if Candle (1) is a bullish candle ---> chart signal will be 'x' pips above the High of Candle (1)

  1.b) if Candle (1) is a bearish candle ----> chart signal will be 'x' pips below the Low of Candle (1)
  1.c) if Candle (1) is neither bullish nor bearish----> chart signal will be 'x' pips below the Low of Candle (1)

   Note - 'x' pips can be any value between 0.1 pip to 10.0 pips. Hence keep in mind the difference between what is a pip on all currency pairs. Example 1 pip differs on 5 decimal currency pairs than when compared to 3 decimal currency pairs. 

              The preferred default 'x' pips value is 0.3 pips.


2) a signal (volumes bar signal) is displayed on the Volumes Bar corresponding to Candle(1) in the "Volumes" indicator window at a User Specified 'volumes bar signal level value'. The preferred default value is 0.85.
   

     Example - if Volumes Bar value is 400 and the 'volumes bar signal level value' = 0.50   . Then a 'Volumes bar signal' will be drawn at the value of 200 (because 400 x 0.50 = 200) on the specific Volumes Bar.

                    In this case on a Volumes bar of value  400, 'the volumes bar signal' will be drawn at 200.


Other specifics are - 
1) User defined  chart signal

For the graphical display for the chart signal ideally a horizontal line would be preferred. The line would be no more than the width of the Candle(1). 

If the small horizontal line is not possible,  at the minimum the User should have the option to choose between - 158,159,160,161 and 162 as shown on -  https://docs.mql4.com/constants/objectconstants/wingdings

The User should also be able to specify the color and size for the graphical display for the chart signal.


2) User defined  volumes bar signal

For the graphical display for the volumes bar signal ideally a horizontal line would be preferred. The line would be no more than the width of the Volumes bar specific to Candle(1). 

If the small horizontal line is not possible, at the minimum the User should have the option to choose between - 158,159,160,161 and 162 as shown on -  https://docs.mql4.com/constants/objectconstants/wingdings

The User should also be able to specify the color and size for the graphical display for the volumes bar signal.


3) Volumes bar
    Just as in the original 'Volumes' indicator -  the User should also be able to specify the color and size for the volumes bars.


4) Minimal resource utilisation

    In this regard -  a "signal history period' option would be good - Example- if Signal history period  =  240, the indicator will only display signals for the last 240 candles. The preferred default value is 240.
    Ideally the developer should prioritise on the indicator being very efficient i.e. it should use minimal RAM and CPU resources . Keeping this is mind I am also open to additional suggestions from the developer.


I have attached a reference screenshot below - 

reference screen shot



Thankyou

    

응답함

1
개발자 1
등급
(7)
프로젝트
9
0%
중재
4
0% / 100%
기한 초과
0
무료
2
개발자 2
등급
(430)
프로젝트
606
55%
중재
48
23% / 56%
기한 초과
178
29%
무료
비슷한 주문
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an

프로젝트 정보

예산
30+ USD
개발자에게
27 USD
기한
 2 일