tedpenner 18 posts msg #97773 - Ignore tedpenner modified |
12/3/2010 11:48:32 AM
What is wrong with the syntax in the middle here >> http://screencast.com/t/jQo3ysYv5
This is designed to put a 1 or a 0 in a column when a chart matches it's pattern. That is to say that 'some' results should always be returned.
|
Kevin_in_GA 4,599 posts msg #97788 - Ignore Kevin_in_GA |
12/3/2010 4:12:10 PM
Easy - you cannot perform more than 1 mathematical operation in any set {} statement. You are adding all of your pattern statements in a single set statement, which does not work.
|
tedpenner 18 posts msg #97915 - Ignore tedpenner |
12/9/2010 10:35:21 PM
I've gotten a little farther but still can't do anything with over 8 patterns. Do you know if there is any way around this apparent limitation? current script >> https://docs.google.com/document/d/1Mla60CPJS4hYTmGLiKko0AsbuyLccZ_bOiZpeCIOj1Y/edit?authkey=CMGplrAL&hl=en#
|
tedpenner 18 posts msg #97919 - Ignore tedpenner |
12/10/2010 12:48:17 AM
got it! thanks for all the help here
|
mystiq 650 posts msg #97924 - Ignore mystiq modified |
12/10/2010 2:15:49 AM
tedpenner
msg #97915
- Ignore tedpenner 12/9/2010 10:35:21 PM
I've gotten a little farther but still can't do anything with over 8 patterns. Do you know if there is any way around this apparent limitation? current script >> https://docs.google.com/document/d/1Mla60CPJS4hYTmGLiKko0AsbuyLccZ_bOiZpeCIOj1Y/edit?authkey=CMGplrAL&hl=en#
////nice candlestick pattern stats////
|
tedpenner 18 posts msg #97951 - Ignore tedpenner |
12/11/2010 1:19:09 AM
Completed, thanks to all the help here.
|