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
|
|
|
|
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.