Try replacing this code: #shared_shared_AsGood_T#TM_TrendCandles_2Color7The candle color. They don't match what I have selected in Settings:Appearance. The lower study does.
Code:#shared_shared_AsGood_T#TM_TrendCandles_2Color7 input price = close; input length = 20; def K = (Highest(high, length) + Lowest(low, length)) / 2 + ExpAverage(close, length); def momo = Inertia(price - K / 2, length); def pos = momo >= 0; def neg = momo < 0; def up = momo >= momo[1]; def dn = momo < momo[1]; def PosUp = pos and up; def PosDn = pos and dn; def NegDn = neg and dn; def NegUp = neg and up; DefineGlobalColor("Up", Color.UPTICK); DefineGlobalColor("Down", Color.DOWNTICK); AssignPriceColor( if neg and up then GlobalColor("Up") else if PosDn then GlobalColor("Down") else if NegDn then GlobalColor("Down") else if NegUp then GlobalColor("Up") else GlobalColor("Up"));
Try replacing this code: #shared_shared_AsGood_T#TM_TrendCandles_2Color7
with the following:
Put your pointer on the area in (or line) in question, right-click and it should tell you what is being highlighted (it looks like the line is making a change in direction?)Hi, Thanks for beautiful script. May I know what are these highlighted number 1, 2 and 3 in screenshot?
Great!Thanks, your tip worked
I use changes in direction to exit trades...two, or more, indicators in agreementNo stop orders for day trades... I'm familiar with your trading style.. Looks like the strategy is built for swing trading.
Also, what are you using to confirm your trades.. Any successes?
Hello, I have been using open range for options trading daily.....I am interested in this script, but I can not seem to be able to see anything when I attempt to load it......is there a way that i can get the script so that I can cut and past it? I also would love some help with creating what I think would be a simple script, which would be to plot the daily high and low of the 9:08 to 9:24 time frame each day. I would like to add this to my open range script......thank youIndications for change in direction I.e. candle change in color, long/short bubbles, pivot points, traffic light, oscillator on lower, MTF alignment, etc when two, or more, suggest a change (but remember there is no holy grail). If new to this paper trade until you get a handle on it. Everything you need is available on this chart. I have been suggesting that the two best trades are the first two changes in direction after ORB (opening range breakout) around 10:00 a.m. when the market settles a bit!
How about the entry? what are all the indicators that needs to marry for you to finalize the entry?I use changes in direction to exit trades...two, or more, indicators in agreement
Hello, I have been using open range for options trading daily.....I am interested in this script, but I can not seem to be able to see anything when I attempt to load it......is there a way that i can get the script so that I can cut and past it? I also would love some help with creating what I think would be a simple script, which would be to plot the daily high and low of the 9:08 to 9:24 time frame each day. I would like to add this to my open range script......thank you
@csricksddsUPDATE: 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: AGAIF BestTradingChartSetup 9-30-24 http://tos.mx/!ayok5Szv
Chart Look:
Here is some further narration.
AGAIG Best Trading Chart Setup Update
I have added a couple of things to this chart. Added is the 9:55 “Time To Trade Heads Up” (30 min ORB coming to a finish and methinks the first two changes in direction may be the best trades of the day?) and I have also added a Revamped Oscillator showing on Lower and Overlaid on my Lowered Squared Histogram. The Histogram coordinates with the upper Long/Short Bubbles and the Oscillator shows previous candle movement as well as current candle movement. I will usually enter a trade when the Red/Green Heikin Ashi Candle first shows and is corroborated by my Long/Short Bubble and/or another change in direction indicator.
Heikin Candles Overview
Let’s review Heikin Candles so as to better understand them.
A Green Candle is Bullish. It should be Flat on the bottom with wick protruding up from top of candle. The wick shows continuing direction movement. As the Candle moves up you would like for each candle to be larger and close above previous candle (acceleration is body growing in length). If you start getting a wick showing on the bottom as well as top momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size as well as closing below last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
A Red Candle is Bearish. It should be Flat on Top with wick protruding down from bottom of candle. The wick shows continuing direction movement. As the Candle moves down you would like for each candle to be larger and close below previous candle (acceleration is body growing in length). If you start getting a wick showing on the top as well as bottom momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size and closing above last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
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: AGAIF BestTradingChartSetup 9-30-24 http://tos.mx/!ayok5Szv
Chart Look:
Here is some further narration.
AGAIG Best Trading Chart Setup Update
I have added a couple of things to this chart. Added is the 9:55 “Time To Trade Heads Up” (30 min ORB coming to a finish and methinks the first two changes in direction may be the best trades of the day?) and I have also added a Revamped Oscillator showing on Lower and Overlaid on my Lowered Squared Histogram. The Histogram coordinates with the upper Long/Short Bubbles and the Oscillator shows previous candle movement as well as current candle movement. I will usually enter a trade when the Red/Green Heikin Ashi Candle first shows and is corroborated by my Long/Short Bubble and/or another change in direction indicator.
Heikin Candles Overview
Let’s review Heikin Candles so as to better understand them.
A Green Candle is Bullish. It should be Flat on the bottom with wick protruding up from top of candle. The wick shows continuing direction movement. As the Candle moves up you would like for each candle to be larger and close above previous candle (acceleration is body growing in length). If you start getting a wick showing on the bottom as well as top momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size as well as closing below last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
A Red Candle is Bearish. It should be Flat on Top with wick protruding down from bottom of candle. The wick shows continuing direction movement. As the Candle moves down you would like for each candle to be larger and close below previous candle (acceleration is body growing in length). If you start getting a wick showing on the top as well as bottom momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size and closing above last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
Question about the signals. ( Been using it for a while)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: AGAIF BestTradingChartSetup 9-30-24 http://tos.mx/!ayok5Szv
Chart Look:
Here is some further narration.
AGAIG Best Trading Chart Setup Update
I have added a couple of things to this chart. Added is the 9:55 “Time To Trade Heads Up” (30 min ORB coming to a finish and methinks the first two changes in direction may be the best trades of the day?) and I have also added a Revamped Oscillator showing on Lower and Overlaid on my Lowered Squared Histogram. The Histogram coordinates with the upper Long/Short Bubbles and the Oscillator shows previous candle movement as well as current candle movement. I will usually enter a trade when the Red/Green Heikin Ashi Candle first shows and is corroborated by my Long/Short Bubble and/or another change in direction indicator.
Heikin Candles Overview
Let’s review Heikin Candles so as to better understand them.
A Green Candle is Bullish. It should be Flat on the bottom with wick protruding up from top of candle. The wick shows continuing direction movement. As the Candle moves up you would like for each candle to be larger and close above previous candle (acceleration is body growing in length). If you start getting a wick showing on the bottom as well as top momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size as well as closing below last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
A Red Candle is Bearish. It should be Flat on Top with wick protruding down from bottom of candle. The wick shows continuing direction movement. As the Candle moves down you would like for each candle to be larger and close below previous candle (acceleration is body growing in length). If you start getting a wick showing on the top as well as bottom momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size and closing above last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
Hi,
I am trying to create a scanner on daily basis using ......_indicator4(attached screenshot for complete study name), but it's giving error. Can you please help?
script I am using gives long and short signals, I wanted to create a scanner when long signal appears as per attached screenshot.
@csricksdds, I know it's complex to use scanner based on "Long" and "Short" , will it be possible to use it for daily scanner?
Do we need to adjust the times in the indicators for PST time zone?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 http://tos.mx/!ayok5Szv
Chart Look:
Here is some further narration.
AGAIG Best Trading Chart Setup Update
I have added a couple of things to this chart. Added is the 9:55 “Time To Trade Heads Up” (30 min ORB coming to a finish and methinks the first two changes in direction may be the best trades of the day?) and I have also added a Revamped Oscillator showing on Lower and Overlaid on my Lowered Squared Histogram. The Histogram coordinates with the upper Long/Short Bubbles and the Oscillator shows previous candle movement as well as current candle movement. I will usually enter a trade when the Red/Green Heikin Ashi Candle first shows and is corroborated by my Long/Short Bubble and/or another change in direction indicator.
Heikin Candles Overview
Let’s review Heikin Candles so as to better understand them.
A Green Candle is Bullish. It should be Flat on the bottom with wick protruding up from top of candle. The wick shows continuing direction movement. As the Candle moves up you would like for each candle to be larger and close above previous candle (acceleration is body growing in length). If you start getting a wick showing on the bottom as well as top momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size as well as closing below last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
A Red Candle is Bearish. It should be Flat on Top with wick protruding down from bottom of candle. The wick shows continuing direction movement. As the Candle moves down you would like for each candle to be larger and close below previous candle (acceleration is body growing in length). If you start getting a wick showing on the top as well as bottom momentum may be slowing and may be signaling a change in direction (also probable change if showing candle shrinking in size and closing above last candle). A candle with wicks protruding evenly both sides is most likely a change in direction.
@csricksddsI use changes in direction to exit trades...two, or more, indicators in agreement
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
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.
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.