Tutorial For Building Your First SierraChart C++ Custom Study

  Рет қаралды 9,650

Frozen Tundra Trader

Frozen Tundra Trader

Күн бұрын

github.com/FrozenTundraTrader...
03/18/2022
This video will walk you through the basic steps to build your very first SierraChart custom study in c++, how and where to save the files, and how to use the SC remote compiler to build your study.
This is not meant as an in depth tutorial, but just how to get things set up and running for those who are just learning coding or SC development.

Пікірлер: 51
@mikesara7032
@mikesara7032 2 жыл бұрын
Thank you for this information it helps a lot for a beginner, keep up these videos!!
@googiek9351
@googiek9351 2 жыл бұрын
Nice, thanks for sharing your knowledge with us, keep bringing us all the love
@traderfuz
@traderfuz 2 жыл бұрын
The most direct and consise tutorial for beginners I have seen so far. Thanks!!
@Jmf_tattoo
@Jmf_tattoo 2 жыл бұрын
Thanks for these! They help a ton
@tulanch
@tulanch Жыл бұрын
From tiny acorns grow mighty trees. This is an excellent hello world tutorial. Next up is to dig into the Sierra ACSIL docs. One can also check out example code included in the local Sierra source files. With those example and knowing how to compile a study you can then learn how make your own simple moving average study. Your tutorial is really cool.
@mittalpa
@mittalpa Жыл бұрын
Great start.. thanks!
@idrissyed
@idrissyed Жыл бұрын
Really helpful thanks!
@josemendoza1575
@josemendoza1575 2 жыл бұрын
This was great I learned alot
@weltensegLA
@weltensegLA Жыл бұрын
Very helpful! thank you so much! Please Sir, I want some more! :)
@adarshaaryal3527
@adarshaaryal3527 Жыл бұрын
Thank you master !
@MarkAsky147
@MarkAsky147 Жыл бұрын
Thank you so much man.
@SK-xr7up
@SK-xr7up Жыл бұрын
Great Video
@ip1863
@ip1863 2 жыл бұрын
lol 10:15 in " now the study doesn't really do anything..." soul crush
@FrozenTundraTrader
@FrozenTundraTrader 2 жыл бұрын
Ha :) What kind of things would be useful to demonstrate for the followup video? Any suggestions?
@ft122
@ft122 2 жыл бұрын
Great intro!
@Antonio_beats
@Antonio_beats Жыл бұрын
Hello great tutorial! Do you know how to put indicate time and sales in the graph with a custom study? Do you know if it is possible?
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
Hi Benderman, I'm not sure I understood your question? I made a tape reading study that I think does what you're asking, there is even a video I made on it called "Pace of Tape".
@Antonio_beats
@Antonio_beats Жыл бұрын
@@FrozenTundraTrader I'm looking for a studio that perfectly replicates the tape to be able to put it on the spreadsheet and automate, I tried with large volume and with tape volume the original Sierra chart and they don't replicate the tape anyway I talked to support and they told me I had to do it at Through a custom study that's how I ended up herekzbin.info/www/bejne/hX-uqYarhKithpY
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
I am very confused @Benderman. The KZbin link you posted is a documentary of Skid Row in Los Angelos, CA, USA, in Spanish? "I'm looking for a studio that perfectly replicates the tape to be able to put it on the spreadsheet and automate" - I'm not even sure what you're asking here to be honest.
@Antonio_beats
@Antonio_beats Жыл бұрын
@@FrozenTundraTrader maybe I'm wrong, he speaks Spanish and sometimes the translator plays tricks on me i mean i am looking for a custom studio for sierra chart that has the same options as tape
@carlitosaleman4199
@carlitosaleman4199 Жыл бұрын
I have a question on some graphs I want to make similar im just not quite sure on how exactly to do it they’re running on sierra chart is it possible to send you a pic on how they look? Maybe you can Help me?
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
Hi Carlitos, you can reach me in FatCat's discord room, just find the link in any of his KZbin video descriptions.
@HockeyTownRheintal-yp4ur
@HockeyTownRheintal-yp4ur Жыл бұрын
Hello frozen! What could be the problem if nothing happens when I press the remote build button? I wrote the code in Notepad++. I try to find an answer on sierrachart support page but not working? Thanks
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
Let's go Red Wings. I'm not sure what you mean by "nothing happens"? Is the menu option enabled? Does the Remote Build log say nothing? Can you find me on Discord and share a screenshot of what you're seeing?
@luiscunha844
@luiscunha844 3 ай бұрын
Thanks a lot Sir Coded in VStudio and built DLL in SC, but at min 9 when adding custom study appears in msg log no custom study function names found in tutorial 1 internal function to file name map is empty Any hint? Was my 1st time coding c++ in VStudio
@FrozenTundraTrader
@FrozenTundraTrader 3 ай бұрын
I think you skipped or missed some parts of the video. I'm not using VS or it's compiler. I'm using the SC remote compiler which is much easier for beginners to get started than VS. If it's your first time using c++ maybe use the remote compiler like I instruct in the video, rather than a more advanced setup with VS which will require more work to get set up.
@luiscunha844
@luiscunha844 3 ай бұрын
Thank you Sir @@FrozenTundraTrader
@faizannazrawi2657
@faizannazrawi2657 2 жыл бұрын
Can you please 🙏 Add a parameter controlled by the user for the quantity amount to trade (how much to trade each time something happens in Sierra Charts).
@FrozenTundraTrader
@FrozenTundraTrader 2 жыл бұрын
Hello Faizan, not sure I understand your question? Did you look at the documentation on SC's website? www.sierrachart.com/index.php?page=doc/ACSILTrading.html#s_SCNewOrder This structure explains how to set the order quantity.
@pratyakshsinha6292
@pratyakshsinha6292 2 жыл бұрын
I also applied for that internship bro
@nevanncopeland8093
@nevanncopeland8093 Жыл бұрын
so I wrote your tutorial code, and then put in my code below it that i Had for a study idea i came up with, now it's telling me that "Source file is missing"
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
Can you post your question in the #coding channel in FatCat's Discord along with screenshots?
@YyNRCyY
@YyNRCyY Жыл бұрын
@@FrozenTundraTrader I sure can, thank you for even responding, I will do this around sometime tomorrow. going to start reading C++ primer rn, day 1 of the coding journey. hahaha, thanks again
@pratyakshsinha6292
@pratyakshsinha6292 2 жыл бұрын
My studies option has been disabled how to enable it?
@FrozenTundraTrader
@FrozenTundraTrader 2 жыл бұрын
@Pratyaksh Sinha - if you go to the menu Analysis > Studies, it is disabled? You'll need to create a post on Sierrachart support board and ask for help. I have never seen that happen.
@pratyakshsinha6292
@pratyakshsinha6292 2 жыл бұрын
@@FrozenTundraTrader Thanks very much for the reply actually I hadn't selected any symbol that's why it was disabled.
@eldnitj
@eldnitj Жыл бұрын
I don't know how else to contact you but I used your Pace of Tape study for a bout a week and now it doesn't show up even though it is in my list of studies. Is it only free for a few days? Thanks
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
Hi Jeff, please see the FAQ on this channel's About page. No, I don't sell anything. The study and it's code are free for everyone. Likely there is a symbol, data, or configuration issue causing whatever the problem is. Look at the FAQ, reach me on Discord, or post more info about what symbol, bar period, data feed, etc you're trying to use.
@eldnitj
@eldnitj Жыл бұрын
@@FrozenTundraTrader Failed to get the function address for scsf_PaceOfTape in C:\SierraChart\Data\PaceofTape.dll. Error: Windows error code 127: The specified procedure could not be found. | 2023-04-22 11:54:36.590 *
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
@@eldnitj Where are you seeing this error? In SierraChart when trying to load a chart? In SierraChart when trying to remote compile using the Build->Remote Compiler? In Visual Studio? Elsewhere?
@FrozenTundraTrader
@FrozenTundraTrader Жыл бұрын
@@eldnitj Did you rename one of the files recently? Or move the DLL recently? Or re-build it recently? Or switch SC instances?
@eldnitj
@eldnitj Жыл бұрын
@@FrozenTundraTrader A guy took my chartbook and built a study for me. He changed the name of the chartbook but I had the Pace of Tape study on my original chartbook and it won't work with that one either.
@yonatanalony4233
@yonatanalony4233 3 ай бұрын
Hi! There's a function i want to develop for sierra charts but i don't deal with coding. I'll be happy to explain it to you and get an offer for it. Please let me know if it might interest you. Thanks!
@FrozenTundraTrader
@FrozenTundraTrader 3 ай бұрын
Hello Yonatan, you can find my contact information in the FAQ in the About section of this KZbin channel. I am only taking on automated trading strategy projects at this time.
Google Sheets CSV Importer | SierraChart Custom C++ Study
10:57
Frozen Tundra Trader
Рет қаралды 2,6 М.
Sierra Chart Coding Tutorial 2 | Subgraphs | Custom C++ Study
28:53
Frozen Tundra Trader
Рет қаралды 3,3 М.
Sprinting with More and More Money
00:29
MrBeast
Рет қаралды 134 МЛН
He tried to save his parking spot, instant karma
00:28
Zach King
Рет қаралды 18 МЛН
Bash Scripting on Linux (The Complete Guide) Class 03 - Variables
24:46
Tutorial 4 - Drawing With Code | Sierra Chart Custom C++ Study
28:29
Frozen Tundra Trader
Рет қаралды 2 М.
What Makes the iGRID Indicator Different?
15:02
GRID Algo
Рет қаралды 536
AMD Scalp Long & Whale Fat Fingered In AMZN? | Live Day Trading
19:51
Frozen Tundra Trader
Рет қаралды 130
Best 15 Minute Chart Trading Strategy 👑 #shorts
0:49
Power of Trading
Рет қаралды 763 М.
Denali Data Feed
11:03
Sierra Chart
Рет қаралды 10 М.
Sprinting with More and More Money
00:29
MrBeast
Рет қаралды 134 МЛН