- Programming language: Python
- Author: JeanPaulSB
- Current stage: Alpha
- Allows you to schedule operations at specific timestamps
- Automated Martin Gala algorithm
- Offers you a visual approach when interacting with the Iq option broker
- Customizable
- Efficiency, since all the operations are performed instantanously
- Easy to get into
All the commands start with the '$' prefix!
- description : it logs into you the IQOPTION broker (required for any command)
- description : sets your account to the real mode
- description : sets your account to the practice mode
- description : returns the current account mode
- description : it returns your balance in the current account mode
- description : turns ON martin gala algorithm
- description : turns OFF martin gala algorithm
- description : returns the martin gala user's preference current status (ON/OFF)
- description : buys instantaneously an active with the specified parameters
- example: $signal 5 AUDUSD put 1
- description : allows you to schedule an operation at a specific timestamp
- note: is almost the same as $signal except that it needs a timestamp argument in 24hr format
- example: $schedulesignal 10 AUDUSD call 3 19:05
- description : returns all your scheduled operations
- description : returns your current active operations
- description : returns your five last operations with its results
- description : returns current time (GMT -5:00)