+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
feature_request_small.png
Closed Feature request MC-2096

Mid Level Price in Renko Charts

action_vote_minus_faded.png
0
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
icon_info.png This issue has been closed with status "Partially Implemented" and resolution "Not determined".
Description

Using a custom line i am trying to obtain the real time mid price for the high and low of a session.
The formula (HighD(0)+LowD(0))/2 does not work on Renko charts. The formula is accepted but no data is plotted on the Renko chart.
This formula for the custom line however works for a time chart etc.
As an addition, i was not able to plot OHLC Yesterday in Renko Chart

Steps to reproduce this issue

Insert Study = Custom Line
Add following formula to input field "Formula" = (HighD(0)+LowD(0))/2

Comments (1)
#1
user-offline.png  MultiCharts Support (MultiCharts)
Apr 27, 2017 - 09:59
The pre-built function OHLCPeriodAgo has a specific limitation for using different chart types with BarType > 4. Renko BarType = 13, that is why this chart type falls under this limitation. To achieve what you described, it is necessary to write your custom function.
It should be modified here:
condition1 = (PeriodsAgo > 50) or {(BarType > IFF(PeriodType<>0, PeriodType + 1, PeriodType + 2)) or} (BarType > 258) ;
So, will need to create the new HighD and LowD functions.
History
Issue basics
  • Type of issue
    Feature request
  • Category
    Usability
  • Targeted for
    Not determined
  • Status
    Partially Implemented
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (2)
People involved
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
  • Severity
    Normal
Attachments (0)
There is nothing attached to this issue
Commits (0)
There are no code checkins for this issue
Duplicate issues (0)
This issue does not have any duplicates