Rank: Member
Groups: Registered, Registered Users, Unverified Users Joined: 10/31/2004(UTC) Posts: 14
Thanks: 4 times
|
Hi All ,
This one is my first post and I am thankful to all for supporting and sharing their knowledge .
Is it possible to develop dll for Multi Time Frame so that any indicator in one time frame can be plotted on other time frame
for ex. ExtFml("ForumDll.weekly",rsi(c,14)) can plot weekly rsi on intraday or daily time frame or
ExtFml("ForumDll.monthly",Fml( "My Formula")) can plot my formula for monthly periodicity on intraday daily or weekly charts .
Thanks and Regards ,
Harish Chheda
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 4/30/2005(UTC) Posts: 112
|
Hi,
This is good idea as I am always looking for multi-timeframe indicators plotted in another timeframe, or use it as a criteria for expert advisor... that will make life easier and certainly enable MS capabilities and make it more user friendly!!
some thoughts here:-
1) While using / plotting in another timeframe, the dll could be used to call indicators in intraday timeframes, i.e. 1-min, 5-min, 15-min, hrly and daily, weekly & monthly
2) the dll could use user-defined indicators (per chheda's request)
3) make it compatible to MS 8.0 and probably the previous versions too, don't forget that we are the MS users too!!
Gary
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 4/24/2005(UTC) Posts: 77 Location: Canada
|
This is possible to be done with PowerPivots-Plus Add-on. It supports different time frames as a multiple of the ploted one and more than this is supporting ploting indicators from a higher time frame onto a lower time frame.
I got the examples from "our formula encyclopedia" source that is henry1224.
He provided source codes even for PP+ external functions that are not documented in the Add-On manual itself!
Here the use of "TDataCreate" and "TDataLocalize" are absolutely necessary in order to build a price data array for a higher time frame, that will be used to calculate the higher time frame indicator.
Just do a forum search for "PowerPivots" and you'll find a lot of info to digest.
Hope it was helpful.
Guara
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Unverified Users Joined: 10/31/2004(UTC) Posts: 14
Thanks: 4 times
|
Hi Guara,
Plz post here simple code of any indicator for ex. moving average of weekly plotted on daily time frame using power pivot so that I can understand how to use Power pivot plugin for multi time frame.
Thanks for your help
Harish Chheda
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 4/24/2005(UTC) Posts: 77 Location: Canada
|
|
|
|
|
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.