NexusFi: Find Your Edge


Home Menu

 





Sierra ACSIL Webinar Request


Discussion in Sierra Chart

Updated
      Top Posters
    1. looks_one marts01 with 3 posts (10 thanks)
    2. looks_two Trembling Hand with 2 posts (2 thanks)
    3. looks_3 Capacitator with 2 posts (1 thanks)
    4. looks_4 Sc1entia with 1 posts (0 thanks)
      Best Posters
    1. looks_one marts01 with 3.3 thanks per post
    2. looks_two bobwest with 2 thanks per post
    3. looks_3 amoeba with 2 thanks per post
    4. looks_4 Trembling Hand with 1 thanks per post
    1. trending_up 6,333 views
    2. thumb_up 18 thanks given
    3. group 22 followers
    1. forum 28 posts
    2. attach_file 0 attachments




 
Search this Thread

Sierra ACSIL Webinar Request

  #21 (permalink)
 Sc1entia 
Dublin
 
Experience: Intermediate
Platform: MultiCharts
Broker: IB
Trading: Futures & Forex
Posts: 6 since May 2010
Thanks Given: 4
Thanks Received: 3

+1

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Quant vue
Trading Reviews and Vendors
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
 
  #22 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,495
Thanks Received: 26,291

I am a little skeptical about the practicality of a webinar on SierraChart programming (ACSIL -- Advanced Custom Study/System Interface and Language), but the person who needs to know that there is an interest is Terry Turner ( @tturner86 ), who runs the webinars on FIO. (Now that he's been tagged, he'll see this thread, if he hasn't already, and will know that people are asking about it.

Why am I skeptical? Well, while it's straightforward enough if you're already a programmer and are willing to wade through the gnarly documentation, it's probably going to be pretty hairy for most who try it.

Also, Sierra would have to be willing to put together a presentation.

As an alternative, there is a spreadsheet-based interface in SierraChart that allows people to do some basic indicator and strategy tasks, and this might be more suitable.

I count 6 existing webinars in the webinar section on SierraChart, including one on automation with the spreadsheet interface, so they have provided webinars for FIO in the past. Probably things have changed enough since then to warrant an update.

Since there seems to be a demand, perhaps Terry can get something going. SierraChart is a good platform, and is used by a lot of traders here, I know. Also, my skepticism may be wrong. Not the first time....

Bob.

Reply With Quote
Thanked by:
  #23 (permalink)
 
amoeba's Avatar
 amoeba 
Sydney, NSW, Australia
 
Experience: Intermediate
Platform: Sierra Chart, Python, C#
Broker: Interactive Brokers
Trading: MJNK, ASX, SPI
Posts: 205 since Jan 2014
Thanks Given: 98
Thanks Received: 284



bobwest View Post
I am a little skeptical about the practicality of a webinar on SierraChart programming (ACSIL -- Advanced Custom Study/System Interface and Language), but the person who needs to know that there is an interest is Terry Turner ( @tturner86 ), who runs the webinars on FIO. (Now that he's been tagged, he'll see this thread, if he hasn't already, and will know that people are asking about it.

Why am I skeptical? Well, while it's straightforward enough if you're already a programmer and are willing to wade through the gnarly documentation, it's probably going to be pretty hairy for most who try it.

Also, Sierra would have to be willing to put together a presentation.

As an alternative, there is a spreadsheet-based interface in SierraChart that allows people to do some basic indicator and strategy tasks, and this might be more suitable.

I count 6 existing webinars in the webinar section on SierraChart, including one on automation with the spreadsheet interface, so they have provided webinars for FIO in the past. Probably things have changed enough since then to warrant an update.

Since there seems to be a demand, perhaps Terry can get something going. SierraChart is a good platform, and is used by a lot of traders here, I know. Also, my skepticism may be wrong. Not the first time....

Bob.

This is very true, if one has tried TradeStation / NinjaTrader and found it difficult, SierraChart will be at least 10x more so again.

It is straight c++ with old school notepad compiler, super powerful for dev's, not much for non programmers.

Best place to start is a c++ crash course; like this free one from google search: https://www.udemy.com/free-learn-c-tutorial-beginners/

Reply With Quote
Thanked by:
  #24 (permalink)
 Trembling Hand 
Melbourne, Land of Oz
 
Experience: Advanced
Platform: Sierra Chart, CQG
Broker: CQG
Trading: HSI
Posts: 246 since Jun 2011
Thanks Given: 28
Thanks Received: 360

I would be willing to throw together a few webinars if people can put up some suggestions about what they would like to see, outside the basic setup.

Follow me on Twitter Reply With Quote
Thanked by:
  #25 (permalink)
 marts01 
Philippines
 
Experience: Beginner
Platform: Sierra
Trading: Futures/Bund
Posts: 20 since Mar 2013
Thanks Given: 50
Thanks Received: 29

I believe is depends upon how much in depth you'd want to get into the indicators. But a quote from Sierra's Website;

https://www.sierrachart.com/index.php?page=doc/AdvancedCustomStudyInterfaceAndLanguage.php

"The C++ language provides a lot of functionality, but in almost all cases you will only be using the basics of it when working with ACSIL. Therefore, only a minimum of the C++ language is used when creating an advanced custom study. Primarily operators, simple variables, and basic control statements like if.

What you would be working with is similar to languages in other charting and trading programs."

Started this thread Reply With Quote
  #26 (permalink)
 
Capacitator's Avatar
 Capacitator 
Lyon/France
 
Experience: Beginner
Platform: Sierra Chart
Trading: Eurex Futures
Posts: 11 since Aug 2017
Thanks Given: 9
Thanks Received: 2


Trembling Hand View Post
I would be willing to throw together a few webinars if people can put up some suggestions about what they would like to see, outside the basic setup.

Hello,
Personally, I'd like to know more about these basics:
- the most important assertions and recommendations concerning the installation of an IDE to compile Sierra compatible dll-studies (not an IDE' installation from scratch).
- the ACSIL C++ classes hierarchy.
- the description of ACSIL C++ classes i.e. the responsibility of each of them, with an example (even in pseudo-code).
- an example with more advanced graphic customization using the Windows GDI+.
- from inside an ACSIL dll, an example of calling a function within another dll (which could contain serialized calculation routines), to see how to write and reuse thematic dlls, by several ACSIL dlls.

Regards.

Reply With Quote
Thanked by:
  #27 (permalink)
 Trembling Hand 
Melbourne, Land of Oz
 
Experience: Advanced
Platform: Sierra Chart, CQG
Broker: CQG
Trading: HSI
Posts: 246 since Jun 2011
Thanks Given: 28
Thanks Received: 360


marts01 View Post
I believe is depends upon how much in depth you'd want to get into the indicators.

My assumption from the comments was that SierraChart is too bewildering for beginners when compared to NT and the like.

I actually think it is easier once you know a few of the basics. Granted the gnarly docs do not help and it doesn't have a setup wizard to get you started like NT but I believe it is actually far simpler once you are up and running, Especially compared to NT8.

Follow me on Twitter Reply With Quote
Thanked by:
  #28 (permalink)
cjb3
Charleston, WV USA
 
Posts: 1 since Jun 2018
Thanks Given: 2
Thanks Received: 0

+1

Reply With Quote
  #29 (permalink)
abt23
Amsterdam Netherland
 
Posts: 1 since Jul 2018
Thanks Given: 1
Thanks Received: 0

Some setup you can find already on youtube - Sierra Chart Visual Studio Getting Started

Reply With Quote




Last Updated on July 6, 2018


© 2024 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 - Privacy Policy - Downloads - Top
no new posts