@sktsec God bless you. it worked like charm. Thanks
Best posts made by alexitoeve50
-
RE: Source file and ex4 or ex5 not downloding to expert folder anymoreposted in Questions & Answers
Latest posts made by alexitoeve50
-
RE: Backtesting Always slowposted in Questions & Answers
Seriosuly So irritating. How i wish they can make it better. I will be the happiest person on earth .
-
Backtesting Always slowposted in Questions & Answers
When will fxdreema makes backtesting more faster. that is the only reason i dont like using it for coding most times. Even per candle or time filter. still slows down.
-
RE: custom functionposted in Questions & Answers
@Jeson-C said in custom function:
Dont work function This code you wrote does not work like this. Because tick init ... etc. This card is already a function and functions do not work inside functions, my friend.
the code i posted is just an example please, what i want is how do i use functions and call functions in fxdreema is that possible?
-
RE: custom functionposted in Questions & Answers
the code i posted is just an example please, what i want is how do i use functions and call functions in fxdreema is that possible?
-
custom functionposted in Questions & Answers
please i am trying to create a function inside custom block and call it but not working. for example something like this:
void MyCustomFunction(double inputValue) {
// Your custom logic here
double result = inputValue * 2; // For example, multiplying the input by 2
Print("The result is: ", result);
}MyCustomFunction(5); // Call the custom function
-
RE: Source file and ex4 or ex5 not downloding to expert folder anymoreposted in Questions & Answers
@jstap Really appreciate your contribution. Thank you
-
RE: Source file and ex4 or ex5 not downloding to expert folder anymoreposted in Questions & Answers
@sktsec God bless you. it worked like charm. Thanks
-
RE: Source file and ex4 or ex5 not downloding to expert folder anymoreposted in Questions & Answers
@l-andorrà Thank you very much. Even if i use firefox iit is downloading to download folder. i need to download to my mt5 expert folder so i wont be copying from download folder to expert folder everytime and the extention is not adding on chrome or am i missing any thing please
-
Source file and ex4 or ex5 not downloding to expert folder anymoreposted in Questions & Answers
source code and ex4 or ex5 file not downloading to expert folder anaymore.
I tried removing and downloding the crome extention again but seeing this.
Please help!

-
Check Profit Last closedposted in Questions & Answers
I see a problem with this block..
Instead of waiting for the last trade to close and check if it is in profit before closing other running trades..
Immediately is start backesting it closes the first trade.. Without any trade in history before

Why?