SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus -- Ignore unavailable to you. Want to Upgrade?


To: Peter H. Mack who wrote (9257)4/7/1999 2:10:00 AM
From: Bob Jagow  Read Replies (2) | Respond to of 11149
 
You set t(est)bar negative in order to back test [page thru them with the cursor on the test date].
QP doesn't normally need to be told how many daystoload or daysrequired, but back testing confuses it. I also should have called out daysrequired = 100 - tbar.

Monty was probably [appropriately] aghast at my purported improvement:
if open(tbar) >= high(tbar) - top*range(tbar)
and close(tbar) >= high(tbar) - top*range(tbar) then
since it is actually no change at all :-(

Bob