Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

current timeframe (chart) compare Add Dataseries

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

    current timeframe (chart) compare Add Dataseries

    How to compare the current timeframe (chart) with the specified one using Add Dataseries

    the code
    // Additional dataset BIP1
    AddDataSeries (BarsPeriodType.Tick, 1);

    If BIP0 != BIP1

    //To do something

    Syntax please

    Thank you
    Last edited by memonolog; 05-25-2021, 03:48 AM.

    #2
    Originally posted by memonolog View Post
    How to compare the current timeframe (chart) with the specified one using Add Dataseries

    the code
    // Additional dataset BIP1
    AddDataSeries (BarsPeriodType.Tick, 1);

    If BIP0 == BIP1

    //To do something

    Syntax please

    Thank you
    sort of figured out

    if we work in the second dataset BIP1

    then comparing with the chart dataset aka BIP0

    It turns out like this

    Code:
    if ((BarsArray[0].BarsPeriod.Value != PeriodValue))
    {
    
    //make $ 1 million
    }

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    57 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    78 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    41 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    101 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    61 views
    0 likes
    Last Post PaulMohn  
    Working...
    X