Jump to content

We have moved to Discord. Please click here to join us in the Trading Terminal Discord server.



These forums are read-only.

Sign in to follow this  
KyleK29

December 13th, 2021 - Technology Class - Technology / DAS Trader Pro Open Q/A

Recommended Posts

KyleK29

Technology Class
December 13th, 2021

Topic of the Week

  • Technology / DAS Trader Pro : Open QA

Class will review and answer submitted questions on the topic of DAS Trader Pro.
 

Question of the Week
None
 


Shared Clipboard
Any of the scripts or pasteable items we make during class will be pasted in the code box below for each copy/pasting by you.

WEBINARS link: https://forums.bearbulltraders.com/forum/97-technology-webinars/
TECHNOLOGY PAGE: https://bearbulltraders.com/technology-class/

------------

We discussed a few ways to "toggle off" studies - these aren't direct methods, so they have their downsides.

METHOD 1 -> Save / Load Chart Settings:
1) Setup the chart exactly like you want, then right-click the chart -> Save Settings -> Save it to the DAS folder with a name you'll remember, example "TestStudysOn.cst"
2) Now remove the study you want to hide (toggle off), then right-click the chart -> Save Settings -> Save it to the DAS folder with a name you'll remember, example "TestStudysOff.cst"
3) Create a hotkey for "Toggle Study On" (you can name it whatever), with the script:     

LoadSetting TestStudysOn.cst;      

4) Create another hotkey for "Toggle Study Off", with the script:

LoadSetting TestStudysOff.cst;

5) Use those hotkeys with the specific chart selected to toggle the study on/off. Just remember, current zoom won't carry over, and if you alter settings of any studies (or the chart configuration) 
you'll need to remember to update it in both .cst files.

-----

METHOD 2 -> Duplicate The Chart Window, then click to swap between the two (slightly overlap them):

1) Go into the hotkey editor and create a hotkey script for: 

DuplicateWindow;

2) Select the chart and hit that hotkey. It'll spawn an exact duplicate of the window you selected. Now just remove the study you don't want to be active.





AS a side note, remember that if the Pivot Point study is "squishing" the chart view, you can toggle this off by going to the Study Config, selecting the study, hitting the "ConfigEx" 
button below the studies box, and then unchecking "Include in Scale." This is a commmon thing most users don't realize exists.

 

 

 

 

Relevant Links:
- Dynamic Hotkeys Thread: DAS - Dynamically Calculate Shares on %Risk or $Risk - Hot Key + Configuration, Updated 9/10/19, v2.1 - DAS Trader Pro Tips and Tricks - Bear Bull Traders Forums

Edited by KyleK29

---------------------------------------------------------
Profile / Project Pages (Dynamic Hotkeys, StreamDeck Files, and other contributions are located here)

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

[[Template core/front/global/mobileNavigation is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.