Forum

Strategy Tester, it is possible to step backward like forward?

Hello folks, I would like to know if with the Strategy Tester , it is possible to step backward like forward?. With F12 key I can go forward (as I want), but I would like to go backward as well. Is there some way to do that? Thanks in advance, Cyberglassed

in backtesting, how to determine the uniform behaviour of the balance curve based on the ST report...

Hello folk, I goold like to know, which of the following Strategy Tester report parameters infrom me about the uniform behaviour of the balance curve after bactesting

Evaluating math formula from string

My question is very simple. Imagine we have the following string: string formula = "pow((1 + 3) * 0.7482, 0.5)" ; Is it possible to calculate that formula which will be provided during run time as a string? The result should be: 1.7299710980244727 Thanks

On the Strategy Tester, I need to read the values of one Indicator inside another Indicator, both loaded within an Expert Advisor

Hello again folks. I have one Expert Advisor (EA) which loads 2 indicators. Indicator 1 is a moving average (IND_MA / top indicator) and Indicator 2 is a custom indicator (IND_CUSTOM / bottom indicator) which reads the information from the moving average indicator on every tick and output the values

Does somebody know when next build will be released?

Hello, does somebody know when next build will be released?, the date of next release is documented somewhere?. Regards Cyberglassed

given an indicator handle, how do I get the non plotted region width at the begining?

Hello, I have a Bollinger Bands indicator on the chart. Also I have its handle. Then I would like to get the number of candles before it starts to be plotted? Please, check the image below: I want to get the number of candles betwen the two yellow dots, I mean: 39. I would like a clean and

Does MT5 do a time change also when the political administration do it?

Hello, I would like to know if MT5 do a time change when political administrations do it, and in that case which is the moment when MT5 do such times changes? As all we know, countries change the time to take advantage of the summer light, see link below

problem while using ReadFile WinAPI function...

Hello folks, I have spent all the afternoon trying to get the following code works. After tried it with no success, I built a completely different code with Windows APIs to use the correct names from Kernel32 library but also didn't work

how to be sure that a custom indicator have been already loaded into the chart?

Hello, I would like to know how to be sure that a custom indicator have been already loaded into the chart? I have an script, then inside it I create an instance of a custom indicator (slower than built-in indicators) and add it to the chart. After that I read some values of the custom indicator but

how to use indicators handle as input parameters inside another indicator?

Hello folks, I have an indicator {indicator_diff} where I need to make use of the handles of other two indicators {indicator_1, indicator_2}. What my indicator does is output the difference between the other two indicators, given by the handles: {handle_1, handle_2}. Both handles are passed as input