HOW TO MAKE CUSTOM HOTKEYS WORK AND WITH OFFSETS IN QUESTRADE EDGE DESKTOP (2025)

HOW TO MAKE CUSTOM HOTKEYS WORK AND WITH OFFSETS IN QUESTRADE EDGE DESKTOP (2025)

High School

#HotIf WinActive(“ahk_exe QuestradeEdge.exe”) ;only make this hotkey available when QuestradeEdge is the active
^b:: ;Control+B is programmed to…
{
SendInput “{F8} {Alt down} s{Alt up} {Enter}” ;F8 (which is the buy at ask hotkey in Edge), then hold Alt down, then press S (Alt+S is the increase price by 10 cents hotkey in edge), then let go of Alt, then Enter
}

#HotIf WinActive(“ahk_exe QuestradeEdge.exe”) ;only make this hotkey available when QuestradeEdge is the active
^s:: ;Control+S is programmed to…
{
SendInput “{F9} {Alt down} q{Alt up} {Enter}” ;F9 (which is the sell at ask hotkey in Edge), then hold Alt down, then press Q (Alt+Q is the decrease price by 1 cent hotkey in Edge), then let go of Alt, then Enter
}

#HotIf WinActive(“ahk_exe QuestradeEdge.exe”) ;only make this hotkey available when QuestradeEdge is the active
Capslock:: ;Capslock is programmed to…
{
SendInput “{F7} {Alt down} a{Alt up} {Enter}” ;F7 (which is the sell at bid hotkey in Edge), then hold Alt down, then press A (Alt+A is the decrease price by 10 cents hotkey in Edge), then let go of Alt, then Enter
}

#HotIf WinActive(“ahk_exe QuestradeEdge.exe”) ;only make this hotkey available when QuestradeEdge is the active
Space:: ^i ;Space is programmed to Control+i which is the cancel all orders hotkey in Edge

This article was gathered automatically by our news bot. We help YouTubers by driving traffic to them for free. The featured image in this article is the thumbnail of the embedded video. Thank you for visiting Win Big Sports Network and wbsnsports.com. For more sports, news, and entertainment, follow us on Twitter @WBSNsports or like our page on Facebook.

#Sports #Video #Highlights

Leave a Reply