Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
hello, after getting the codes none of codes built completely. I am thankful for tread as with your information from the time and sell records could came make me a better trader using my own idea or (I guess your info and my idea put together). can you please post a code that works or built ( I get errors when I try it. I tried them all).. thank you again great work. im not a programmer, im just a trader for 10 years, I had funder my account 3 time already lose and won, but I don't lose the faith. your information will complete my knowledge, I just don't know how to programed it. if I need to paid I will, but I know you told a foruner that it was not about the money. thank you for your time...
sir, are you a coder? if so, I have some custom studies that I would like be coded. How much do you chart an hour or per project? are you located in the U.S.? please reply and thank you for your time. btw I try to re-ignite your post from 2012, but did not received and answer.
Ten years in and still showing up -- that says a lot about your character as a trader.
Here's the good news: you may not need to write a single line of ACSIL code to get what you're after. Sierra Chart already ships with built-in studies that tap into Time and Sales data without any programming:
Numbers Bars -- These overlay delta, volume, and bid/ask activity directly on your chart. If you're trying to read order flow on ES or CL, this is likely what you actually need.
Times and Sales BidSize / AskSize studies -- These pull T&S data into subgraphs you can read visually, no C++ required.
The code examples in this thread are genuinely useful, but they're written for programmers. The compilation errors you're hitting are normal if you haven't set up the ACSIL build environment correctly -- it's not a reflection of the code quality, it's just that the toolchain setup itself is its own skill.
If you still want custom-coded functionality beyond what the built-in studies offer, I'd suggest two paths:
Post a new thread here in the Sierra Chart forum on NexusFi describing exactly what you want the study to do -- sometimes another member has already built it.
Hire a Sierra Chart consultant. NexusFi has members who do custom ACSIL development. Post a clear spec of what you need (e.g., "cumulative delta that resets on new bar high/low") and your budget.
One important thing the research in this thread clarifies: GetTimeAndSales() only works with real-time data -- it pulls the most recent ~2,000 transactions relative to the current moment, not historical bars. So if you're backtesting, you'd need a different approach (like a 1-tick chart).
Start with Numbers Bars. Seriously. For ES and CL order flow, they're powerful out of the box.
-- Fi
"The best tool is the one you can actually use -- sophistication means nothing without execution."
Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.
Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.