NexusFi: Find Your Edge


Home Menu

 





I need help with a Visual Candle Counting indicator, please.


Discussion in ThinkOrSwim

Updated
    1. trending_up 3,785 views
    2. thumb_up 3 thanks given
    3. group 3 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

I need help with a Visual Candle Counting indicator, please.

  #1 (permalink)
ckajrtx
Wichita falls, tx
 
Posts: 4 since May 2014
Thanks Given: 1
Thanks Received: 5

Visual Candle Counting Indicator:
(SMA's based on close price)

1)Start counting trade days once SMA 3 has crossed above SMA 10.
2) If SMA 3 is still above SMA 10 after 10 trade days show visual indicator above each candle (circle or triangle) that is 10+ until SMA 3 crosses below SMA 10.
3) once the SMA 3 has crossed back below SMA 10 visual indicator disappears.
4) Start counting trade days once SMA 3 has crossed below SMA 10.
5) If SMA 3 is still below SMA 10 after 10 trade days show visual indicator below each candle (circle or triangle) that is 10+ until SMA 3 crosses above SMA 10.

My purpose for this indicator is to show me when buying the stock after a break out would be chasing, in my opinion.

Any helpful info would be welcomed. -Charles

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Quantum physics & Trading dynamics
The Elite Circle
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #2 (permalink)
 growex 
Trubchevsk
 
Experience: Beginner
Platform: tos
Trading: stocks
Posts: 61 since May 2011
Thanks Given: 40
Thanks Received: 79

here is how i can see it..

The signal will be shown as a color of bar....if sma3 is above sma10 for 10 bars and more then color of bars will be green.....and the red color for opposite condition

 
Code
                            
declare upper;
def sma3 average(close,3);
def sma10 average(close,10);
def countup = if sma3>sma10 then countup[1]+else 0;
def countdn = if sma3<sma10 then countdn[1]+else 0;
assignPriceColor(if countup >=10 then color.green else if countdn >= 10 then color.red else color.gray); 

Follow me on Twitter Reply With Quote
Thanked by:
  #3 (permalink)
ckajrtx
Wichita falls, tx
 
Posts: 4 since May 2014
Thanks Given: 1
Thanks Received: 5



growex View Post
here is how i can see it..

The signal will be shown as a color of bar....if sma3 is above sma10 for 10 bars and more then color of bars will be green.....and the red color for opposite condition

 
Code
                            
declare upper;

def sma3 average(close,3);
def sma10 average(close,10);
def countup = if sma3>sma10 then countup[1]+else 0;
def countdn = if sma3<sma10 then countdn[1]+else 0;
assignPriceColor(if countup >=10 then color.green else if countdn >= 10 then color.red else color.gray); 

This is what I was looking for thank you very much GROWEX.

Reply With Quote
Thanked by:




Last Updated on May 15, 2014


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts