Currency Strength Indicator display on Daily/Weekly/Monthly Basic

Auftrag beendet

Ausführungszeit 8 Tage
Bewertung des Kunden
Jabir deliver excellent quality code and product even with high-end graphic requirement! If you are finding a developer that can deliver a QUALITY + AESTHETIC PLEASING program, he is the one!!!
Bewertung des Entwicklers
Very precise customer and behavior very gentle. Like to work with him again and again...

Spezifikation

I would like to develop an indicator that can display Bid Ratio, Buy/sell Ratio and Gap (3 stuff) in 1 indicator. The formula to calculate each value will be given in the specification later. However, here is the general description

  1. Bid Ratio (Blue line - customisable ) - Current Bid price % with respect to high and low over a day (Default) /week/month (broker TF - customisable)
  2. Buy/Sell Ratio (Red line - customisable ) - Currency strength of the current currency
    1. It calculate 7 base pair Bid ratio and minus 7 quote pair bid ratio
  3. Gap (Lime line - customisable) - Change in Buy/Sell Ratio over the past XX minutes (30 minute by default but is also customisable)

All the value needed to reset over day (Default) /week/month (customisable - same setting use for Bid Ratio). To ease the visualisation, a vertical grey line will be draw at where the indicator calculation will reset.


Only 1 value will display at 1 time. So I need a button at the bottom right (Allow me to change position as well) of the Indicator to allow me navigate between this 3 value. Just make a small button with using the short cut below. Font size is 10 ( Default - allow me to change in the setting).

  • BR = Bid ratio. 
  • BS = Buy Sell ratio
  • G = Gap

After the desire value has been plotted, starting from the where the indicator reset ( Eg. Daily), calculate the Bollinger band value of the indicator. For example

  1. I am using Buy Sell Ratio now and is reset on daily basic 
  2. It will calculate the mean price of the BS ratio and plot out the mean line together with Buy Sell Ratio
  3. A ( 2.0SD - customisable) will plot around the mean based on the standard deviation (SD) of indicator value (in this case BS ratio). This should continue and repeat for the past YY (default = 10) day
    1. (Optional) If possible, create an downward arrow when the value from top cross below the 2.0SD. Vice versa.
  4. A histogram chart will plotted on the left(or right - can change in setting) side where the indicator will reset by itself. In this case it will place on every day with hour=0. The histogram should only occupy 20% of the period. Meaning 1 day, the hour is 0 -24, and max value should only occupy from hour 19-24 (since it is at the right side).
    1. By default the bin size is 0.2and max/min value is +- 8(any number beyond that will be added here). This value need to be in setting as well.
    2. Calculate based on Current close price candle (fix)


Having the setting to export the data out and store in CSV. The indicator value for the past  YY (default = 10) day will be first store. The CSV will continue append the latest data every10sec (Default & changeable) The required data are:

  1. Symbol
  2. Broker time
  3. Local Time
  4. Close price
  5. Bid Ratio
  6. Buy Sell
  7. Gap

When the export setting is true, create a "Debugging" Yellow text at the top right of the chart so I know the CSV is collecting.

The file name is following the format: custom_name ( Default=CSIndi) + broker short name + symbol + date (year.month.day)


Expected final outcome


Ps: I forgot to draw 3 little button at the right side to change the indicator value type. But it is needed.


I do not accept indicator code that is generated.


Highly welcome developer that is communicative and experience in MQL indicator. Please communicate with me on your experience so I know if you are suitable in working with this project or not.

Source code is needed by the end of the project.






























Bewerbungen

1
Entwickler 1
Bewertung
(115)
Projekte
129
18%
Schlichtung
11
27% / 55%
Frist nicht eingehalten
4
3%
Frei
2
Entwickler 2
Bewertung
(15)
Projekte
16
19%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
1
6%
Frei
3
Entwickler 3
Bewertung
(155)
Projekte
239
70%
Schlichtung
3
67% / 33%
Frist nicht eingehalten
20
8%
Frei
4
Entwickler 4
Bewertung
(71)
Projekte
97
43%
Schlichtung
2
50% / 0%
Frist nicht eingehalten
2
2%
Frei
Ähnliche Aufträge
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
Dear Developer, I am looking to develop both a MetaTrader 5 Indicator and a MetaTrader 5 Expert Advisor (EA) based on the swing depth logic shown in the Pine Script code attached below. The indicator and EA must be built as separate files but must follow the exact same signal logic so both display and execute identically. Please carefully review the requirements below and confirm your understanding before starting
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
Patrick 30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Joker poverty scalper 40 - 100 USD
the joker poverty scalper is the power full robort it can analyse in just 1 minutes it is good for beginner traders you can even make 5000$ in just an week or two.. the best thing to do is to buy joker and make life easy with your own copy of joker .in order to be rich you need the joker to help you with your success in life even in future THE JOKER POVERT SCALPER
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Trailing Stop Based on Thresholds . Other Necessary Filters already Coded . Live Chart Only . The strategy already coded - needs a fresh new draft . To Start from Signal Trigger
MT5 backtestest helper 30 - 200 USD
Sure 😊 — here’s a simple file-style write-up about your robot that you ordered on MetaTrader 4. You can copy it into Word or save it as a document. Title: My Trading Robot on MetaTrader 4 Introduction I recently ordered a trading robot on MetaTrader 4 to help me trade in the financial markets. A trading robot, also known as an Expert Advisor (EA), is a program that automatically analyzes the market and places trades

Projektdetails

Budget
50 - 150 USD
Ausführungsfristen
von 5 bis 10 Tag(e)