Is it advisable to use the libraries in Expert path in mql5?

 

I was looking at the ExpertMAMA.mq5 file that is in Experts\Advisors, it includes these libraries:

#include <Expert\Expert.mqh>
#include <Expert\Signal\SignalMA.mqh>
#include <Expert\Trailing\TrailingMA.mqh>
#include <Expert\Money\MoneyNone.mqh>

I was watching some tutorials and the only library that they used was the Trade\Trade.mqh library.

Is it advisable to use the libraries in Expert path?

 
mohammad sh:

I was looking at the ExpertMAMA.mq5 file that is in Experts\Advisors, it includes these libraries:

I was watching some tutorials and the only library that they used was the Trade\Trade.mqh library.

Is it advisable to use the libraries in Expert path?

These libraries are used by the MQL5 Wizard EA generator. So if you want to use that tool and customize it you would need to use these libraries.

Otherwise I would not use them.

Reason: