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

Notification

Icon
Error

Options
Go to last post Go to first unread
indexarb  
#1 Posted : Monday, April 2, 2012 12:20:32 PM(UTC)
indexarb

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/12/2012(UTC)
Posts: 44

Hi if i use the below it works, FmlVar("_Test1","Signal")+ FmlVar("_Test2","Signal"); however when i change it to include another indicator it dosent, any ideas? indicator name FmlVar("_Test1","Signal")+ FmlVar("TrendMedium 2 - FLEX","Signal"); or indicator code FmlVar("_Test1","Signal")+ FmlVar("ExtFml( "ELabDLLTM2.ELabFLEX", C)","Signal"); send is using the add in trendmedium
wabbit  
#2 Posted : Monday, April 2, 2012 6:11:52 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Refer to your MS Users Manual for the proper use of FmlVar() and ExtFml(). Refer to the documentation of the TrendMedium add-in for its functions.

Post code in the proper tags to ensure it formatted correctly and easily identifiable as code instead of text.



wabbit [:D]

henry1224  
#3 Posted : Tuesday, April 3, 2012 5:10:32 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Code:
if i use the below it works,


FmlVar("_Test1","Signal")+ 

FmlVar("_Test2","Signal");




however when i change it to include another indicator it dosent, any ideas?



indicator name



FmlVar("_Test1","Signal")+ 

FmlVar("TrendMedium 2 - FLEX","Signal");



or



indicator code



FmlVar("_Test1","Signal")+ 

FmlVar("ExtFml( "ELabDLLTM2.ELabFLEX", C)","Signal");




Are you sure that this plots?

FmlVar("TrendMedium 2 - FLEX","Signal");




or that this plots

FmlVar("ExtFml( "ELabDLLTM2.ELabFLEX", C)","Signal");



You have to use a little logic as to why 1 line of code works and another line of code doesn't!!!

As for using Fml() functions and ExtFml() functions in other indicators and explorations, I would be careful and keep it to a minimum and only as a last resort.

If you change or delete the base indicator, all of the other indicators that are based on the Fml()
will report errors.
You are going to create a rat's nest and will have a hard time trying to correct these errors!
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.