Trabalho concluído
Termos de Referência
I receive pending orders via sms text message. These signals can be sent to any mobile number. Currently I use my own mobile number but to build this EA the texts can be sent to a long number generated by https://www.textlocal.com. The EA can then use their Api to retrieve the texts and read the information to place the trades.
I receive a text when there is a new trade which contains the time the signal was generated, the currency pair, time frame, entry price, take profit & stop loss. The EA should be able to read all this info & place the correct pending order trade.
I also receive a text if the trade no longer qualifies as it timed out. This text contains the time the signal was originally generated, currency pair, & a message to say it has timed out. The EA should be able to read this text and then cancel the pending order.
If the pending order hits the stop loss before the entry price then the pending order should also be cancelled.
I will of course supply the example sms messages to the developer so you know exactly what is in each text.
I require two trading options which can be selected in inputs. One will place the trade as suggested with entry price, stop loss & take profit. The other will place the trade with the entry, stop loss & take profit but instead of closing on take profit it will start to operate a trailing stop for more & more profit.
Also, in inputs I require an option to select fixed lots or money management. The money management will use 5% of current bank as risk.