logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
luke_chan  
#1 Posted : Wednesday, February 16, 2011 1:26:33 AM(UTC)
luke_chan

Rank: Newbie

Groups: Registered, Registered Users
Joined: 2/15/2011(UTC)
Posts: 1

Hi, I have one minute data for intraday. However, does anyone know how to code different time frame by using one minute data. For example, I want to have a buy signal if 3 minutes close price is higher than 10 period moving average 3 minute close? {buy order} C > mov(C, 10, S) However, this code can only let me refer to 1 minute data. Does any one know how to refer 3 minute candle stick by using 1 minute candle stick data?
mstt  
#2 Posted : Wednesday, February 16, 2011 12:52:05 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)
Hi Luke What you require can be done and my Multi-Frame indicator range has formulas that do return the required values. Creating "real" 3-minute bars or candles is not possible on a 1-minute chart but such bars can be approximated with a bit of trickery. You could create a secondary chart with 3-minute periodicity but I suspect that only one chart would be active at any given time. Sadly the Multi-Frame kit is not a freebie. Roy MetaStock Tips & Tools
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.