Create MT5 Dashboard Indicators with 3 indicators

Lavoro terminato

Tempo di esecuzione 12 giorni
Feedback del dipendente
Very very nice customer, hope to work with him and his group in the near future again.
Feedback del cliente
Very professional and hard working programmer in dashboard. Looking forward for future project together

Specifiche

This indicator consist of Dashboard & Chart indicators visualisation.


Dashboard (Always at top right)



The dashboard is arranged in (Top to bottom)

  1. Our group logo in horizontal (send seperately in chat)
  2. Timeframe, Symbol, Current Bid price (left to right arrangement)
  3. (Left side) Follow Trendwith a circle dot below
    1. Dot become Lime when (1)
      1. Bid > Pivot Price (Previous Daily candle (H + L + C)/3
      2. Bid > SMA 50
      3. MACD > 0
      4. MACD Signal > 0
    2. Dot become Lime when (2)
      1. Bid < Pivot Price (Previous Daily candle (H + L + C)/3
      2. Bid < SMA 50
      3. MACD < 0
      4. MACD Signal < 0
    3. Dot is Grey when either (1) or (2) signal above is false
    4. When the signal changes color (switching from any signal above), it will show a pop-up alert. To avoid "spam" alert, the alert only occurs once every 5 min (Adjustable).
  4. (Right side) Reversing with a circle dot below
    1. Dot is Maroon when (1)
      1. (Today High - Low) > Daily Range (Last candle's Daily ATR 21)
    2. Dot is Red when (2)
      1. (Today High - Low) > Pivot + ( Previous Daily candle (H - L) ) * 2.618
      2. (Today High - Low) < Pivot - ( Previous Daily candle (H - L) ) * 2.618
    3. If (1) or (2) conditions reached, Follow Trend dot above should always in Grey
    4. If (1) or (2) signal is false, dot is in Grey
    5. When the signal changes color (switching from any signal above), it will show a pop-up alert. To avoid "spam" alert, the alert only occurs once every 5 min (Adjustable).
  5. Swap (Left)
    1. Long Swap (MediumSeaGreen) with 2 decimals
    2. Short Swap (Red) with 2 decimals
  6. Buy / Sell Signal (Middle)
    1. Display BUY with Lime when
      1. Bid > Pivot Price (Previous Daily candle (H + L + C)/3
      2. Bid > SMA 50
      3. MACD > 0
      4. MACD Signal > 0
    2. Display SELL with Red when
      1. Bid < Pivot Price (Previous Daily candle (H + L + C)/3
      2. Bid < SMA 50
      3. MACD < 0
      4. MACD Signal < 0
  7. Range
    1. DA = _____ (Value =  Last candle's Daily ATR 21 in point with 0 decimal)
    2. T-R = _____ (Value =  Today High - Low in point with 0 decimal)
    3. Left = _____ (Value =  (DA-T-R) / DA * 100%) ** Note: Value should not be in negative)
  8. Signals
    1. SMA (with buy / sell signal below)
      1. BUY = Bid > SMA 50
      2. SELL = Bid < SMA 50
    2. PIVOT (with buy / sell signal below)
      1. BUY = Bid > Pivot
      2. SELL = Bid < Pivot
    3. MACD (with buy / sell signal below)
      1. BUY = MACD > 0 AND MACD Signal > 0
      2. SELL = MACD < 0 AND MACD Signal < 0
  9. Currency Meter
    1. Conventional currency strength meter

    2. Label
      1. Lime = Value >= 7
      2. Red = Value <= 2
  10. Risk Management

    1. Buy Lots Sell (Button) **Note: Need to be functional in backtesting by checking the button state
    2. TP SL Column (Display & Can key in value)
    3. % is the Equity risk per trade (and hence used to calculate the lots size) - **Note have to consider different market tick value on risk calculation (Forex, stock, crypto etc.)
  11. The above risk management work together with drag and drop trades line (like the example Trade Panel below)
    1. https://www.mql5.com/en/market/product/23415?source=Site+Market+MT5+Search+Rating006%3apanel
    2. It will show current buy price lines with TP and SL. User can interact with the TPSL to modify it directly and the lot size will automatically calculate based on the risk %
    3. Put 1 more buttonto switch buy trade to sell trade
    4. Alternatively, user can drag the TP / SL to the another side to automatically switch from buy to sell (or vice versa)
    5. Note: Only Instant order is required. No need code for pending order.
    6. 1 more buttonto show / hide the lines on the chart
    7. Color and design can follow same like the product example
    8. Note: Buy / Sell Button need to be functionable even in backtest and live market



Indicators Visualisation (on price chart)

All Drawing should display for more than 5000 candlesticks (or until full bars is drawn - which ever posible)

It will be better if can directly plug in the indicators directly to save the computing power

  1. Moving Average lines
    1. SMA 10 = White dash width 1
    2. SMA 20 = Gold dash width 1
    3. SMA 50 = Yellow solid width
    4. Note: Avoid redraw for historical lines (to avoid use too much resources)
  2. Pivot and SnR
    1. Pivot line = (Previous Daily candle (H + L + C)/3 + Yellow dash with lable below the line at center of the chart screen
    2. SnR 3 =  Pivot +- ( Previous Daily candle (H - L) ) * 1.000 + White dash with lable below the line at center of the chart screen
    3. SnR 4 =  Pivot +- ( Previous Daily candle (H - L) ) * 1.618 + White dash with lable below the line at center of the chart screen
    4. SnR 5 =  Pivot +- ( Previous Daily candle (H - L) ) * 2.618 + White dash with lable below the line at center of the chart screen
    5. SnR 6 =  Pivot +- ( Previous Daily candle (H - L) ) * 4.236 + White dash with lable below the line at center of the chart screen
  3. Time zone **Note: Only Display for past 20 days
    1. Asia
      1. Green box lable high to low of the zone
    2. London
      1. Blue box lable high to low of the zone
    3. New York
      1. Red box lable high to low of the zone
    4. Note: Only Display if the current Timeframe is <= H1
    5. Note: Future market no need to plot


Clean and Readable source code is needed by the end of project.

Developers that send previous dashboard project (with nice buttons and drawings) will be prioritised. 

Please do send me screenshot of past projects you completed so I know more about your experience. 


PS: More information will conveyed in the chatbox as well as throughout entire project. Relevant resource will provide to you.






Con risposta

1
Sviluppatore 1
Valutazioni
(40)
Progetti
76
39%
Arbitraggio
0
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(74)
Progetti
121
43%
Arbitraggio
12
33% / 50%
In ritardo
17
14%
Gratuito
3
Sviluppatore 3
Valutazioni
(34)
Progetti
49
43%
Arbitraggio
3
0% / 33%
In ritardo
14
29%
In elaborazione
Ordini simili
To Go Daddy Support Request for possible assistance in setting up a simple email system for me private./to change my existing one. Log In for GoDaddy: Will be given to the selected job executor Log in for Bluehost: Will be given to the selected job executor I have been client with GoDaddy for many years now. I now need to simplify my email situation. I just want my 4 email adresses that I always had placed with
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
I need an EA which only trades the news data. The EA has to analyze the news-data and needs to classify them into categories. The Strategy includes the following points and this features needs to be included : 1. Filter for news Data : Pairs : USD ● EUR ● AUD ● GBP News Events : GDP Unemployment rate (initial claims) CB Consumer Confidence (US) Retail sales Consumer Price Index (CPI) Purchasing Managers' Index (PMI)
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
Need a good synthetic EA 50 - 1000 USD
I don't have specifications. If you're good at building an EA with good coding, accuracy, 85% money management, good trading decision. Please apply let's discuss Bussiness. Price below is not specific we can discuss new price depending on your professionalism
I want to lock my indicators and my EAs in the data folder with a password because i am going to give my pc to a trader , and i do not want him to just go to my data folder and copy my indicators and EAs , i will not send my indicators to the developer, i want to use a password protection in the windows system or if mt4 has this protection feature then its ok, the real names of the indicators also should be changed
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD
Scadenze
a 7 giorno(i)