agaig

  1. C

    Repaints AGAIG Stars Aligned Chart For ThinkOrSwim

    AGAIG STARS ALIGNED TRADING for TOS I’m using clouds instead of candles Since (to my knowledge) nobody has found the actual Holy Grail for options trading, it leaves me with the idea that the next best goal is to trade with “As Good As It Gets -- The Stars Aligned.” For trading purposes, I use...
  2. C

    Repaints AGAIG Trend, Momentum, & Cycle Traffic Light For ThinkOrSwim

    As Good As It Gets (AGAIG) Trend, Momentum, & Cycle Traffic Light For ThinkOrSwim This traffic light is based on: https://usethinkscript.com/threads/a-trend-momentum-and-cycle-trading-system-v3-0-csa.1596/ This is a new label for ThinkOrSwim using a: Red Light = Possible stop and turn...
  3. C

    Repaints AGAIG The Trading Edge Chart for ThinkOrSwim

    TRADING WITH AN “EDGE” IS THE DESIRE OF ALL TRADERS Instead of candles the RED/GREEN CLOUDS represent candle movement FIRST THE EDGE: The RED/GREEN HORIZONTAL ARROWS (non-repainting) are showing probable change in direction but should not be used in isolation. shared chart link...
  4. S

    Repaints AGAIG OV Oracle System For ThinkOrSwim

    The AGAIG Long Short Indicator has worked extremely well for me in regard to my "edge" in deciding when to make a trade. I combine it with Linear Regression channels to determine when to buy calls or puts. Shared Grid Link: http://tos.mx/!HaJ8kylH Click here for --> Easiest way to load...
  5. C

    Repaints AGAIG Daytrading the VWAP In ThinkOrSwim

    First let’s look at Day Trading: Day Trading is where we buy/sell options within the same day usually in a short period of time which may be within minutes, or hours. An individual can day trade any stock or ETF desired, and we do not need to use today’s expiration in order to successfully day...
  6. C

    Repaints AGAIG Trading Path Chart for ThinkOrSwim

    As Good As It Gets: THE TRADING PATH CHART FOR THINKORSWIM THIS CHART HAS NO CANDLES – INDICATORS ONLY! In order to have an “edge” in trading, we need an indication to where the market is heading and what its next move might be (thus the development of indicators). Some day traders (like me)...
  7. C

    Repaints AGAIG Keep It Simple Chart For ThinkOrSwim

    AGAIG KeepItSimpleChart This is the third in my series of trading charts and is my simplest chart put together as yet. Don’t get rid of my other two: AGAIG Best Trading Chart Setup For ThinkOrSwim AGAIG Day Trading Chart Set-up For ThinkOrSwim Keep this as a third setup and check all three to...
  8. C

    Repaints AGIAG "GPS" System For Trading In ThinkOrSwim

    INDICATORS: A “GPS” SYSTEM FOR TRADING Some possible thoughts for newer traders Traveling one morning to an unknown destination, my automobile GPS system suddenly said “Prepare to make a U-turn.” This was a heads-up that I would shortly need to make a “change-in-direction”. That change was not...
  9. C

    AGAIG ORB Indicator For ThinkOrSwim

    AGAIG As Good As It Gets Opening Range Breakout Indicator As pointed out there are many adaptations to the ORB. I slightly revamped the one from halcyonguy where I've labeled the ORB HI and ORB LO on the chart using yellow lines (no clouds) also with the label above which states whether price...
  10. C

    AGAIG Catching Option Butterflies In ThinkOrSwim

    Catching Butterflies trading options can be a rewarding experience! What is an Options Butterfly? An Options Butterfly consists of a Debit Spread combined with a Credit Spread. The body of the butterfly is comprised of the two short positions combined together (the body of the butterfly) while...
  11. C

    AGAIG Stochastics Label

    As an individual who does not like lower indicators, or charts with too much activity, I like my BestTradingChartSetup with some easily visible upper labels indicating possible changes taking place. Merry Day lists Stochastics as number five on her list of indicators and so I have put together...
  12. C

    Repaints AGAIG Best Trading Chart Setup For ThinkOrSwim

    UPDATE: 9/30/24 new indicators! new chart! This is a new update I am using for all time frames. You can continue to use the old setup (see post below) or this new one if you prefer. I am using the new one on all time frames. Chart Link: AGAIG BestTradingChartSetup 9-30-24...
  13. C

    Repaints AGAIG Pivot Overbought Oversold Bubbles

    AsGoodAsItGets Pivot Overbought Oversold Chart Bubbles ##Thanks to samer800 for helping me find where this was originally posted. I wanted to make sure proper credit is given. ##I have converted this indicator to show as Overbought (OvrBot) RED and Oversold (OvrSld) GREEN using a forward...
  14. C

    Repaints AGAIG Three Trend Indicator For ThinkOrSwim

    This is a fun AsGoodAsItGets 3-Trend Indicator which contains Highs/Lows/Peaks/Valleys/AGIG Trend Arrows. https://usethinkscript.com/threads/agaig-zigzag-arrows-for-thinkorswim.18303/ https://usethinkscript.com/threads/agaig-highlow-peaksvalleys-for-thinkorswim.18301/ Occasionally all three...
  15. C

    Repaints AGAIG ZigZag Arrows For ThinkOrSwim

    I thought I had posted this before but can't find it on my posts. This is a change in direction indicator. AsGoodAsItGets Trend Arrows: Here is the code: #CSR Buy/Sell Arrows with Short/LongHaulFilter Bubbles #Developed 4-9-22 First Edition #Modified by C. Ricks to show direction arrows only...
  16. C

    Repaints AGAIG High Low - Peak Valleys For ThinkOrSwim

    This indicator combines my HighLow Indicator with Robert Paynes Modified Peaks Valleys Indicator. What we are looking for is an arrow within an arrow that is dual colored White/Red or White/Green. I only place trades when both arrows show within each other...as a rule I don't trade the...
  17. C

    AGAIG Lower EMA Crossover For ThinkOrSwim

    A few days ago I shared my AsGoodAsItGets-LoweredSquaredHistogram https://usethinkscript.com/threads/asgoodasitgets_histogram-for-thinkorswim.18233/ and am now sharing my companion lower 8/20 EMA crossovers (with credits to BenTen modified for original)...
  18. C

    Repaints AGAIG Trend Vertical Line For ThinkOrSwim

    Several have asked if there is a way to make the vertical line edition of this indicator thicker, but of course there is not. I would like them thicker as well. In addition to using my upper vertical lines I made a lower Histogram to more easily catch the eye. Even though this indicator will...
  19. C

    Repaints AGAIG Previous Day High Low For ThinkOrSwim

    I shared these as a post to another "what's new" but felt I should show them separate: ##AsGood_PreviousDayHigh input aggregationPeriod = AggregationPeriod.DAY; def yesterday_high = high(period = aggregationPeriod)[1]; plot static = yesterday_high; static.AssignValueColor(color.White); def...
  20. C

    AGAIG Price Pointer For ThinkOrSwim

    This is a price pointer that moves directionally with a candle with a Horizontal Blue Line to the right of the current candle. Indicator Link: http://tos.mx/Rmiy7Xy Indicator Code: ##AsGoodAsItGets-PricePointer declare upper; input PriceMarker = yes; #Hint PriceMarker: Shows a line pointing...

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top