Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 17,340 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
multi time frame #480631
06/21/20 22:09
06/21/20 22:09
Joined: Jun 2020
Posts: 4
A
arns Offline OP
Guest
arns  Offline OP
Guest
A

Joined: Jun 2020
Posts: 4
Hello

I would like to use a daily moving average inside my code already using 5 minutes bar but i really do not understand where to use time frame function as I already use bar function ...
Any help with a small example would be great...
Thanks a lot

Re: multi time frame [Re: arns] #480654
06/23/20 12:21
06/23/20 12:21
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
If you're using the bar function, then you have no 5 minutes bars. With 5 minutes bars, you can get a daily timeframe simply with TimeFrame = framesync(1440/5). With bars of varying length, you must synchronize the time frame to one day as decribed in the manual.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1