(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.
Hey forum, My first question, so I hope I am asking it in the right forum. I am using a proprietary indicator that I bought in Tradestation 8.8. I like the results, but would like to "dumb" some of the data to excel for further analysis. When I do this in my own indicators I use a FileAppend function in easy language. As this indicator is "locked" with no access to the source code I am wondering if anyone has any advice as to how I might access it from one of my indicators. The values of the indicator are posted in the data window so there must be a way to get at that data? Any ideas would be most appreciated. Thanks!! RambleDog
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.
You could try to get the indicator from the source written as a function and then reference the output in your own indicator which you could use the FileAppend
There might be a way to reference the output without converting it to a function....maybe someone else has some ideas.
This post has been selected as an answer to the original posters question
I have a couple of questions.
1. Is this strictly a visual indicator, or do they give you information that allows you to program it into a strategy.
2. Is the name of the indicator value shown? For instance, have you tried writing an indicator or strategy that uses fileappend outputting the variable name of the object in the data window?
This post has been selected as an answer to the original posters question
In all versions of TradeStation it is quite easy to get all the data from any chart, including indicator values.
Simply load the chart for the period of interest, add/plot the indicators of interest and then from view on the menu bar select data window. From the data window you can save all of the data on the chart into a comma delimited file which is easily imported into Excel or any other spreadsheet or database.
Thanks for all the great replies. I went the Data Window Route and it worked great. I also found that the developer had already developed functions so it was a double win. Thanks