This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; snip-path.ahk — Windows screenshot-to-filepath for Claude Code | |
| ; Author: Petr Moravsky + Claude | |
| ; | |
| ; Requires: AutoHotkey v2, Windows 11 Snipping Tool (auto-saves to Screenshots folder) | |
| ; | |
| ; Setup: | |
| ; 1. Install AutoHotkey v2 from https://www.autohotkey.com | |
| ; 2. Save this file as snip-path.ahk | |
| ; 3. Double-click to run (AHK icon appears in system tray) | |
| ; 4. Optional: drop a shortcut into shell:startup for auto-start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using TradingPlatform.BusinessLayer; | |
| using System; | |
| public class MNQTimeAndSalesToAlerts : Strategy | |
| { | |
| private Symbol symbol; | |
| protected override void OnRun() | |
| { | |
| // Get connection |