Basically i want signals on telegram to be translated into trades on the mt4 platform. The telegram bot would scan the particular channel for a message which would contain this:
currency pair buy/sell
tp(take profit)
sl (stop loss)
once the trade is placed on the mt4, the trade can proceed in one of two ways
the telegram bot will scan that channel for messages such as close currency pair (this will close the trade on mt4)
or the ea on the mt4 will close the trade once the desired pips have been reached(it will have the ability to either do this or not)
the ea on mt4 will have lot size , tp(either from telegram channel or manually put in terms of pips), trailing(in terms of pips), stop loss(either manually put in or taken from the telegram channel)