Can I change the path of "TradeAlgorithms.mqh" that my code is looking for?

 
My code is looking for "TradeAlgorithms.mqh" in a directory that is convoluted and several levels deep.  Can I simply this?
 
flwilliams87 Can I simply this?
It is simple. If you move it:
  1. updates from MQ will be in the wrong place.
  2. if it includes other includes, you will have to move them and change the include lines as well.
  3. and if you ask for help, no one will know what you did, and won't be able to help.
 
whroeder1:
It is simple. If you move it:
  1. updates from MQ will be in the wrong place.
  2. if it includes other includes, you will have to move them and change the include lines as well.
  3. and if you ask for help, no one will know what you did, and won't be able to help.
Ah!  Thanks!
 
whroeder1:
It is simple. If you move it:
  1. updates from MQ will be in the wrong place.
  2. if it includes other includes, you will have to move them and change the include lines as well.
  3. and if you ask for help, no one will know what you did, and won't be able to help.

?

This library is not part of standard MT5, so you can place it where you want.

Reason: