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

Notification

Icon
Error

Options
Go to last post Go to first unread
imfire80  
#1 Posted : Thursday, February 5, 2015 6:17:51 PM(UTC)
imfire80

Rank: Newbie

Groups: Registered Users, Subscribers, Unverified Users
Joined: 2/5/2015(UTC)
Posts: 1

DEAR ALL MEMBER

 

AS I AM NEW I FIND LOT PROBLEM DUE TO I AM NOT CAPABLE TO USE LATCH OR ALERT.

 

FOR THAT REASON

MY FORMULA GIVE ME LOT EMAIL AS ALERT.

MY FORMULA IS

 

Long Entry

 

Cross(MACD(),Mov(MACD(),9,E))=1 and Ref(Cross(MACD(),MOv(MACD(),9,E)),-1)<>1

 

Long Exit

 

Cross(MACD(),Mov(MACD(),9,E))<>1 and Ref(Cross(MACD(),MOv(MACD(),9,E)),-1)=1

 

Short Entry

 

Cross(Mov(MACD(),9,E),MACD())=+1 and ref(Cross(Mov(MACD(),9,E),MACD()),+1)<>+1

 

Short Exit

 

Cross(Mov(MACD(),9,E),MACD())<>+1 and ref(Cross(Mov(MACD(),9,E),MACD()),+1)=+1

 

GUIDE ME TO REWRITE FORMULA FOR SINGLE ALERT(ONLY ONE EMAIL WILL COME FOR ONE SIGNAL)

 

MS Support  
#2 Posted : Thursday, February 5, 2015 8:11:29 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,971

Thanks: 94 times
Was thanked: 156 time(s) in 151 post(s)
In part this will depend largely on which version of MetaStock Pro that you are using.

The way the Expert Advisor used to calculate alerts was either with every tick, or at the completion of each bar (depending on whether "Recalculate Expert Live" is enabled or not).

While some tricks do exist for suppressing subsequent signals, these really do not work with the Expert Live feature because the expert live feature treats each new tick as if it is the first time it is calculating the formula on that bar, meaning alerts will still continue to trigger every tick.

With MetaStock 14, we have added the ability to "Throttle" the Expert Advisor based on # of seconds of your choosing (the default is 30 Seconds Throttled). This means that you can now control the frequency of Alerts by controlling the frequency of the Expert Advisor calculations.

Edited by user Thursday, February 5, 2015 8:12:36 PM(UTC)  | Reason: Not specified

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.