MultiCharts Easter Sale has jumped in! Up to 50% off Explore offers
+1 888 340 6572 GET STARTED
MultiCharts Project Management
previous_open_issue.png
Go to the previous open issue
previous_issue.png
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
bug_report_small.png
Open Bug report MC-48

[intrabarordergeneration = true] will change the calculation results about "volumes" and "ticks"

action_vote_minus_faded.png
2
Votes
action_vote_plus_faded.png
next_issue.png
Go to the next issue (open or closed)
next_open_issue.png
Go to the next open issue
Description

if not declare iog status (default = false), the keywords "volumes" and "ticks" work correctly.
if declare iog status = true, these two keywords work incorrectly.

Steps to reproduce this issue

use simple signal scripts to see the changes when iog is on.
case1: 1 signal with iog=false
[intrabarordergeneration = false];
if d = 1101104 and time_s > 134100 then print(time_s," |",ticks);
case2: 1 signal with iog=true
[intrabarordergeneration = true];
if d = 1101104 and time_s > 134100 then print(time_s," |",ticks);

case3: 2 signals apply on the same chart
signal 1
[intrabarordergeneration = true];
signal 2

[intrabarordergeneration = false];
if d = 1101104 and time_s > 134100 then print(time_s," |",ticks);

repeat the steps with volumes, results are the same.

Comments (1)
#0
user-offline.png  MultiCharts.Kway (MultiCharts.Kway)
Nov 04, 2010 - 23:46

use case 2 for detail
134500.00 | 294.25→294.25=1177*0.25

134500.00 | 588.50→588.5=11770.5
134500.00 | 882.75→882.75=1177
0.75
134500.00 | 882.75→error here, which should be 1177*1=1177

History
Issue basics
  • Type of issue
    Bug report
  • Category
    Not determined
  • Targeted for
    MultiCharts 7.0 (RELEASED)
  • Status
    Released
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (3)
People involved
Times and dates
  • Posted at
  • Last updated
Issue details
  • Reproducability
    Not determined
  • Severity
    Critical
Attachments (2)
Commits (0)
There are no code checkins for this issue
Duplicate issues (0)
This issue does not have any duplicates