Deleting products in market

 
Hi, id like to know how I delete some of the products I have on the mql5 market?
 
Stephen Reynolds:
Hi, id like to know how I delete some of the products I have on the mql5 market?

You can't delete them, but you can hide them.

 
Eleni Anna Branou:

You can't delete them, but you can hide them.

Thanks, i now see the hide button when i edit product.   

 
Hi, is it possible to upload more than 1 file?, in order for my EA to work i need to upload some indicators made up by myself, otherwise it wont work
 
Alejandro Valentin Marti Lledo #:
Hi, is it possible to upload more than 1 file?, in order for my EA to work i need to upload some indicators made up by myself, otherwise it wont work

You can upload only one file.

Include the indicators as resources.

https://www.mql5.com/en/articles/261

Use of Resources in MQL5
Use of Resources in MQL5
  • www.mql5.com
MQL5 programs not only automate routine calculations, but also can create a full-featured graphical environment. The functions for creating truly interactive controls are now virtually the same rich, as those in classical programming languages. If you want to write a full-fledged stand-alone program in MQL5, use resources in them. Programs with resources are easier to maintain and distribute.