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

Notification

Icon
Error

Options
Go to last post Go to first unread
mutkan  
#1 Posted : Sunday, July 28, 2019 1:55:42 PM(UTC)
mutkan

Rank: Newbie

Groups: Registered Users, Subscribers, Unverified Users
Joined: 12/14/2015(UTC)
Posts: 6

Thanks: 1 times

I am working on Ichimoku system and need to modify it a bit. I need to figure out what the external function is doing? Can anyone help to extract the business logic running behind ExtFml("PowerPivots.SysEval"..)

The forum script is provided such as 

ST:=(HHV(H,26)+LLV(L,26))/2; TL:=(HHV(H,9)+LLV(L,9))/2; A1:=Ref((ST+TL)/2,-25); A2:=Ref((HHV(H,52)+LLV(L,52))/2,-25); LE:= If(A1>=A2,Cross(C,A1),Cross(C,A2)); LX:= If(A1>=A2,Cross(A1,C),Cross(A2,C)); SE:= If(A1>=A2,Cross(A2,C),Cross(A1,C)); SX:= If(A1>=A2,Cross(C,A2),Cross(C,A1)); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); Buy:=If(TL>ST AND B>0,1,0); Sell:=If( TL < ST AND B < 0,-1,0); Buy+Sell<>-1 and Ref(Buy+Sell,-1)=-1

Users browsing this topic
Similar Topics
PowerPivots.SysEval (Advanced Coding Techniques)
by mutkan 7/28/2019 2:17:40 PM(UTC)
Std Error Channel PowerPivots Plus (Formula Assistance)
by Derek Worswick 2/9/2015 5:44:57 PM(UTC)
PowerPivots Plus PP+ posts and discussions in one place (Plugins & Addons)
by ahmedalhosen 12/24/2012 1:39:33 AM(UTC)
powerpivots dll wanted (Formula Assistance)
by kfklaihk 12/27/2011 10:37:28 PM(UTC)
PowerPivots Plus for MetaStock (Third Party Add-Ons)
by kahill 2/13/2011 12:23:29 PM(UTC)
Is ExtFml("PowerPivots.Pivots") reliable ? (Formula Assistance)
by fran 12/14/2009 6:40:17 PM(UTC)
PowerPivots Plus Help Needed (Plugins & Addons)
by nasdaqtrader 1/26/2007 7:34:12 AM(UTC)
Is there a way to use the MS Explorer to filter for Extfml(PowerPivots.Pivots) signals? (Plugins & Addons)
by NeptuneG23 11/16/2006 11:26:40 AM(UTC)
Need the free trial PowerPivots Systems, Explorations, and Experts [RESOLVED] (MetaStock)
by timwilsn 8/12/2006 12:45:01 PM(UTC)
PowerPivots Plus Add-on new Indicators (Plugins & Addons)
by anejanitin 3/20/2006 7:34:07 PM(UTC)
PowerPivots Data Create and Data Localize Functions (MetaStock)
by minnamor 2/7/2006 7:20:45 AM(UTC)
PowerPivots Plus and www.marketangel.com (Plugins & Addons)
by KevinAker 11/25/2005 6:57:17 PM(UTC)
PowerPivots Plus Add-on for my last POST (Plugins & Addons)
by henry1224 11/11/2005 2:54:56 AM(UTC)
PowerPivots Plus Add-on and the error of our ways (Plugins & Addons)
by henry1224 11/9/2005 4:13:48 AM(UTC)
PowerPivots in explorations (Formula Assistance)
by vaughn 11/8/2005 2:20:32 AM(UTC)
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.