Version 1.2 2017.12.29
New function to execute pending orders:
The function is activated by pressing the P key, to return to execution by market press again the letter P.

Process for pending orders:

BUTTON (BUY OR SELL PENDING) >> click >> STAGE 1 >> click >> STAGE 2 >> click >> STAGE 3 >> click >> EXECUTION

STAGE 3 >> 'ESC' >> STAGE 2 >> 'ESC' >> STAGE 1 >> 'ESC' >> CANCELLATION

        In the execution stage, it is not possible to return to the previous stage or cancel.

STAGES:

STAGE 1: In this stage the program generates a blue horizontal line that the user can move to choose the execution price of the order. It is defined with a click of the left mouse button.

STAGE 2: In this stage the program generates a horizontal red line that the user can move only below the execution price or above the execution price depending on the button pressed (BUY PENDING or SELL PENDING), this line is to configure The price of the stop loss order. It is defined with a click of the left mouse button.

STAGE 3: In this stage the program generates a horizontal green line that the user can move only above the execution price or below the execution price depending on the pressed button (BUY PENDING or SELL PENDING), this line is for set the price of the take profit order. It is defined with a click of the left mouse button.
 
EXECUTION: In this stage the program executes an internal process to send the order to the market. First sends the corresponding execution order and then modifies the stop loss and take profit levels of that order. This is done because some brokers do not support sending the order with the Stop and Profit levels included.
The program will report on the status of the process in the Notification area.