Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, The_Judge, Grant), 898 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
trend-following systems: involving next bigger timeframe #439663
04/06/14 19:28
04/06/14 19:28
Joined: Apr 2014
Posts: 45
Germany
webradio Offline OP
Newbie
webradio  Offline OP
Newbie

Joined: Apr 2014
Posts: 45
Germany
In the literature, a common advice is to use a bigger timeframe for filtering trades on shorter one, like going long on hourly chart only if daily chart shows upward direction (by whatever means, fast moving average above slow one, etc.). I haven't seen something like that in Zorro manual.
Is it because the manual cannot contain just everything or because, in the world of digital signal processing, there is no need any more for things like this or because there are better means for doing this?

Re: trend-following systems: involving next bigger timeframe [Re: webradio] #439777
04/09/14 10:33
04/09/14 10:33
Joined: Jul 2013
Posts: 522
D
dusktrader Offline
User
dusktrader  Offline
User
D

Joined: Jul 2013
Posts: 522
I think the only way to find out for sure is to build it. One way would be to use TimeFrame

But maybe it can be simpler? Say you're working on BarPeriod 15 for your trading but you want to measure an SMA cross occurring on Daily. In that case I "think" you can just multiply the SMA TimePeriod. (see man page for indicators here)

For example:
SMA(price(),35*(1440/BarPeriod))

...I think calculates SMA(35) for the Daily timeframe


Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1