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

Notification

Icon
Error

Options
Go to last post Go to first unread
tonguefu  
#1 Posted : Thursday, January 22, 2009 7:54:47 PM(UTC)
tonguefu

Rank: Newbie

Groups: Registered, Registered Users
Joined: 1/23/2009(UTC)
Posts: 2

Hi folks, I realize I am new. I apologize for asking before giving, but I need some help.

I need to create 2 formulas for buy/sell alerts... as follows:

SELL alert when Close is below the following EMA's (combined) for at least 1 bar (candlestick)
13, 30, 50, 100, 200 and the following formual already in MetaStock Experts as - Cross(Mov(MACD(),9,E),MACD())

BUY alert when Close is above the following EMA's (combined) for at least 1 bar (candlestick)

13, 30, 50, 100, 200 and the following formual already in MetaStock Experts as - Cross(MACD(),Mov(MACD(),9,E))

I really appreciate any help on this ASAP

Thanks
TongueFU

johnl  
#2 Posted : Thursday, January 29, 2009 8:32:56 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

You have lost me. What does "combined" mean?
When I have multiple conditions that have to all be true for the signal to occur I
create multiple variables (a1:=blah blah) (b1:=blah blah blah) etc. a1,b1 are the variables and then multiple them together (a1*b1) to create my signal.


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.