PureBytes Links
Trading Reference Links
|
Based on what I see by looking at charts,
I think that all scans which include cross( stochk(14),
stochd(14)); can be improved, but I am not experienced enough to code
this possible improvement. IMHO there are two code modules that
would improve stoch crossing scans. . The first of these modules would
function as follows: It would tell a scan that when it finds a
stoch crossing, it must look back to all of the previous buy and sell
stoch crossings that occurred consecutively while still under the stochastic
value of 35. This condition is what I refer to as stochastic
kissing. The purpose of this code module is to prevent a buy
signal when it discovers that kissing is happening. The other code
module would look back to at least to the most previous
buy type crossing, and it would prevent a buy arrow based on the
value at which the last buy type stoch crossing occurred. It will prevent
a buy arrow if the last buy crossing occurred at a stochastic value greater than
the current stochastic value under consideration. This module would
allow a buy arrow only if the present stochastic value is greater that the
stochastic value of the previous cross. I have other things in my
buy scans, but these code modules would improve any buy type scans that include
the stoch cross AFL function. The inverse logic of this would also improve
those scans that are looking for shorts. TIA for any ideas or comments.
Ron D
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|