├── .gitattributes └── ReadMe.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- 1 | 2 |
11 |
12 |
13 |
14 |
15 |
16 |
19 | Key Features • 20 | How To Use • 21 | Download • 22 | Credits • 23 | Related • 24 | License 25 |
26 | 27 | 28 | ## Key Features 29 | 30 | * Account Information: Retrieve details about the user's account, including balance, transaction history, and account status. 31 | 32 | * Trading Operations: Execute various trading operations, such as placing new trades, closing existing positions, and managing trade parameters. 33 | 34 | * Market Data: Access real-time market data, including price quotes, historical data, and asset information. 35 | 36 | * Authentication: Securely authenticate with Pocket Option to ensure secure and authorized access to the API. 37 | --------------------------------------------------------------------------------