Stock Market Forum, Penny Stocks, FOREX, NASDAQ, AMEX, NYSE, Live Chat  

Sponsors


Our Forums
St. Croix Life
Motorized Bicycles
Alternative Energy


Go Back   Stock Market Forum, Penny Stocks, FOREX, NASDAQ, AMEX, NYSE, Live Chat > Stock Market School > Stock Chart Technical Analysis (T/A)

Stock Chart Technical Analysis (T/A) Technical Studies indicators, volume, price advance/decline, Breadth Indicators, moving average, oscillator, CCI, RSI, MACD and many other indicators

Reply
 
Thread Tools Display Modes
  #1  
Old 08-16-2009, 03:46 PM
rtace's Avatar
rtace rtace is offline
AMEX Stock
 
Join Date: Jul 2007
Posts: 342
rtace is on a distinguished road
Default Think or Swim Custom Indicators

Hey there everyone, starting experimenting with making custom indicators on think or swim, That's a squeeze indicator that's all over the internet - I didn't code that one.
Anyways, Toss some ideas out for something you want and ill attempt to code it.

Made an OBV with MA option and ADX as a histogram so far

Quote:
declare lower;
input Length = 20;
input price = close;
######################
def e1 = (Highest(High, length) + Lowest(low, length)) / 2 + Average(close, length);
def osc = Inertia(price - e1 / 2, length);
plot oscp = osc;

def diff = reference BollingerBandsSMA(length = 20)."upperband" - reference KeltnerChannels."Upper_Band";
plot mid = 0;
mid.AssignValueColor(if diff >= 0 then Color.UPTICK else Color.DOWNTICK);

#oscp.assignValueColor(if osc[1] < osc[0] then Color.CYAN else Color.magenta);
oscp.AssignValueColor(if osc[1] < osc[0] then
if osc[0] >= 0 then
#UpPos
CreateColor(0, 255, 255) else
#UpNeg
CreateColor(204, 0, 204)
else if osc[0] >= 0 then
#DnPos
CreateColor(0, 155, 155) else
#DnNeg
CreateColor(255, 155, 255));

oscp.SetPaintingStrategy(PaintingStrategy.HISTOGRA M);
mid.SetPaintingStrategy(PaintingStrategy.POINTS);
__________________
Quantative

New Site

Last edited by rtace; 08-16-2009 at 03:48 PM.
Reply With Quote
Sponsored Links
  #2  
Old 09-24-2009, 08:10 PM
rtace's Avatar
rtace rtace is offline
AMEX Stock
 
Join Date: Jul 2007
Posts: 342
rtace is on a distinguished road
Default Re: Think or Swim Custom Indicators

Making a Pincher type indicator..hope it works out
__________________
Quantative

New Site
Reply With Quote
  #3  
Old 12-06-2009, 03:29 PM
rtace's Avatar
rtace rtace is offline
AMEX Stock
 
Join Date: Jul 2007
Posts: 342
rtace is on a distinguished road
Default Re: Think or Swim Custom Indicators

Made a newer pincher and T3 smoothed for TOS
__________________
Quantative

New Site
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Technical Indicators for IASCA acinvestor Sub Penny Stock Forum 0 11-11-2010 02:44 AM
Analyzing The Forex Market With Indicators greencat Forex Strategy 4 05-30-2010 03:16 PM
How To Add Indicators to MT4 Platform greencat Forex Strategy 4 02-08-2010 01:09 PM
What are your favorite indicators for a buy signal? Idrove New Trader Q & A 2 09-14-2007 03:29 PM


All times are GMT -4. The time now is 08:19 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
StockMarketCats.com