dltharpe 10 posts msg #145489 - Ignore dltharpe modified |
12/7/2018 7:35:01 PM
I purchased a set of filters for ToS with no expectation I'd try to translate them for use here. But I tried a raw filter and it actually returned some results so I figured I try to write it out correctly. For the most part I've been able to get all the different phrases to work but I'm having trouble with 2 phrases.
PHRASE 1: and MACDHistogramCrossover("fast length" = 18, "slow length" = 50, "crossing type" = "Negative to Positive") is true within 15 bars
MY SOLUTION: and MACD Histogram(18,50,9) crossed above 0 within the last 15 days
PHRASE 2: and StochasticFull("over bought" = 70, "over sold" = 30, "k period" = 5, "d period" = 3, "average type" = "EXPONENTIAL")."FullK" is less than or equal to 30 within 3 bars
MY SOLUTION: and count(Full Stochastic(5,3,1) %K is below 30,3) is above 0.
If any one has any ideas, I'd sure appreciate it.
|