StockFetcher Forums · General Discussion · force index<< >>Post Follow-up
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,407 posts
msg #36335
Ignore TheRumpledOne
6/14/2005 9:04:44 PM

Fetcher[
set{close_div, close - close 1 day ago}
set{f_index, volume * close_div}
set{alrt, f_index / EMA(2)}
draw alrt
add column alrt
close above 1
volume above 1000000
]




meirc
9 posts
msg #36340
Ignore meirc
6/15/2005 3:10:40 AM

thank's


StockFetcher Forums · General Discussion · force index<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.