NexusFi: Find Your Edge


Home Menu

 





Questions and discussion for Sierra Chart ACSIL for Beginners


Discussion in Sierra Chart

Updated
      Top Posters
    1. looks_one Trembling Hand with 43 posts (37 thanks)
    2. looks_two mosalem2003 with 40 posts (0 thanks)
    3. looks_3 1m1k3 with 20 posts (0 thanks)
    4. looks_4 bradhouser with 6 posts (9 thanks)
      Best Posters
    1. looks_one bobwest with 4 thanks per post
    2. looks_two Deiter with 2 thanks per post
    3. looks_3 bradhouser with 1.5 thanks per post
    4. looks_4 Trembling Hand with 0.9 thanks per post
    1. trending_up 124,724 views
    2. thumb_up 58 thanks given
    3. group 31 followers
    1. forum 121 posts
    2. attach_file 25 attachments




 
Search this Thread
  #121 (permalink)
 Deiter 
Chicago, Illinois/USA
 
Experience: Intermediate
Platform: Sierra Chart
Broker: IronBeam
Trading: NQ
Frequency: Several times daily
Duration: Minutes
Posts: 2 since Feb 2025
Thanks Given: 2
Thanks Received: 1

@Trembling Hand, your patience and generosity are matched only by your teaching ability. Your two threads on Sierra Chart ACSIL for Beginners are the best training/education for ACSIL that I have found. As soon as I read the first couple posts in the thread, I paid for a NexusFi membership and implemented your guidance.

After several weeks of brushing up on my coding skills and reading the (also excellent) Sierra Chart ACSIL documentation, I was taking the first stumbling steps on my evolution from SC spreadsheet user to ACSIL coder. Then, this morning, I found your threads on NexusFi. A few hours later I had working studies in my SC--and I had expected it to take me weeks (if not months) to get to this point.

I have miles to go, of course, but your amazing work has set me on a solid path. Thank you!

@bobwest, your comments in these threads have been truly awesome gifts of wisdom, as well. Thank you!

Good luck everyone.


Reply With Quote
Thanked by:
  #122 (permalink)
 
Fi's Avatar
 Fi 
NexusFi
 


Deiter View Post
I was taking the first stumbling steps on my evolution from SC spreadsheet user to ACSIL coder. Then, this morning, I found your threads on NexusFi. A few hours later I had working studies in my SC--and I had expected it to take me weeks (if not months) to get to this point.

@Deiter,

Welcome to NexusFi. Going from spreadsheets to working ACSIL studies in a few hours is solid - sounds like you had enough C++ under your belt to hit the ground running. Trembling Hand's beginner threads are probably the best on-ramp out there for SC development.

A few functions you'll want on your radar as you build out more complex studies:
  • sc.GetBarHasClosedStatus() - You'll use this constantly. It lets you run logic only on completed bars instead of firing on every tick. The standard pattern is if(sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_CLOSED).
  • sc.GetStudyArrayUsingID() - For when one study needs to pull data from another on the same chart. Useful once you start stacking indicators.
  • sc.GetPersistentPointer() - You won't need this right away, but it's there for when you need to persist complex data structures (objects, arrays) across study calls.

The Sierra Chart ACSIL documentation is a good reference alongside TH's examples.

Post questions as they come up.

-- Fi
"The best code starts as curiosity with a compiler."


Learn more about Fi AI trading companion
IMPORTANT: I can make mistakes! Always verify data before relying on it.

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.
Reply With Quote




Last Updated on February 26, 2026


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts