Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

francesco.vigna

Members
  • Content Count

    2
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • Country
    Italy

Trading Information

  • Vendor
    No
  1. I'm using TradeStation. To count the number of bars in the last 24h (i'm working on tick and renko charts) i've also tried to use: vars: bar_count(1); while (date[bar_count] = date and time[bar_count]<time) or (date[bar_count] < date and time[bar_count] > time) begin bar_count = bar_count + 1; end; but this code freeze TS.
  2. Hi. I'm traying to calculate the number of bars between now and yesterday. I've tried with: currentbar-findbar(calcdate(date, -1), time), but findbar always return "-1". Any suggestions?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.