Would someone create a PCF for me which looks for 3 conditions: 1) MACD 8,17,9 (simple)has crossed above its 9d period 2) Stoch 14,10,5 (simple) has crossed...
Art L; ... Are you using an MACD? Or a PO? i.e. .. MACD is typically Exponential http://www.marketscreen.com/help/atoz/default.asp?hideHF=&Num=59 .. Price...
MACD is exp. My apologies. Made a mistake there. It should be MACD I'm not concerned with the 3 conditions being true on the same day. Probably wont happen as...
Art L; ... The above formula doesn't have crossovers! ... Interpretation: Today's Closing Price is above it's 10-day moving average line PCF: C>AVGC10 ... ...
ejr I appreciate your patience in helping me out with this. I set my chart template up as suggested. I can see that I am coming close to my goal, but can now...
... doesn't identify the current trend of the three indicators.<< Right! It's not really supposed to. It's purpose is just tell when all 3 indicators are true....
I believe I corrected the MACD formula for what I was looking for. Will you double check me please ejr Editing a formula from the MACD primer I came up with...
I always read with interest Don W's daily reports, but would like to know how he calculates the figures he quotes. There are usually notes such as,"611 stocks...
In Friday's report he tells you it is the Russell3000 Create the PCF's PRICE UP VOL UP = (C1 < C) AND (V1 < V) PRICE DOWN VOL UP = (C1 > C) AND (V1 < V) ...
Art L; ... Certainly, the formula works better in a bull market. The three indicators are in "UP" positions - not necessarily buy positions! The question is:...
Art L; ... What is YOUR trading / investing style? IF you insist upon using MACD, the following chart setup will help narrow your style using the indicator: ...
Art L; Notes: . MACD line: Red . Signal line: Grey . The horizontal midline or zero line __ Crossover is a change in trend __ Crossing the midline up is a Buy...
Art L; Notes: . the 10-dma and the 8-EMA appear to have a synergistic relationship (provide little if any additional information when seen together) ....
You are a very good teacher ejr. I appreciate you taking time to explain all this in a way I can understand. Art ... current ... as a ... line ... the ... is ...
Has anyone heard of or used tradersbrain.com? They rent trading books and videos. It sounds like a great way to preview books before buying. Thanks much, Gayle...
I am trying to build a data file of a stock list in the correct format to be imported into TeleChart 2005. I am using a yahoo EOD data download software. Can...
VolcanoBrown; allenbary; Yes, one can import stock symbols into TeleChart WATCHLISTS. However, raw data from another source can't (repeat: can NOT) be imported...
I import all the time from the IBD website... by import to Excel program then convert to a .txt list of stocks.. You CAN import into the TC program.. I do...
VolcanoB; ... You are importing "... a list of stocks" i.e. populating a WatchList! Raw EOD data includes High, Low, Open, Close, Volume, etc. for every stock...
EJR is correct... you can not import price data into Telechart. You can however import a list of stocks (watch list) as a text file. Bill S ... VolcanoB; ... ...
As EJR says, you are only importing the Symbol not the data. You can have the data in the text file but Telechart ignores it and only take the first elements....
To test for a gap write a PCF to find any stock where the close price yesterday is different than the open price today. For example: C1 < O (gap up) or C1 > O...
chantel; ... The TeleChart formula (found in the "Sorted by: " dropdown menu) for Western Gaps is: Gappers PCF: (L>H1)*-1+(H<L)*-2 In an EasyScan . WatchList...
Or just create the PCF to calculate the percentage an use it an easyscan. That way you can adjust the percentage without having to redo the PCF. I try to do...
Kermit - True. I forgot when wrote this. Bob ... Or just create the PCF to calculate the percentage an use it an easyscan. That way you can adjust the...
Bob P; Kermit; By my calculations, the formula ((C1-O)/C1) is incorrect. Create 2 PCFs PCF Name: #1 Questionable Gap formula ((C1-O)/C1) Test for Syntax Error ...