How to develope metatrader at delphi?

 
Is it possible to develop metatrader at Delphi ? If yes then are there any resources available or wer would have to use DLL ?
 

Did you mean to develop a Delphi application supporting the MetaTrader terminal?

You have two possibilities. Either create a C++ compatible DLL in Delphi, or exchange messages between a MQL script and the Delphi application using pipes, files or shared memory.

Reason: