convert a EA to an indicator

 

i have an EA that does nothing trade related, it just displays some text, is there a easy way to convert it to a indicator ? 

 
Mario Hennenberger: is there a easy way
  1. MT4: Learn to code it.
    MT5: Learn to code. If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
  2. or pay (Freelance) someone to code it.
              Hiring to write script - General - MQL5 programming forum
 
William Roeder:
  1. MT4: Learn to code it.
    MT5: Learn to code. If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
  2. or pay (Freelance) someone to code it.
              Hiring to write script - General - MQL5 programming forum

You could try putting everything that is in OnTick() into OnCalculate()

(Not guaranteed to work)

Without seeing the code it is not really possible to offer any suggestions.