Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

ash_s_83

Sierra Chart Programmers??

Recommended Posts

Hi,

 

I have a trading strategy that needs to be programmed in Sierra Chart. If you have some experience with coding in Sierra Chart platform, please email me and we can discuss the details. This project has several stages, each with its own remuneration.

 

Thanks,

Ash

Share this post


Link to post
Share on other sites
Hi,

 

I have a trading strategy that needs to be programmed in Sierra Chart. If you have some experience with coding in Sierra Chart platform, please email me and we can discuss the details. This project has several stages, each with its own remuneration.

 

Thanks,

Ash

 

sierra charts is one of the most difficult to program.

 

for the long run, it is better to ditch the program now and get something easier.

 

don't wait until you have lots of time and money invested in it to change.

Share this post


Link to post
Share on other sites

Pay no attention to Tams.

 

He claims to come (physically or spiritually, who knows) from Geelong. As such his posture of certainty is to be expected even though he usually speaks with little or no knowledge or wisdom.

 

You are right of course to wonder why one would reply to any of his posts. Think of this as an aberration in a good cause.

 

 

 

 

 

 

 

 

:wtf:

Edited by Kiwi

Share this post


Link to post
Share on other sites

It probably depends a lot on how well the platform does what you want initially.

 

I have developed strategies on tradestation, Amibroker and Sierra Chart. Amibroker and Sierra Chart are very similar in their language (you can write code for one and move it to the other with very few changes) and Amibroker is much loved by testers. Actually esignal also has a lot of code structure similarity as well. What I don't know is how good their renko is and that might make starting with Sierra easier.

 

Amibroker is fantastic for fast backtesting but Sierra is much better at providing a reliable interface for real time trading, and with a lot of brokers.

 

Some platforms have programing languages that were designed for the platform (metastock and tradestation) and some have more general languages. Generally the "easier" ones to start with achieve it by restricting what you can do - so you get easier learning but may lose flexibility and depth. The trick tends to be like Microsoft Office - don't try to learn everything, just learn what you need for your job, extending later if you want to do more.

 

A friend of mine does all his testing and strategy development in R. He uses a couple of routines in Sierra Chart to export/import data and entry/export information between the two environments and swears by the ease of testing with R which is an interpreted environment much loved in academic and statistical testing fields. And damned if he isn't faster to do tests than anything I've ever seen. I've stuck with the C(++) environment of Sierra Chart because, once you invest time in learning something it becomes a lot easier to do what you want within it.

 

So, does the platform do renko the way you want, how well does it manage trades, can it support a range of brokers and is it reliable in interacting with them, does it not only let you do what you think you want to do today but what you might need in future, what are its lifetime costs like, does it seem well supported, etc etc. Like most of the important questions in life the answers are not likely to be simplistic.

Share this post


Link to post
Share on other sites

adding to what Kiwi says - I use Sierra Charts as well and find it is a comprehensive great value for money system.

I would say, the advantage to testing in the program you will use for trading is that you can then use the program to then actually apply the test. You dont want to spend a lot of time testing an idea only to find that it might not necessarily be able to easily be applied by a system or a lot of modifications are needed. (this would apply to any system)

If what you need is not too complicated you can also pay other programmers via the SC site, and I have found this to be a very good value method of doing things. A lot depends on complexity and maintenance.

Share this post


Link to post
Share on other sites
sierra charts is one of the most difficult to program.

 

for the long run, it is better to ditch the program now and get something easier.

 

don't wait until you have lots of time and money invested in it to change.

 

I agree with Tams.

 

Dump Sierra and get TradeStation or Multi-Charts. Learn how to program. Renko and other synthetic pricebars require some personal passion and effort to code around the obstacles.

 

It's unrealistic to think it's possible to obtain a profitable strategy by hiring someone to program your ideas.

Share this post


Link to post
Share on other sites

It's unrealistic to think it's possible to obtain a profitable strategy by hiring someone to program your ideas.

 

I assume this was partially directed to what I said.....except that as Tams often reminds us, if you can think logically through your system and explain it to a computer, then why not?

Additionally as a trading system is generally made up of many components, position sizing, adjusting stops, adjusting targets, adding units, etc; why not? You could have different people do different sections.

the hard part is explaining exactly what you want, and having a reasonably rudimentary understanding of how programs work would help regardless of the system.

 

difficult yes, getting expensive maybe, but not unrealistic unless you have so much discretion , and even then you can automate aspects of it......

 

A lot will depend on what you are trying to do, and then maybe some systems are overkill, or some retail systems will not provide enough. The more comprehensive the system the more options I would have thought the better if what you are trying to do is going to be extensive, otherwise any system might just do. The other advantage SC has is that it has a simple method of auto trading from spreadsheets, and its even easier than using easylanguage.....all depends on what you need.

Share this post


Link to post
Share on other sites
...trading strategy that needs to be programmed ...

 

This project has several stages, each with its own remuneration.

 

SIUYA, my note was not based on your comment and I apologize for not making that clear.

 

Programming can be successfully outsourced.

 

but when defining viable strategy models the odds are against non-coders because they aren't aware of the nuances programmers learn everytime they fail. The idea somone can subscribe to a platform and outsource the creation of viable strategies is a myth.

Share this post


Link to post
Share on other sites
The idea somone can subscribe to a platform and outsource the creation of viable strategies is a myth.

 

 

What is it about people attached to tradestation and its copy? Why this rigidity of thought?

 

The statement that something is a myth can be overturned by only one example. So take any number of organizations where the generators and managers of trading strategy are not the programmers (most hedge funds for example). Find one that is successful.

 

Myth overturned.

Share this post


Link to post
Share on other sites

The important truth is the odds favor those who know how to code. To suggest otherwise is inappropriate.

 

I'm aware that wasn't your intent and I respect your effort to sharpen your eloquent logic skills. May their force be with you on the day you have an important message to convey.

Share this post


Link to post
Share on other sites

We all would love to keep our trading machine ideas completely in-house, but the reality is that for most people it does take a steep learning curve to incorporate all of the "if-then" aspects of a strategy into a programming language. It's not just machine translation, but requires interpreting the essence of what the system is trying to accomplish, and using the correct functions so that [your ideal charting package here] can display and autotrade your strategy successfully.

 

Even if I can explain the problem accurately (logically), do I have the technical expertise and time to physically code bug-free? If it is a hobby, and I have loads of free time on my hands, fair enough. But as a business?

 

Outsourcing can be wonderful, but it is NOT drag/drop operation. It takes the patience of Job to ensure that what you say - what the programmer understands = flawless execution. Initially, it can take many long days of back and forth deliberation, proof of concept, etc to get on the same page. What if the person bails? What if they run off with your project, etc. (think Facebook). This is not unusual when outsourcing to emerging economies, or your own backyard as was the case with Facebook. That's the risk that you take to save a few dollars. vWorker acknowledged this problem (entrepreneurs not having technical expertise to properly supervise project) and came up with Tech Sharpra.

 

As someone who has gone through the process with MetaTrader 4/5, I can tell you, then end was rewarding....but it was quite a ride. You have a greater appreciation for finished products in every industry; most people never see the back-of-the-house stuff.

 

edit: sierra chart has its own programming language? Wow, things have changed. They used to insist on using Excel to do the heavy lifting. If they still offer free historical tick data (or 1 min data), with some of their packages.....its hard to beat for a new trader. But i do agree with another poster that it may be worth it to invest in a more comprehensive charting package (maybe multicharts?) that has the proper backtesting/debugging modules, plus the charts should do what you want them to do. Hard to say which package is "best"; you just have to trial them all and experience which one(s) fit well.

Edited by 4EverMaAT

Share this post


Link to post
Share on other sites

I have from time to time considered setting up my trading strategy for autotrading.

Problem is that I am really not interested in starting from scratch to attempt this myself ?

 

Would rather hire someone to do it. The question is, Are there any reputable programmers

available for hire ? If so where would I look ?

 

TIA

Share this post


Link to post
Share on other sites
I have from time to time considered setting up my trading strategy for autotrading.

Problem is that I am really not interested in starting from scratch to attempt this myself ?

 

Would rather hire someone to do it. The question is, Are there any reputable programmers

available for hire ? If so where would I look ?

 

TIA

I know how you feel. I'm not a programmer myself. vWorker.com is your best bet. I know a few people and can provide contacts if you'd like.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Topics

  • Posts

    • How's about other crypto exchanges? Are all they banned in your country or only Binance?
    • Be careful who you blame.   I can tell you one thing for sure.   Effective traders don’t blame others when things start to go wrong.   You can hang onto your tendency to play the victim, or the martyr… but if you want to achieve in trading, you have to be prepared to take responsibility.   People assign reasons to outcomes, whether based on internal or external factors.   When traders face losses, it's common for them to blame bad luck, poor advice, or other external factors, rather than reflecting on their own personal attributes like arrogance, fear, or greed.   This is a challenging lesson to grasp in your trading journey, but one that holds immense value.   This is called attribution theory. Taking responsibility for your actions is the key to improving your trading skills. Pause and ask yourself - What role did I play in my financial decisions?   After all, you were the one who listened to that source, and decided to act on that trade based on the rumour. Attributing results solely to external circumstances is what is known as having an ‘external locus of control’.   It's a concept coined by psychologist Julian Rotter in 1954. A trader with an external locus of control might say, "I made a profit because the markets are currently favourable."   Instead, strive to develop an "internal locus of control" and take ownership of your actions.   Assume that all trading results are within your realm of responsibility and actively seek ways to improve your own behaviour.   This is the fastest route to enhancing your trading abilities. A trader with an internal locus of control might proudly state, "My equity curve is rising because I am a disciplined trader who faithfully follows my trading plan." Author: Louise Bedford Source: https://www.tradinggame.com.au/
    • SELF IMPROVEMENT.   The whole self-help industry began when Dale Carnegie published How to Win Friends and Influence People in 1936. Then came other classics like Think And Grow Rich by Napoleon Hill, Awaken the Giant Within by Tony Robbins toward the end of the century.   Today, teaching people how to improve themselves is a business. A pure ruthless business where some people sell utter bullshit.   There are broke Instagrammers and YouTubers with literally no solid background teaching men how to be attractive to women, how to begin a start-up, how to become successful — most of these guys speaking nothing more than hollow motivational words and cliche stuff. They waste your time. Some of these people who present themselves as hugely successful also give talks and write books.   There are so many books on financial advice, self-improvement, love, etc and some people actually try to read them. They are a waste of time, mostly.   When you start reading a dozen books on finance you realize that they all say the same stuff.   You are not going to live forever in the learning phase. Don't procrastinate by reading bull-shit or the same good knowledge in 10 books. What we ought to do is choose wisely.   Yes. A good book can change your life, given you do what it asks you to do.   All the books I have named up to now are worthy of reading. Tim Ferriss, Simon Sinek, Robert Greene — these guys are worthy of reading. These guys teach what others don't. Their books are unique and actually, come from relevant and successful people.   When Richard Branson writes a book about entrepreneurship, go read it. Every line in that book is said by one of the greatest entrepreneurs of our time.   When a Chinese millionaire( he claims to be) Youtuber who releases a video titled “Why reading books keeps you broke” and a year later another one “My recommendation of books for grand success” you should be wise to tell him to jump from Victoria Falls.   These self-improvement gurus sell you delusions.   They say they have those little tricks that only they know that if you use, everything in your life will be perfect. Those little tricks. We are just “making of a to-do-list before sleeping” away from becoming the next Bill Gates.   There are no little tricks.   There is no success-mantra.   Self-improvement is a trap for 99% of the people. You can't do that unless you are very, very strong.   If you are looking for easy ways, you will only keep wasting your time forgetting that your time on this planet is limited, as alive humans that is.   Also, I feel that people who claim to read like a book a day or promote it are idiots. You retain nothing. When you do read a good book, you read slow, sometimes a whole paragraph, again and again, dwelling on it, trying to internalize its knowledge. You try to understand. You think. It takes time.   It's better to read a good book 10 times than 1000 stupid ones.   So be choosy. Read from the guys who actually know something, not some wannabe ‘influencers’.   Edit: Think And Grow Rich was written as a result of a project assigned to Napoleon Hill by Andrew Carnegie(the 2nd richest man in recent history). He was asked to study the most successful people on the planet and document which characteristics made them great. He did extensive work in studying hundreds of the most successful people of that time. The result was that little book.   Nowadays some people just study Instagram algorithms and think of themselves as a Dale Carnegie or Anthony Robbins. By Nupur Nishant, Quora Profits from free accurate cryptos signals: https://www.predictmag.com/    
    • there is no avoiding loses to be honest, its just how the market is. you win some and hopefully more, but u do lose some. 
    • $CSCO Cisco Systems stock, nice top of range breakout, from Stocks to Watch at https://stockconsultant.com/?CSCOSEPN Septerna stock watch for a bottom breakout, good upside price gap
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.