Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-time frame

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Multi-time frame

    Hello,

    I have developed my own indicator and I wonder if it's possible to integrate two different data series in the same chart-panel without modifying my indicator code.

    For example, I have:

    1. One chart with the instrument A, 4 range and my indicator.
    2. Another chart with the instrument B, 16 range, Historical data -3 days and my indicator.

    I would like to see my indicator results for the instrument B - drawing a horizontal line following a specific logic, in the chart-panel for the instrument A but I don't want to see the chart for the instrument B.

    Cheers,

    Ronald.
    Last edited by ronald.garcia; 02-18-2013, 07:51 PM.

    #2
    Hi Ronald, I'm not sure I follow you - how would the result be displayed on Instrument A if they had different scaling then? Instrument B would not need to be charted if you Add() it internally in the indicator, or if you add the indicator on this series and make it then transparent for example. But this would still give you a scaling issue likely, as both series would be different instruments...

    Comment


      #3
      Hi Bertrand,

      You are quite right about the scaling factor issue when you have two different instruments.

      On the other hand It's not an issue if you have a 8-range dataseries and a 34-range dataseries for the same instrument.

      If I understand correctly I have two options:

      1. Using the Add() method is perfect but I have to change the indicator code each time that I want to change any parameter.
      2. The transparent dataseries works however it's not completely transparent. You can see the blank space between each bar.

      So is there another way to do that?

      Cheers,

      Ronald.
      Last edited by ronald.garcia; 02-19-2013, 05:18 PM.

      Comment


        #4
        Hi Ronald, no those would be your options here, you're correct in understanding, with 2 series on the chart you automatically have the Equidistant spacing set to false. So Add() ing in would be more convenient, for the parameters you wish to adjust, just make them user inputs for flexibility.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        110 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        59 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        37 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        41 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        78 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X