The 'Storage' tab is not visible

 
storage tab


While developing code in MetaEditor, I accidentally activated MQL5 Storage.
After that, the files under the Navigator became invisible. I tried to deactivate it by logging into my account, but I couldn't find the option.
How can I disable it or access the related settings page?
 

The storage is in MetaEditor (you need to fill Community tab in MetaEditor and after that - activate the Storage):

 

Forum on trading, automated trading systems and testing trading strategies

mql5 storage

Mohammed Abdulwadud Soubra, 2017.02.09 18:12

After the steps of the link

https://www.metatrader5.com/en/metaeditor/help/mql5storage

you have to do:

Working with the Storage

The MQL5 Storage works only with the MQL4/MQL5 folder of the client terminal. All operations with the MQL5 Storage are performed via the context menu of the "Navigator" window and through the context menu of the source code editor:

Using the menu commands you can perform the following actions in the MQL5 Storage:

 

  • Checkout of data from the repository
  • Update data from the repository
  • Commit changes in the repository
  • Add files/folders in the repository
  • Delete files/folders from the repository
  • Cancel current changes in the local copy of data
  • View logs of data changes in the repository
  • View changes in the working copy of the file

Getting Started

The storage contains the information as a tree of files. When connecting to the storage, the MetaEditor user reads and writes these files. The user always works with a local copy of data and, if necessary, sends changes to the repository.

Each transaction of changes is recorded in the storage journal, and later the user can view when, by whom and what files were changed. A certain revision number corresponds to each transaction of changes. A revision is a state of the storage at a point of time. Each time you send changes, a new revision is created (its number is increased) in the storage. Based on the revision number, the storage determines the state of data and merges them. The user can also update the local data copy to a selected revision or revert to any revision.

To begin to work with data in the MQL5 Storage, you must associate a local data folder with the appropriate folder in the storage. This can be done in two ways:

  • If you have just created a repository, it is empty. You need to add a directory in it. After that, an appropriate directory is created for the specified directory in the repository (at the same path relative to the /MQL4 or /MQL5 folder). This is a root directory. All operations with files are performed in this directory.
  • If the storage already has some data, you can download them to a local directory. For example, the storage contains the folder /Personal/account_name/MQL5/Experts. You can download the data stored in it to a local directory /MQL5/Experts.

The top directory in the hierarchy, which is bound to the storage, is a root directory. You work with the repository only within this directory. It is not necessary to bind the top directory /MQL4 or /MQL5 to the storage. Any subdirectory within /MQL5 or /MQL4 can be root. You can have several root directories, for example, /MQL5/Experts and /MQL5/Images.

  • The MQL5 Storage only works with the following types of files: mq4, mq5, mqh, cpp, h, bmp, wav. Other types of files cannot be added to the repository.
  • Files larger than 64 MB cannot be added to the storage.

Adding to the Repository

To add a folder or file in the repository, select it and execute the +

Add to Storage" command. This will bring up a dialog box showing the list of folders and files to be added.

Files are added locally. To send changes to the repository, execute the

....

 

...

 

...

 

...

 

...



 
The user can also update the local data copy to a selected revision and revert changes to a selected revision: post
Working with Storage - Projects and MQL5 Storage - MetaEditor Help
Working with Storage - Projects and MQL5 Storage - MetaEditor Help
  • www.metatrader5.com
The MQL5 Storage (or repository) only works with the MQL5 (or MQL4) folder of the trading platform, and with the special Shared Projects directory...
 
But I have no idea about how to disactivate the storage (and "why" for example) sorry.
 
Sergey Golubev #:

The storage is in MetaEditor (you need to fill Community tab in MetaEditor and after that - activate the Storage):

I dont see the navigator anymore. I use macbook maybe so it may not work properly. Thats why i want to deactivate this feature that disappeared my documents. I already filled up community tab on the options. 



 
Huseyin Furkan Ozturk #:
I use macbook maybe so it may not work properly.

Yes, I think - it is macbook related issue (but I do not have macbook so I can not practically help sorry).

Storage has nothing to do with this issue (I hope), because once we activated the Storage so we can use it or not ... it does not matter ...
Because the Storage is just a personalized repository of the files connected wit MetaEditor for example.

 

Besides, as far as I know - the Storage is updated (from time to time), for example ("machine translation" to the English):

Forum on trading, automated trading systems and testing of trading strategies

What is MQL5 Algo Forge?

Renat Fatkhullin , 2024.08.01 08:01

MetaEditor in betas still works with the old repository, but will soon switch to the new git-oriented mode.

We have already converted personal and public projects to https://forge.mql5.io

You can log in using your MQL5 accounts.

Please start testing.


 
Sergey Golubev #:
Yes, I think - it is macbook related issue (but I do not have macbook so I can not practically help sorry).
So - no idea sorry.
I think - it may be macbook related issue ...
 
Sergey Golubev #:
So - no idea sorry.
I think - it may be macbook related issue ...

Thank you. At least i noticed that i clicked to activate algo forge accidentally. I will investigate it in the forge website