@jimifx707 You didn't provide the right link. This is the way to do it:

@jimifx707 You didn't provide the right link. This is the way to do it:

Did you pay via crypto? Then payment processing can last up to a week. You should contact the admin to let him know:
@Pheaktra-Capo Yes, this is the normal way to work. Bots don't 'remember' any value opn any variable when they or the platform itself are restarted. If you want the bot to do that, you need to store the value on a 'Terminal Variable' instead. Like this:

Then, once the bot is restarted, you need to 'refeed' the variables you need with those terminal variables through the 'on init' tab.
Before trying to us any custom indicator you need to check this:
If the answer for any of the questions above is no, I'm afraid you will not be able to make a fully functional bot with that indicator here in fxDreema. If the answer is yes for both, just share the project here and I will take a look at it for free.
I know the admin is modifying the platform code because of an error I found some days ago. I have no idea if it is related to your issue or not. You'd better contact him to let him know just in case.
@javi0030 Entonces ese era el problema. Por desgracia, de tanto en tanto, algún bloque de fxDreema se corrompe y hay que substituirlo. No pasa a menudo, pero sucede.
@merajmusic You can also do it this way (for buys only):

The problem is that there can always be a new candle later with a higher higher volume. You can never be sure the highest now will be the highest today.
@Nkulu This is because all 'for each trade' blocks on mql4 should be substituted by 'for each position' blocks on mql5 before doing the compilation. Same with all other blocks with the words 'trade' on mql4 and 'position' on mql5.
@choppedice You need to use this block in the 'on chart' tab:

You need to type the object's name in the field to make the block know which object you are clicking on.
On picture 2 you can see the buffers are not correctly identified (no colour is visible there). That means fxDreema cannot find them. The only option is emulating them as explained the the second half (for ex5 files) of the following tutorial:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
It doesn't work either, then I'm afraid you will have to find another indicator.
No backtesting is reliable. The best you can get is:
Forget trying to find any 'magical website' out there, honestly.
@MT4stefano You can connect those condition blocks with the relevant time frame within like this:

@xburbx You should use this block for calculating gaps instead:

In this example, this gap is measured from yesterday's close price (bullish candle) and today's open price. You will have to invert the order or price levels for the opposite gap
The logic is correct. Is this the whole project or just part of it? Because the issue must be somewhere else.
Sorry, I missed your request here. You will need variables to make it work. Are you familiar with variables in fxDreema?
@faisalfiaz2002 Sadly, there is nothing like what you requested. This is why people like jstap or me offer what sktsec mentioned. Then you can find some Youtube channels offering hints and tips (mine included). Other then that, coming here and asking for help is how 99% of all of us learnt how to use fxDreema.
Do you mean for free? The only one I know is Dukascopy.
Sadly this is one of the side effects of using fxDreema. In order to make it easy to build almost any strategy you can imagine, a lot of unnecessary and innefficient code is necessary. This is the trade of that we need to accept when using it.