(If you already have an account, login at the top of the page)
futures io is the largest futures trading community on the planet, with over 100,000 members. At futures io, our goal has always been and always will be to create a friendly, positive, forward-thinking community where members can openly share and discuss everything the world of trading has to offer. The community is one of the friendliest you will find on any subject, with members going out of their way to help others. Some of the primary differences between futures io and other trading sites revolve around the standards of our community. Those standards include a code of conduct for our members, as well as extremely high standards that govern which partners we do business with, and which products or services we recommend to our members.
At futures io, our focus is on quality education. No hype, gimmicks, or secret sauce. The truth is: trading is hard. To succeed, you need to surround yourself with the right support system, educational content, and trading mentors – all of which you can find on futures io, utilizing our social trading environment.
With futures io, you can find honest trading reviews on brokers, trading rooms, indicator packages, trading strategies, and much more. Our trading review process is highly moderated to ensure that only genuine users are allowed, so you don’t need to worry about fake reviews.
We are fundamentally different than most other trading sites:
We are here to help. Just let us know what you need.
We work extremely hard to keep things positive in our community.
We do not tolerate rude behavior, trolling, or vendors advertising in posts.
We firmly believe in and encourage sharing. The holy grail is within you, we can help you find it.
We expect our members to participate and become a part of the community. Help yourself by helping others.
You'll need to register in order to view the content of the threads and start contributing to our community. It's free and simple.
Hello folks, Having trouble trying to use ATR trailing stop in conjunction with a hard stop. Looking for some code that will say "if equity positive on current trade then use ATR trailing stop.If equity negative on current trade then use hard stop.
Another thought would be to say if trade is x number of emini points higher than where I bought then use ATR, If not then use hard stop. This might be the better way to go..
Right now I am using setpercenttraling which I don't think is reliable in back testing and need to move this to an ATR type of trailing stop.
Thank you for your time
Last edited by robz75; September 15th, 2014 at 01:48 PM.
Reason: error
Quick Summary is created and edited by users like you... Add FAQ's, Links and other Relevant Information by clicking the edit button in the lower right hand corner of this message.
what code have you written so far that gives you the trouble? If you post is I am sure someone is able to steer you into the right direction.
What makes you think setpercenttrailing is not reliable in backtesting and why would the ATR not be affected by the exact same thing then?
I am working with a developer who has won the futures championship a number of times. He has some concerns about setpercent trailing. What he had me do was to use on my 60 bar chart the 1 min LIBB.This does reduce the net profit by more than half. I guess that is what it is.My what my concern is that I could be leaving profit on the table and from what some of my back testing has shown me is that the ATR trailing helps with that.Give me a higher net profit per trade.
Also on the tradestaion site there are a number of posts from tradestation saying it is not the best thing to use.
Yes, in my opinion you should always use the LIBB feature in backtesting with the highest granularity possible (unless your strategy won't be affected by that, but when you use the build in reserved words for profit and stops the results without LIBB are almost always too good and not accurate) as this will help you quickly rule out backtesting fallacies that are caused by wrong platform assumptions.
Depending on your implementation of the ATR and the bar status when you take/exit trades using LIBB might be a good idea there, too.
like I wrote I would need to see the code that you wrote so far for the ATR and that is giving you the trouble to be able to steer you into the right direction. Did you look into the reserved word openpositionprofit for example?
yes I have played with that a bit(openpositionprofit) but prob need to look into it further.Let me put the code together for the ATR and send it to you
I am just worried about posting the entire strategy on this site. I just opened up the canned ATR trailstop in TS.Any thoughts on how to do what it mentions on the notes below?
NOTE: This is not a strict trailing stop because the stop can actually loosen
sometimes instead of always tightening. To convert to a strict trailing stop,
ATRCalc should be fixed at the entry-bar for each position.