About the Chrome extension to download files
-
Technically, it's not an extension, but a Chrome App... not that this matters. The problem is that Google are removing support for the API (the functions with which it is written), from 2020 it seems. Maybe it still works for someone who still have it in the browser, maybe not. But it's not available in the Google Store - https://chromewebstore.google.com/detail/fxdreema-download-files/lnlppnklledgeaafojedgemkdhjdgdkp
If we go to the documentation page of the chrome.fileSystem API that is used in the extension, we can see that there is a deprecation message and a link to find out how to migrate to another API. And we can see there is something called File System Access API.
I tried this API, it's nice, it works directly in the browser, I wrote the whole functionality of the extension (and a little bit more) and everything works very good... in Linux... and for some directories in Windows, like Documents. The thing is that this API doesn't allow access to system directories, and it seems that they consider \AppData\Roaming\MetaQuotes\Terminal...\MQL4\Experts as such. And as you all probably know, this is where usually expert advisor files are.
At this point I don't know what API to use.
There is still a chance for the extension to work, but it needs to be installed locally. If you want to try:
- Download this fxdreema.download.files.zip file, unpack it somewhere. You will get a directory with some files.
- In Chrome, go to Extensions (chrome://extensions/) and turn on Developer mode in the upper right corner.
- 3 buttons will appear, click on the Load unpacked one and navigate to the unpacked directory.
- fxDreema: Download Files 0.3 should appear under Chrome Apps and it should have ID: lnlppnklledgeaafojedgemkdhjdgdkp
- Now if it works, good... for now. I guess at some point they will completely remove the API and it will stop working forever.
-
Pinned by
fxDreema
-
Thank you for explaining us
Please, if you can, speed up the servers for working in busy times. Sometimes the ping is very high and the blocks are slow to load
Thanks -
Thank you for sharing.
-
Hello.My EA takes both buy and sell trades.Example It will take a buy trade based on the EA'S signal then after a few minutes it can take a sell signal which is what I dont want the EA to do.I want the Ea to only take 1 Setup even if there is a new signal.
Here is my EA
https://fxdreema.com/shared/o4v24KZve -
PLEASE HOW DO I IMPORT MY EA TO THE TRADING TERMINAL
-
@NDUBUISI25 said in About the Chrome extension to download files:
PLEASE HOW DO I IMPORT MY EA TO THE TRADING TERMINAL

-
@ambrogio said in About the Chrome extension to download files:
@NDUBUISI25 said in About the Chrome extension to download files:
PLEASE HOW DO I IMPORT MY EA TO THE TRADING TERMINAL

Hello everyone! I'm also new to the subject, I only deal with code. Question: when I paste a file into the Expert Advisor, will the file go without compilation to the Metatrader navigator?
-
@MayaxatL mq4/mq5 files doesn't works by itself, they must be compiled to generate the executable files (.ex4/.ex5)
EDIT: by refreshing Metatrader they will be compiled automatically
-
Today there was a fight with MFI and Envelopes

-
@MayaxatL please open a new topic with your request. This topic is related to other question
-
Sorry! I'm gone now, just working on the code!
-
Thank you for sharing.
-
-
-
~~strikethrough text```
code_text -
@fxDreema hi today i am purches one month plan platforme no priveding files downled not giving what is this next
-
@rajukumbar You can go to the main page to contact admin
-
CAN I DOWNLOAD A FILE ON FXDREEMA USING FREE COURSE
-
@mgift-fx Yes you can if it has less than 10 connections
-
@l-andorrà PLS I NEED ASSISTANCE TO CREATE AN FXDREEMA BLOCK.
Hello great people, pls how can i create a block in fxdreema that does this:
We all know that, Within a timeframe, indicators always move up and down, but i need help from anyone here , on how to create a block that tells me when an indicator didnt cross below a certain value, right from the beginning of the timeframe till the end.
Thanks in advance.
Below is a block that shows that force index crossed below -0.01 within the timeframe. You can backtest it on 1m timeframe in order to understand what i mean.
https://fxdreema.com/shared/uHPifwsN
So what i need is help from you on how to create a block that tells me when force index does not cross below -0.01 from the beginning of the candle till the end.