multitimeframe and daily data

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #84447 quote
    aland
    Participant
    Average

    Hi there,

    I want to write a code that uses the high and low of the daily bar BUT only the high/low during specific market open hours (as opposed to the high/low between 00:00-23:59 like it does now)

    The way I do it now is using a 30 min time frame, something like this

    IF time>=OpenMarket AND time<=CloseMarket THEN
    maxprice= MAX(maxprice, high)
    minprice= MIN(minprice, low)
    ENDIF

    BUT…I would like to be able to view this information and use it on a daily chart and not a 30 min chart.
    I tried using time frames to gather high/low on a 30 minute chart and then do other calculation on the Daily chart but I get a message it is not installed on my system (10.3) yet.
    Any advice would be appreciated.

    Thanks

    #84449 quote
    robertogozzi
    Moderator
    Master

    MTF is already installed for demo accounts but IG needs to be addressed to have it installed for real accounts, just send them an email or make a phone call. It is still being beta tested to find out bugs, eventually.

    aland thanked this post
    #84622 quote
    aland
    Participant
    Average

    ok, great.

    Thanks Roberto

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

multitimeframe and daily data


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
aland @aland Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by aland
7 years, 3 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 11/08/2018
Status: Active
Attachments: No files
Logo Logo
Loading...