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 Xav1029 with 1 posts (0 thanks)
    1. trending_up 9,885 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

  #21 (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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603

It seems most of the time when the window is active (me clicking on it), the hot key does not work. But I click on another window (outside of Sierra), then come back to the window, it registers the click?

I hate to keep asking for favors -- but in light of above, would it be possible to add a context menu item to the right-click menu? So I can just right-click and hit 'Upload to bmcharts' type thing?

Unless you have a fix for the issue I've tried it on multiple charts and seems to happen consistently.

I am using 917.

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

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Exit Strategy
NinjaTrader
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #22 (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
It seems most of the time when the window is active (me clicking on it), the hot key does not work. But I click on another window (outside of Sierra), then come back to the window, it registers the click?

I hate to keep asking for favors -- but in light of above, would it be possible to add a context menu item to the right-click menu? So I can just right-click and hit 'Upload to bmcharts' type thing?

Unless you have a fix for the issue I've tried it on multiple charts and seems to happen consistently.

I am using 917.

Mike

The issue is I only read key state when the study i called. (as oppose to register a key handler - which would be what I would do in the "global" solution, but when its added many times I didnt want to have keyhooks lying all over).

So if you hold the hot-key a little longer, on the initial press (like 0,5s) it should go through.

I can add a menu too, and I will see if I can handle a keyhook in a nice way from different studies but i am a bit afraid its going to be a mess, unless i have one global hook that handles all charts...

--ktrader

Reply With Quote
Thanked by:
  #23 (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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603



ktrader View Post
The issue is I only read key state when the study i called. (as oppose to register a key handler - which would be what I would do in the "global" solution, but when its added many times I didnt want to have keyhooks lying all over).

So if you hold the hot-key a little longer, on the initial press (like 0,5s) it should go through.

I can add a menu too, and I will see if I can handle a keyhook in a nice way from different studies but i am a bit afraid its going to be a mess, unless i have one global hook that handles all charts...

--ktrader

OK that makes sense, I will hold longer.

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
  #24 (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, let me know once done and I will send update notifications.

Mike

A new version is available in the download section.

Added:
- Map a mouse button to start the capture and upload.

The mouse button can be left,right,middle and x button 1 and x button 2 (these are the two extra buttons often available on mice, useally operated by the thumb).

The mouse button can have a modifier key, so you can choose ctrl as modifier and left button as mouse, will activate the capture and upload with ctrl-left click.

If the mouse buttons are used an explicit left click to gain focus is *not* needed, so if you map the middle button a press of the middle button is enough to start the capture/upload.

If you keep holding the shortcut key or mouse-activation button the capture/upload will be repeated (one at a time, sequentially).

The study reads the shortcuts/hot-buttons in the study, so it the key/button is read when the study is called (this is opposed to register a hook and receive input even when the study is not called by sierra). The interval at which the study is called is configurable in sierra, it defaults to 500ms (its a global setting) - it can be modified in global settings -> general settings.

If after some time of usage we find its annoying I will change to a global hook, adding the benefit that any window on the screen can captured by the hot key (if chosen to) as the hotkey is not limited to the study.

@Big Mike, can you send notifications.

--ktrader

Reply With Quote
Thanked by:
  #25 (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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603

My chart interval is set to 50ms, does this explain why I was having difficulty?

Thanks again. Notifications sent.

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
  #26 (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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603

The file in download section has not been updated yet it seems, so I've not sent notifications yet.

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
  #27 (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
My chart interval is set to 50ms, does this explain why I was having difficulty?

Thanks again. Notifications sent.

Mike

No, mine is 50ms, but when a chart window gets focus, there seems to be a slight delay in sierra before it calls the study the first time. Since its all one thread I am guessing its doing some housekeeping with the focus.change which holds up the calling of the study for a short while.

if you hold the key a short while, I assume it goes through?

--ktrader

Reply With Quote
  #28 (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
The file in download section has not been updated yet it seems, so I've not sent notifications yet.

Mike

@Big Mike, you are right - had uploaded the wrong file , the right file is updated now

Reply With Quote
Thanked by:
  #29 (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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603


ktrader View Post
@Big Mike, you are right - had uploaded the wrong file , the right file is updated now

Perfect, notifications now sent.

Thanks again for all your 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
Thanked by:
  #30 (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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603


When I use the scrollbars in a chart, I am getting all the keypresses that never worked queued up all at once, and about a zillion screenshots sent all at once...

I think the hot key feature is not working.

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