Create MT5 Dashboard Indicators with 3 indicators

작업 종료됨

실행 시간 12 일
피고용인의 피드백
Very very nice customer, hope to work with him and his group in the near future again.
고객의 피드백
Very professional and hard working programmer in dashboard. Looking forward for future project together

명시

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.






응답함

1
개발자 1
등급
(40)
프로젝트
76
39%
중재
0
기한 초과
0
무료
2
개발자 2
등급
(74)
프로젝트
121
43%
중재
12
33% / 50%
기한 초과
17
14%
무료
3
개발자 3
등급
(34)
프로젝트
49
43%
중재
3
0% / 33%
기한 초과
14
29%
작업중
비슷한 주문
hello great developer I have an mt4 indicator that stopped working with the new mt4 build. Can you fix it to work with the new mt4 build? I do not have the source code. i will looing for great developer that wil bid for it quickly
can anyone here help me with develop a Pine script on TradingView's Pine Editor for a trading strategy based on certain variations of the Morning Star candlestick pattern which I have been noticing from last 2 years
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file, Also I will be paying $20 for the project cause i just need you to adjust some Minor things in it, i will explain more further in the message side
I want to clarify some points, such as: When entering into a buy deal, he opens three deals, each deal has a different take profit and one stop loss. When you look at the code, you will know that there are three take-profit. It opens one deal, taking one profit and adding risk management as well An information screen on the chart shows all the information, I only have $10 for this now, and also I still have more
Hi i am searching for who can makes me Mt4 Robot Analysis Method = Candle + Ichimoku and also i want to attach image with Ea and image will provide from like when i attach my Ea to any type chart the chart image chnages to image which i attached to my Ea Message me for Ea parameters and for more information and only developer message me who is agree with 6days deadline and i will start job with developer on monday
GOOD DAY DEVELOPERS I NEED A GOOD DEVELOPER WHO HAS AN INDICATOR FOR BOOM AND CRASH UP / DOWN TRENDS FOR ATLEAST 10 CANDLESTICK WITHOUT BEING SPIKED ... TO DEVELOP AN EA BASED ON THAT INDICATOR YOU HAVE, IF YOU HAVE IT PLEASE I AM IN NEED OF IT
Hey greetings My pleasure to met you all .I would like to convert a public tradingview pinescript indicator to MT5 Expert Advisor based on my. Requirements/specification.Kindly bid and let discuss about the project
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file thanks very much in advance, Also there will be more project in front, so I need a very dedicated developer
Hello, I am looking for a developer to help me convert my mta4 script into trading and make it work perfectly your expertise is highly needed for this project kindly reach out and let's proceed thanks
Develop ctrader 30+ USD
Hi mate, i would like to make Tensorflow.NET dlls (including Keras.NET, NumSharp etc ) from https://scisharp.github.io/SciSharp compatible with cTrader, so i can develop algos inside cTrader. Can you help? Cheers

프로젝트 정보

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