Seriosuly So irritating. How i wish they can make it better. I will be the happiest person on earth .
Posts made by alexitoeve50
-
RE: Backtesting Always slowposted in Questions & Answers
-
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? -
RE: Indicator work on a particular Time Frameposted in Questions & Answers
I made a mistake all works now
-
RE: Indicator work on a particular Time Frameposted in Questions & Answers
@jstap only block 97 of buy uses timeframe I set which is macd and also I can't rember the block number for sell py uses time frame I set for macd..
So why do the macd use current and the tf I set instead of the tf I set
-
RE: Indicator work on a particular Time Frameposted in Questions & Answers
@jstap set macd vallue to true then backtest..
The ea should use only the time frame macd I set.
But it is using the current time frame and the timeframe I set inside macd.
So confused
-
RE: Indicator work on a particular Time Frameposted in Questions & Answers
@jstap said in Indicator work on a particular Time Frame:
@alexitoeve50 This normally works for me, put a shared link here so block set up's can be checked
the link below
https://fxdreema.com/shared/YAuckZm1e@jstap said in Indicator work on a particular Time Frame:
@alexitoeve50 This normally works for me, put a shared link here so block set up's can be checked
-
RE: Indicator work on a particular Time Frameposted in Questions & Answers
thank you thiis is the link
https://fxdreema.com/shared/YAuckZm1e -
Indicator work on a particular Time Frameposted in Questions & Answers
Please how do i make an indicator work on only the TF i select as input..
Because after selectin the TF..The inidctaor uses the current Timeframe and the timeframe i select to trade.
i want it to trade using a particular timeframe i select regardless of the chart i apply it to..

-
RE: Get each open price value of opened tradesposted in Questions & Answers
@jstap Thank you very much..I really appreciate....
-
RE: Get each open price value of opened tradesposted in Questions & Answers
@jstap thanks for your reply..
But I don't understand..
Let's assume I have 8 trades running..
And I want each open price of each trades to do something ...
The next open price do something.with my formula
Then next open price do something again with my formula
Until the 8th open price..
Please can you share an image sample.thanks..
-
Get each open price value of opened tradesposted in Questions & Answers
Please how do i get each opened price of each trade. i need the value of each opened price of all my trades...Not total because that is what bucket of trades would do...But i need each opened price..
thanks