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

Notification

Icon
Error

Options
Go to last post Go to first unread
CalgaryCoolCat  
#1 Posted : Sunday, July 21, 2019 3:42:41 AM(UTC)
CalgaryCoolCat

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 4/7/2019(UTC)
Posts: 5
Location: Calgary

Hello,

I have an custom indicator named (Personal - Composite Momentum) that is the following:

Mov((Fml("Personal - Key Formula")*2 + Fml("Personal - XTL Formula")) / 3,2, W)

I would like to set up an exploration that would let me know when values are crossing up -50  or crossing below 50.  

Thank you!

CalgaryCoolCat  
#2 Posted : Thursday, August 8, 2019 3:27:07 AM(UTC)
CalgaryCoolCat

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 4/7/2019(UTC)
Posts: 5
Location: Calgary

I figured it out:

Filter:

Fml("Personal - Composite Momentum"); colA OR colB

A:

Cross(Fml("Personal - Composite Momentum"),50)

B:

Cross(Fml("Personal - Composite Momentum"),-50)

Edited by user Thursday, August 8, 2019 3:29:46 AM(UTC)  | Reason: mistake in #

Users browsing this topic
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.