meirc 9 posts msg #36331 - Ignore meirc |
6/14/2005 4:34:57 PM
Hi
i try to build a new buy/sell alert
and i'm using force index divided by EMA(2)
and i want to draw it as oscilator
force index=Volume(today)*{(close(today)-close(yesterday)}
and i want to draw force index/EMA(2)
i try this but i tell me that there is an error
set{close_div,close-close 1 day ago}
set{f_index,volume*close_div}
set{alrt,f_index/EMA(2)}
draw alert
Thank's in advance
Meir
|
maxreturn 745 posts msg #36333 - Ignore maxreturn |
6/14/2005 6:53:54 PM
Hello Meir. This will work if you state "draw alrt" instead of "draw alert". Needs to match your "set" command.
Regards
Chuck
|
TheRumpledOne 6,411 posts msg #36335 - Ignore TheRumpledOne |
6/14/2005 9:04:44 PM
|
meirc 9 posts msg #36340 - Ignore meirc |
6/15/2005 3:10:40 AM
thank's
|