maxxam80 108 posts msg #51355 - Ignore maxxam80 |
4/27/2007 12:14:54 PM
TRO is there any improvements you can make to the jumper filter like adding a not overbought line to it?
also how is the hiop column calculated?
thanks
|
TheRumpledOne 6,411 posts msg #51359 - Ignore TheRumpledOne modified |
4/27/2007 4:41:53 PM
maxxam80:
set{ hiop, high minus open }
HiOp is High of day minus the daily open.
Adding more filter criteria isn't going to help you TRADE the stock.
You have to learn to TRADE if you want to make money. Filters do NOT make you money, TRADING PROFITABLY DOES!
|
maxxam80 108 posts msg #51365 - Ignore maxxam80 |
4/28/2007 12:52:12 PM
Thanks TRO
I already trade profitably, but is the hiop yesterdays high - open or an average of the last 30 days or.... how is it calculated?
|
TheRumpledOne 6,411 posts msg #51367 - Ignore TheRumpledOne modified |
4/28/2007 1:04:32 PM
maxxam80:
/* begin stockfetcher code for HiOp */
set{ hiop, high minus open }
add column hiop
/* end stockfetcher code for HiOp */
HiOp is High of day minus the daily open.
Example:
Friday, Apr 27, 2007
GOOG Open = 480.30, High = 482.40, HiOp = 2.10
I don't know how to explain it any clearer than this.
HTH.
|