NexusFi: Find Your Edge


Home Menu

 





Sierra Chart auto upload screenshot to bmcharts.com


Discussion in Sierra Chart

Updated
      Top Posters
    1. looks_one Big Mike with 20 posts (3 thanks)
    2. looks_two ktrader with 12 posts (14 thanks)
    3. looks_3 Nicolas11 with 2 posts (0 thanks)
    4. looks_4 josh with 1 posts (1 thanks)
    1. trending_up 9,890 views
    2. thumb_up 18 thanks given
    3. group 4 followers
    1. forum 35 posts
    2. attach_file 0 attachments




 
Search this Thread

Sierra Chart auto upload screenshot to bmcharts.com

  #1 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,661

I am hoping my friend @ktrader will come to the rescue once more

@vvhg has just made his NinjaTrader auto-screenshot capture tool, and I created a simple PHP handler on the backend to hold and serve the images.

I know Sierra Chart has a built-in option for using their server, but what I want is to use bmcharts.com and to have the bbcode output automatically put into my clipboard, without user interaction other than pressing the hotkey on the chart.

See thread:


The code is there that shows the HTTP POST to bmcharts, it is very straightforward and could be used here as well.

I'd desire the ability to put this on all my charts, and then activate with a keypress like Alt-P for printscreen.

@ktrader, if you are up to this, please let me know

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
How to apply profiles
Traders Hideout
MC PL editor upgrade
MultiCharts
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #2 (permalink)
 
ktrader's Avatar
 ktrader 
glostrup, denmark
 
Experience: Advanced
Platform: Custom platform
Broker: CQG
Trading: Futures, Options, Stocks
Posts: 249 since Aug 2011
Thanks Given: 152
Thanks Received: 275


Big Mike View Post
I am hoping my friend @ktrader will come to the rescue once more

@vvhg has just made his NinjaTrader auto-screenshot capture tool, and I created a simple PHP handler on the backend to hold and serve the images.

I know Sierra Chart has a built-in option for using their server, but what I want is to use bmcharts.com and to have the bbcode output automatically put into my clipboard, without user interaction other than pressing the hotkey on the chart.

See thread:


The code is there that shows the HTTP POST to bmcharts, it is very straightforward and could be used here as well.

I'd desire the ability to put this on all my charts, and then activate with a keypress like Alt-P for printscreen.

@ktrader, if you are up to this, please let me know

Mike

Okay, I can do that ...

I need a little info of how the post should look to upload - also I notice bmcharts supports a user can register, so i assume there are some kind of login for the user to have the image uploaded to their own vault - or is it part of the post?

--ktrader

Reply With Quote
Thanked by:
  #3 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,661



ktrader View Post
Okay, I can do that ...

I need a little info of how the post should look to upload - also I notice bmcharts supports a user can register, so i assume there are some kind of login for the user to have the image uploaded to their own vault - or is it part of the post?

--ktrader

No, I wrote a special handler. Look at the C# code provided by @vvhg, I will also PM you. It's very straightforward.

thx!

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #4 (permalink)
 
ktrader's Avatar
 ktrader 
glostrup, denmark
 
Experience: Advanced
Platform: Custom platform
Broker: CQG
Trading: Futures, Options, Stocks
Posts: 249 since Aug 2011
Thanks Given: 152
Thanks Received: 275


Big Mike View Post
No, I wrote a special handler. Look at the C# code provided by @vvhg, I will also PM you. It's very straightforward.

thx!

Mike

It is now available in the download section.



This study, when added to a chart, will upload a screenshot to the chart to which it is added to bmcharts.

The hot-key is ctrl-alt-p

A url to the image on bmcharts is on the clipboard when the upload is finished, ready to paste into forum posts.

you have the option to:
- choose if a sound should be played when uploaded
- if the url to the image on bmcharts should be enclosed by [IMG] [/IMG]
- choose if the caption of the window should be hidden while taking the screenshot.

The zip contains source cdoe (must be compiled with visual studio)

and screenshot.dll (i precompiled this for those who doesnt have visual studio) - just put it in the sierrachart data directory and the custom study will be available.

---

I am thinking its not very convenient to have to add it to each chart to be able to make a screenshot - if there are any interest I can make it to be a global process such that it will work with any window, regardless if a study is attached to a chart or not. It will also open to have the feature of assigning specific hotkeys to specific charts (so for instance ctrl-alt-1 screenshots and uploads one chart where ctrl-alt-2 does the same with another).

--ktrader

Reply With Quote
Thanked by:
  #5 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,661

Thanks for this!

What is the hotkey?

I tried Alt-P but it didn't work.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #6 (permalink)
 
ktrader's Avatar
 ktrader 
glostrup, denmark
 
Experience: Advanced
Platform: Custom platform
Broker: CQG
Trading: Futures, Options, Stocks
Posts: 249 since Aug 2011
Thanks Given: 152
Thanks Received: 275


Big Mike View Post
Thanks for this!

What is the hotkey?

I tried Alt-P but it didn't work.

Mike

its ctrl-alt-p at the moment.

( i have alt-p bound to something else on my machine )

Reply With Quote
  #7 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,661


ktrader View Post
its ctrl-alt-p at the moment.

( i have alt-p bound to something else on my machine )

Hmm, ctrl-alt-p seems to be a built-in default for some fib drawing tool in Sierra. Not sure how to change it, will see if I can figure it out.



Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #8 (permalink)
 
ktrader's Avatar
 ktrader 
glostrup, denmark
 
Experience: Advanced
Platform: Custom platform
Broker: CQG
Trading: Futures, Options, Stocks
Posts: 249 since Aug 2011
Thanks Given: 152
Thanks Received: 275


Big Mike View Post
Hmm, ctrl-alt-p seems to be a built-in default for some fib drawing tool in Sierra. Not sure how to change it, will see if I can figure it out.



Mike

i can change the short cut to something else.

any suggestions?

Reply With Quote
  #9 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,661

OK, I removed that using Global - Shortcut config. And it worked!



Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #10 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,661


Only problem is the toolbar is there.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on November 6, 2013


© 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