in Search

MTS with different time frame for one stock?

Last post 09-02-2009, 14:18 by Data. 13 replies.
Sort Posts: Previous Next
  •  02-24-2009, 6:09 29009

    MTS with different time frame for one stock?

    Hello, is it possible to organize mechanical trade system in Metastock which will make intraday trade orders on short time frame but initialy considering situation on bigger time frame? thanx
  •  02-24-2009, 11:22 29015 in reply to 29009

    Re: MTS with different time frame for one stock?

    It is possible depending on the conditions, yes.
  •  02-25-2009, 0:43 29026 in reply to 29015

    Re: MTS with different time frame for one stock?

    Thanx for answer, but may I ask You to elaborate.

    the question is how to link, for example, 1 -minute chart with 5-minute chart of the same stock. So it could turn to some kind of "multiple time frame analysis". Security function seems does not allow me to make a link from smaller time frame to bigger one :-(

  •  02-25-2009, 12:06 29032 in reply to 29026

    Re: MTS with different time frame for one stock?

    You are correct.  The Security Function only calls the data based on the periodicity of the chart.  The problem is tackled by essentially "compressing" the 1-minute data.

    new:=mod(minute(),5)=0;

    valuewhen(1,new,c)

     

    Note that depending on what you're compressing to will cause the formula to change, i.e. Intraday to Daily is a different formula.

  •  02-26-2009, 3:39 29041 in reply to 29032

    Re: MTS with different time frame for one stock?

    Thanx a lot, I appreciate Your answers very much.

    Ok, I have put these 2 lines of code in Indicator Builder to receive a new indicator. I have apllied it to 1-minute chart and a new line had been written (if I trasfere this 1-minute chart to 5-minute chart new line coinside with my stock price line). But, to say the truth, I dont know what the next step is. How can I make 1 minute chart to refer to 5 -minute one.

    May be there is some other opportunity in Metastock to link different time frames? I think many traders evaluate these conditions before making orders. How they do it? 

  •  09-01-2009, 2:28 30578 in reply to 29032

    Re: MTS with different time frame for one stock?

    Justin:

    You are correct.  The Security Function only calls the data based on the periodicity of the chart.  The problem is tackled by essentially "compressing" the 1-minute data.

    new:=mod(minute(),5)=0;

    valuewhen(1,new,c)

     

    Note that depending on what you're compressing to will cause the formula to change, i.e. Intraday to Daily is a different formula.

    But what should I do if I want to, say, create a stoch(14,5) from this formula on a 1-min chart ?
  •  09-01-2009, 4:16 30582 in reply to 30578

    Re: MTS with different time frame for one stock?

    Hi Data

     

    My Multi-Frame "I" and "X" series of indicators might be what you’re looking for. The I and X series of formulas function on tick data upwards and return values for frame sizes (periodicities) of 1 minute through to 24 hours. The Multi-Frame EOD range of formulas is available free on my website and there are about 40 formulas in each range. The "I" range caters for 1 to 240 minute frames and the "X" range for 1 hour to 24 hour frames, so you can plot various periodicity indicators on any intraday chart. Obviously these indicators won’t plot a frame size smaller than the underlying chart periodicity, but they will plot most larger frame sizes.

     

    Roy

    www.metastocktips.co.nz

  •  09-01-2009, 11:10 30584 in reply to 30582

    Re: MTS with different time frame for one stock?

    Thanks a lot, it looks exactly like what I am looking for !


    mstt:
    The "I" range caters for 1 to 240 minute

    metastocktips.co.nz:
    These indicator families create 5-240 minute timeframes


    Just to be clear, the minimum range is 1 or 5 minutes  ?
  •  09-01-2009, 12:09 30586 in reply to 30584

    Re: MTS with different time frame for one stock?

    Data

     

    A client recently requested 1 minute frames for tick data on one indicator, so I took the opportunity to upgrade all formulas in the “I” series. My website and other documentation have yet to be changed but the range is now 1-240 minutes.

     

    Roy

  •  09-01-2009, 12:47 30589 in reply to 30586

    Re: MTS with different time frame for one stock?

    Thanks Roy !  :)
  •  09-02-2009, 4:29 30595 in reply to 30589

    Re: MTS with different time frame for one stock?

    Looks like the website is down.
    I hope it'll be back up soon !
  •  09-02-2009, 13:54 30597 in reply to 30595

    Re: MTS with different time frame for one stock?

    Hi Data

    The first links I provided by email were defective. However, the second email several hours later had corrected links that do work. Sorry about that.

    Roy

  •  09-02-2009, 13:59 30598 in reply to 30597

    Re: MTS with different time frame for one stock?

    Hi Data

    Right click on each link and Save Target As...

    Roy

  •  09-02-2009, 14:18 30600 in reply to 30598

    Re: MTS with different time frame for one stock?

    The links are working fine now, thanks !
    However, this morning the whole http://www.metastocktips.co.nz/ website was not accessible but it's back online now

    hehe, I'm going to try them right now !
View as RSS news feed in XML