Fixed
Posts made by fxDreema
-
RE: Alert on Indicatorposted in General Discussions
What was the condition?
Now I can't find the same project that you had 
-
RE: How to define constants without making them extern?posted in Questions & Answers
No, real constants can't be added.
Remember that this tool is meant to be used from people that don't even know what constants and variables are, so from the very beginning I was using these terms to describe some fxDreema elements that may have different names in MQL4/MQL5.
extern parameters should not be modified and in MQL5 I think such attempt will result in an error, so externs are constants in some way. I use few real constants in the code, but you are maybe the first one to ask why these are missing from fxDreema

There is small problem with the real constnts - there are many predefined constants with various names already in MQL4/MQL5. What if someone decides to make a constant OP_SELL... he will not be able to do that. I think that the real constants are too geeky.
-
RE: Multiple Tradesposted in Questions & Answers
mustafaaydinol, if there are bugs, someone would tell me. Especially for blocks such as "No trade" that are used in almost every project. More than 220 people have active subscriptions at any given time, there are almost 11000 profiles created. Also, I'm very careful when touching something just because many people are using the system and I don't want to break something. Most of the time I'm not touching anything, because I'm working on my local system. I just don't believe that "No trade" is broken. Because you are a newbie, the chance is that you are missing something

-
RE: how to get basket trades to work..posted in Questions & Answers
The desktop version is 1 year old and I abandoned it
I made these Bucket blocks (and other blocks) after that. -
RE: Crossingsposted in Questions & Answers
And better don't touch it. I added this "cross width" option probably in december 2011, but only once I saw someone that really needed that option
-
RE: How can I remove Commentsposted in Questions & Answers
Mmmm... I'm not sure that I understand the problem?
The same "Comment" block rewrites its information every time you run it, yes. -
RE: Custom Indicators/Working with Buffersposted in Questions & Answers
If everything works most of the time and sometimes it doesn't, I can blame the server for that. But to be honest, I don't know what it the problem exactly. I wrote to the server support few times in the past for this problem, but of course the guy always say that everything works and there is no problem. Nevermind, these days I will switch to NodeBB and we will see what will happen... it will be better or it will be crash

-
RE: Hi All.. new here-- few questions and -- hello :)posted in Questions & Answers
I don't understand how new people still discover that desktop version

- No. The desktop version uses these paths to save the output file
- Yes. Well, I don't know how to work with Renko in the Tester, but if you put the EA over an offline renko chart, it should work with it
-
RE: Just When You Thought You Had Itposted in Questions & Answers
I see 2 paths for "Sell now" - the first one is after block 7 and the second one is via block 16. Yes, "Sell now" will run 2 times in this configuration if the candle is new for "Once per bar".
I think I told you few times about that immediate close. I don't know what else to say
Here is that flip-flop example from which you can get some ideas: https://fxdreema.com/demo/mt4-buy-sell- ... conditions -
RE: Pending Ordersposted in Questions & Answers
This happens when you have enabled the OCO option - the block makes 2 pending orders at the same distance from the current price. Disable OCO
-
RE: Where are my Pivot lines?posted in Questions & Answers
Well, I backtested this EA and I see those lines - 6 pink and 1 green line in the middle, and they change their position from time to time
-
RE: FxDreema Tutorialposted in General Discussions
This website is for programming languages. fxDreema is not really a programming language

-
RE: London open EAposted in General Discussions
I don't fully understand the question
Maybe you are asking for this: http://prntscr.com/czd7m3 -
RE: Alert on Indicatorposted in General Discussions
http://prntscr.com/czd5qf
If this is the EA, don't do that with the Spread filter. 2 Spread filters are required here... or better place this one somewhere above.I don't know about Williams - either crossover or > / <. It depends

-
RE: Multicurrency mt5 errorposted in Questions & Answers
I found some problem and I think I fixed it. Is it working now?
-
RE: Custom Indicators/Working with Buffersposted in Questions & Answers
Interference... no, I don't believe that
