Specification
Specification
I have a list of binary options signals to be sent during the day to equity options broker (https://gcoption.com/). This list has the content:
M5;USDJPY;02:55;CALL;05/03/2022;100;B
M5 = event duration USDJPY = currency 02:55 = time of operation 03/05/2022 = date of operation 100 = investment value of the operation B = binary
After reading the file it must be added to a dictionary and ordered by the entry time, at this point the robot must check if there is an operation at the time corresponding to the first line of the dictionary, the idea would be, read the first line, position for entry and after the output of the operation remove from the list and take the next line.
Let's view the information: Current time:
Current date:
Game entry time:
Date of entry into the game:
Currency: ' + ['Input currency'] + ' type: ' + binary + ' is : ' + open + ' with payout of : ' 0.89
In the Event Time, the order must be sent to the operator, checking if the currency is open and if there is a payout, waiting for the operation's response and viewing the result, soon after, removing it from the list and positioning the next event.
I have a system made in python that works correctly for https://iqoption.net/ that can be used as a template
It is not necessary to have a graphical interface, the code needs to be organized and documented in the most important points.
I have a list of binary options signals to be sent during the day to equity options broker (https://gcoption.com/). This list has the content:
M5;USDJPY;02:55;CALL;05/03/2022;100;B
M5 = event duration USDJPY = currency 02:55 = time of operation 03/05/2022 = date of operation 100 = investment value of the operation B = binary
After reading the file it must be added to a dictionary and ordered by the entry time, at this point the robot must check if there is an operation at the time corresponding to the first line of the dictionary, the idea would be, read the first line, position for entry and after the output of the operation remove from the list and take the next line.
Let's view the information: Current time:
Current date:
Game entry time:
Date of entry into the game:
Currency: ' + ['Input currency'] + ' type: ' + binary + ' is : ' + open + ' with payout of : ' 0.89
In the Event Time, the order must be sent to the operator, checking if the currency is open and if there is a payout, waiting for the operation's response and viewing the result, soon after, removing it from the list and positioning the next event.
I have a system made in python that works correctly for https://iqoption.net/ that can be used as a template
It is not necessary to have a graphical interface, the code needs to be organized and documented in the most important points.
Responded
1
Rating
Projects
142
51%
Arbitration
8
13%
/
75%
Overdue
21
15%
Free
2
Rating
Projects
469
39%
Arbitration
100
41%
/
23%
Overdue
77
16%
Loaded
Published: 2 codes
Project information
Budget
150 - 300 USD
Deadline
from 5 to 20 day(s)