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.

mishnas

Coding for Sierra Charts

Recommended Posts

Help! Does anyone on the forum know how to code for Sierra charts? They use the C++ language, and I don't have a clue! :confused:

Everything you need to know is right here. Just be sure to read everything carefully.

 

Also their support board can be very useful and is pretty active.

 

I hope this helps.

Share this post


Link to post
Share on other sites

Unfortunately, I have no programming experience at all. So when the help files start talking about arrays and looping and interface variables etc. it's like you're talking Chinese to me. :crap:

 

If anyone can help, I'd appreciate it.

Share this post


Link to post
Share on other sites
Unfortunately, I have no programming experience at all. So when the help files start talking about arrays and looping and interface variables etc. it's like you're talking Chinese to me. :crap:

 

If anyone can help, I'd appreciate it.

What exactly are you trying to program?

Share this post


Link to post
Share on other sites

What I need is an additional variable for the time-and-sales window that can calculate the difference between the actual buys and sells that have accumulated over 3 time periods giving me a positive or negative total for each time period (similar to the bid and ask difference available in Sierra but calculated for the actual sales).

 

I need the time periods to be easily changeable by typing a number in one box (e.g. 30 minutes, 15 minutes, 3 minutes etc) with the results appearing in an adjacent box for all three time periods chosen.

 

That's it. And if you can help much strength to you!

Share this post


Link to post
Share on other sites
What I need is an additional variable for the time-and-sales window that can calculate the difference between the actual buys and sells that have accumulated over 3 time periods giving me a positive or negative total for each time period (similar to the bid and ask difference available in Sierra but calculated for the actual sales).

 

I need the time periods to be easily changeable by typing a number in one box (e.g. 30 minutes, 15 minutes, 3 minutes etc) with the results appearing in an adjacent box for all three time periods chosen.

 

That's it. And if you can help much strength to you!

A few questions:

 

Do you use time charts or tick charts?

Would it be okay for the results to be displayed in a lower chart region (below chart) and have the three time values displayed with lines (would give historic look)?

Share this post


Link to post
Share on other sites

Another question...

 

So pretty much what you are looking for is a "Bid Volume vs Ask Volume" on a tick chart that will determine the cumulative difference over three periods of time ?

Share this post


Link to post
Share on other sites

>Do you use time charts or tick charts?

 

I think time and sales works on ly on ticks

 

>Would it be okay for the results to be displayed in a lower chart region (below chart) and have the three time values displayed with lines (would give historic look)?

 

I think that would be ok.

Share this post


Link to post
Share on other sites

Mishnas-

 

I must of missed your reply on the 25th.

If I have some free time this week I will see if I can get something working.

This would be very simple to program, but I am currently hard at work on another trading software project.

Share this post


Link to post
Share on other sites
Mishnas-

 

I must of missed your reply on the 25th.

If I have some free time this week I will see if I can get something working.

This would be very simple to program, but I am currently hard at work on another trading software project.

 

Whenever you can would be great. Thanks for the reply.

 

m

Share this post


Link to post
Share on other sites

Sorry about the wait. I have been extremely busy trying to get parts of my software completed. This afternoon I went ahead and threw something together.

 

Download dll here

Place in your SierraChart folder

Open up a new chart and set it to 1 tick

Change it so it only loads 1 day

Go to Chart Studies

Click "Add Custom Study"

Choose "Bid/Ask Volume"

 

At the current time it does not calculate all previous bars (fill in historical data graphically). This could create significant load time (not sure). However if it's really wanted I could add it. On the first bar created after being added, it WILL go back and calculate the correct and current count though. Also, since it goes off the current bar historical display will be erased if chart is refreshed.

 

Now, like I said, I just threw this together. I am NOT guaranteeing that everything is working EXACTLY as expected. I did set the three intervals to 3M 15M and 60M and it seemed to match up to the same numbers given when you use Sierras indicator on those time frames.

 

Please let me know if bugs/problems or any other features or requests.

Share this post


Link to post
Share on other sites

Sure Soultrader. I am going to add a couple things first. For example it would be nice to have one that counts bars versus time. Also, with the current dll, it's built to be extremely efficient since it runs off the tick chart. If a spurt of orders (bars) come it at once, it won't go back and calculate the value at every single bar. It will, however, calculate the CORRECT value at the current bar. So unless you need correct bar by bar (tick by tick) data for some extreme scalping, it should be fine. I might make an option where you could load historical graphic information and true tick by tick (for the extreme scalper and then the individual decide if it's too cpu intensive.

Share this post


Link to post
Share on other sites

I added the new DLL to the Indicator Section located HERE

 

I would appreciate it if a moderator could remove or change the link located at the beginning of this thread. Thanks.

Share this post


Link to post
Share on other sites

Hello Hlm

 

Are you available to do coding for the sierracharts platform. If you are could you let me know your terms. As I do look for programmers for this platform, and could you also specify your time zone and if you have skype. feel free to pm me with details

 

 

 

best regards

Share this post


Link to post
Share on other sites
Hello Hlm

 

Are you available to do coding for the sierracharts platform. If you are could you let me know your terms. As I do look for programmers for this platform, and could you also specify your time zone and if you have skype. feel free to pm me with details

Due to my own projects and limited amount of time, I currently do not take on any external programming projects.

 

However, the SierraChart community is very active (check out the forums) and the staff also offers programming. You might want to contact them to see what their terms are.

Share this post


Link to post
Share on other sites
Sorry about the wait. I have been extremely busy trying to get parts of my software completed. This afternoon I went ahead and threw something together.

 

Can you help me?

I wrote some software for tradestation that I need converted to Sierra.

One is a paintbar that colors blue, pink or gray depending on whether the 3 combined indicators all agree long, short or disagree.

 

Another is a MACD histogram that colors white below zero, light blue above zero and as long as each bar is as long or longer than the prior its the same but if its shorter it colors gray or darker blue.

 

I also have a showme that plots if my 2 EMA's cross and the slow stoch agrees.

 

The paintbar is a real priority. I can supply my tradestation code if it helps.

 

I did post on the sierra forum, but no takers yet.

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.


×
×
  • Create New...

Important Information

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