MYF Candles Dashboard

Viewing 7 posts - 1 through 7 (of 7 total)
  • #229871

    Hi,

    I am trying to achieve the following:

    1. Main chart time frame is 1 minute
    2. I want to add an indicator (e.g. named MTF Candles Dashboard) as “New Panel” and it should be able to display
      1. last 3 5 mn candles
      2. last 3 15mn candles
      3. last 3 30mn candles
      4. last 3 1h candles

    If I e.g. do the following code as an example, it surely is wrong I know.

    Attached picture is wrong indeed as it is not what is intended. I need to start modifying it. Please don’t tell me that it is only possible through drawRectange and drawSegment.

    Thanks

    Ash

    #229873

    Can you show how and where they should be plotted?

     

    #229892

    The whole yellow area in the attachment is just one indicator. I want to make 4 or 5 portions in it like

    1. last 3 5min candles
    2. last 3 10min candles
    3. last 3 15min candles
    4. last 3 30min candles

    We can customise the interval which should not an issue but what is the simple way to construct last 3 candles of multiple timeframes within same one indicator as shown in the attachment.

    #229896

    hi…  Something like this!

    2 users thanked author for this post.
    #229899

    Hello Druby, that looks very good, I didn’t know such a thing was possible. Did you write the code yourself?

     

    #229901

    Hi Razz

    Yes , did it this morning after seeing #don’t_walk’s  post. Been learning the programming side, but keep hitting various limitations.

    Over time, looking at other problems, sometimes help identify problems and shed some light on various things and work around solutions.

    This , in this form relies on the use of array’s and anchor’ed graphic’s, introduced in version 11.

    See what you think, appears stable, only works on 1 minute time frame chart.

    Import the code from below

    Regards druby

    2 users thanked author for this post.
    #229907

    Thanks a lot druby. That is what I was looking for. I will download and give it a try. I was looking for short term context but from different time frames without looking at multiple charts. Thanks again.

Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login