Archives: RSM Indicator for ThinkorSwim

Status
Not open for further replies.
Solid work here guys @cos251, @Joseph Patrick 18, @SuryaKiranC, @RickAns, @TradeUp

I was curious why yall chose to use Wilders on the SlowK, Exponential on the RSI and Weighted on the MACD?

i read his book along with the pdf that was posted here:

https://usethinkscript.com/threads/rsm-indicator-for-thinkorswim.5407/post-50775

and none of those settings are mentioned. Maybe i skimmed thru that part.

regardless great work!!. i just toggle the indicators to my liking
I personally use the settings mentioned in the book (except SlowD, I made the changes in one version of the script and compared to slowK and slowK gets me in on average 1 day earlier.) and I have had great success swing trading the strategy. The code base in this thread is awesome, but my opinion is that most of the adapted settings should be set to the original considering that’s how the strategy was tested by Markus. That‘s what I use and it works well, obviously changes can be made as you actually trade the strategy live and based on data you personally collect. This is an awesome project, and I thank all of the contributors for their hard work.
 
Anyone know how to show the adr plots for all hours of the day and not just "regular Trading Start/End". (I'm using it for futures)

**Edit I figured it out.


Code:
##Original##
def afterStart = GetTime() > RegularTradingStart(GetYYYYMMDD());
def beforeEnd = GetTime() < RegularTradingEnd(GetYYYYMMDD());

##Updated##
def afterStart = SecondsFromTime(0) > 0;
def beforeEnd = SecondsTillTime(2350) >= 0;


Awesome job guys I love it.
 
Anyone know how to show the adr plots for all hours of the day and not just "regular Trading Start/End". (I'm using it for futures)

**Edit I figured it out.


Code:
##Original##
def afterStart = GetTime() > RegularTradingStart(GetYYYYMMDD());
def beforeEnd = GetTime() < RegularTradingEnd(GetYYYYMMDD());

##Updated##
def afterStart = SecondsFromTime(0) > 0;
def beforeEnd = SecondsTillTime(2350) >= 0;


Awesome job guys I love it.
Change "ShowTodayOnly" to no.
 
I personally use the settings mentioned in the book (except SlowD, I made the changes in one version of the script and compared to slowK and slowK gets me in on average 1 day earlier.) and I have had great success swing trading the strategy. The code base in this thread is awesome, but my opinion is that most of the adapted settings should be set to the original considering that’s how the strategy was tested by Markus. That‘s what I use and it works well, obviously changes can be made as you actually trade the strategy live and based on data you personally collect. This is an awesome project, and I thank all of the contributors for their hard work.
@trendr

So just for clarity

you have
RSI 7 Wilders
SlowK 14,3,simple
and
MACD exponential?
 
@tron and @trendr , I use the original stop plus an adapted 1.5 ATR daily Trailing Stop that follows the original Entry Signal given by PowerX. Have it set up to use as a daily stop to give as much retracement as the original position. Each day as the price goes up (hopefully) it follows by the original amount. As well as a trailing hourly (or 30 min) Stop to give a warning if the price moves down enough for me to watch it more closely. It might not be perfect but it gives me a nice perspective on what the price movement is doing on my intra day charts.


@BigMiniFridge good to see another fan of the PowerX system. Glad to hear you like it enough to have been using for some time. I still consider myself somewhat new to it but am liking it. I still enjoy watching Markus' videos to get his input on the days events.


@waltj Maybe I overlooked it but do you have reason to think that Markus is using something other than 'Wilders on the SlowK, Exponential on the RSI and Weighted on the MACD?' If so please say. I would be willing to swap over to the different calculations to see how they do.
 
@waltj Maybe I overlooked it but do you have reason to think that Markus is using something other than 'Wilders on the SlowK, Exponential on the RSI and Weighted on the MACD?' If so please say. I would be willing to swap over to the different calculations to see how they do.
My only reason would be based on my TOS settings

My defaults are MACD Exponential

RSI Wilders

and Stoch Slow Simple

I realize Markus is using TradingView and from what i know of TV(which isnt very much) there are no adjustments from wilders to exponential, simple etc. I dont know what the TV defaults are for the indicators used. So im basing everything on TOS
 
Good call on that, @waltj . I had not noticed that before and just went in to thinkorswim to check. You are right about the ToS defaults for those indicators. I do think that in the early days of this that some settings were adjusted to make the charts seem to line up with what was seen from the pdf article. I am going to test with changes. Thanks for bringing this up. Anything else you notice, please say.
 
Good call on that, @waltj . I had not noticed that before and just went in to thinkorswim to check. You are right about the ToS defaults for those indicators. I do think that in the early days of this that some settings were adjusted to make the charts seem to line up with what was seen from the pdf article. I am going to test with changes. Thanks for bringing this up. Anything else you notice, please say.
Absolutely.

Please, also share your results from your tests.

Cheers
 
Just some current swings I am in so you can see my setup. Ignore colors etc... just cosmetic changes $GM, $UUUU I have several more I am currently in but it boils down to trading the strategy so you can build confidence in it with appropriate risk to your account so you can follow the plan.
 
I'm not a coder but If someone wants to help me out with a few custom changes. e.i adding % adjustable stop default (8%) along with the 1.5 ATR Stop and 20% - 25% (William O'Neil) target and 6ATR I would be forever grateful :) Lol I have to manually add those.
 
Just some current swings I am in so you can see my setup. Ignore colors etc... just cosmetic changes $GM, $UUUU I have several more I am currently in but it boils down to trading the strategy so you can build confidence in it with appropriate risk to your account so you can follow the plan.
I mostly swing trade options on equities, but I even trade some OTC with the strategy. $FDMSF today.
 
There are no moving averages used in this indicator. if you are referring to a specific comment, somebody's screenshot, I Suggest tag them to get a faster response.

-S
I mean the moving average related setting of the indicator like stochastic simple, weighted or exponential. Do u suggest default setting or any changes?
 
@tron and @trendr , I use the original stop plus an adapted 1.5 ATR daily Trailing Stop that follows the original Entry Signal given by PowerX. Have it set up to use as a daily stop to give as much retracement as the original position. Each day as the price goes up (hopefully) it follows by the original amount. As well as a trailing hourly (or 30 min) Stop to give a warning if the price moves down enough for me to watch it more closely. It might not be perfect but it gives me a nice perspective on what the price movement is doing on my intra day charts.


@BigMiniFridge good to see another fan of the PowerX system. Glad to hear you like it enough to have been using for some time. I still consider myself somewhat new to it but am liking it. I still enjoy watching Markus' videos to get his input on the days events.


@waltj Maybe I overlooked it but do you have reason to think that Markus is using something other than 'Wilders on the SlowK, Exponential on the RSI and Weighted on the MACD?' If so please say. I would be willing to swap over to the different calculations to see how they do.
@RickAns - I actually reached out to Markus during one of his live streams and asked the same question. He likes to lock in the ADR at the time the trade is made. For simplicity, I totally get it, but I have seen some pretty noteworthy changes in ADR from one day to the next. So your method intrigues me......
 
Status
Not open for further replies.

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
429 Online
Create Post

Similar threads

Similar threads

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