| Kevin_in_GA 4,599 posts
 msg #115077
 - Ignore Kevin_in_GA
 | 8/26/2013 10:09:43 AM 
 SF crew:
 
 would it be possible to add a function to the existing SF code that would allow you to assign a color to a region on the price plot?  Example, the region between the upper bollinger band at 2 sd and 3 sd, or any two custom indicators that can be drawn on the price plot.
 
 Thinkscript has a simple piece of code to let users do this - AddCloud.  It basically looks like this -
 
 addCloud(threshold1,threshold2, color.green);
 
 addCloud(user-defined indicator1, user-defined indicator2, color.red);
 
 This would be a very nice (and seemingly straightforward) addition to SF's graphing capabilities.
 
 
 | 
| Seth_21887 2 posts
 msg #115084
 - Ignore Seth_21887
 | 8/26/2013 1:58:34 PM 
 Hi Kevin,
 
 I apologize but this has nothing to do with your post. I saw your name in the MTC thread from a few years back, and I am just coming across that strategy now. I was just wondering if you had the code for Ninja Trader or any other platform that you suggest I use it with.
 
 How have your results been with it? I realize nobody posts in that thread anymore so I'm not even sure if people still use that method, but I'd like to give it a go. If you don't have the code, do you know where I can find it? Thanks in advance.
 
 Seth
 
 
 | 
| Eman93 4,750 posts
 msg #115092
 - Ignore Eman93
 | 8/26/2013 10:52:55 PM 
 like this?
 
 
 http://stockcharts.com/public/3421479/chartbook/243986108
 
 
 | 
| Eman93 4,750 posts
 msg #115093
 - Ignore Eman93
 | 8/26/2013 10:53:47 PM 
 Or this?
 
 http://stockcharts.com/public/3421479/chartbook/305515758
 
 
 | 
| stockfetcher 980 posts
 msg #115097
 | 8/27/2013 6:41:23 AM 
 Hi,
 
 Thank you for the feature request. We're taking a look into this and we'll let you know if you have any questions.
 
 StockFetcher.com Support
 
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #115109
 - Ignore Kevin_in_GA
 | 8/27/2013 12:23:52 PM 
 This is what I am talking about:
 
 http://www.thinkscripter.com/wp-content/uploads/2013/01/WRPC.png
 
 This is the TOS implementation of this - notice that the colored bands are defined by upper and lower boundaries set as user-defined indicators plotted onto the price.
 
 
 |