and another test
Posts made by fxDreema
-
RE: How the generated MQL4/MQL5 code is structuredposted in Questions & Answers
This forum is brand new even for me and I'm still looking at its functions. Yes, there are 2 types of pagination - by scroll and by pages. I also think that it's better with classic pages style.
-
RE: How do I reset a button objectposted in Questions & Answers
Not in the blocks, but in the code - yes. But once I tried that and it didn't worked very much as a button. I put some code in "on Chart" to depress the button, but it was so quickly that the button appeared static, like if I never clicked it.
Yes, I need to find some way to make this work as a normal button, but now I have other things to do
What can you use instead.... maybe text label - https://fxdreema.com/shared/X7S0FjXhb -
RE: Trader3487posted in Questions & Answers
Look at that "Spread" near the "Open chart" button in the Tester, just over "Optimization"
-
RE: Trendline Breakoutposted in Questions & Answers
Reverse that trendline. I think it was ok in my tests, but if this is what you got from the EA... find those "Ray" option or switch coordinates. The idea is for the line to continue to the future.
By the way now I will start to update fxDreema, so you (and not only you) will probably be forced to stop working for now

-
RE: mt5 condition block (custom indicator) issueposted in Bug Reports
Hey, sorry but I'm currently thinking about updating the website, which is a big thing for me. Now I can't think about people's problems + after I update the site, some issues might appear or disappear. So, let's see what will happen first. I will probably forget you, so ask me later about the problem. But if you can make some simple project that contains as less blocks as possible ans shows the problem, this will be the better. Not to mention that it's still Sunday and I can't run EAs on demo account now, there are no ticks

-
RE: mt5 condition block (custom indicator) issueposted in Bug Reports
Set "Current Market" for next blocks - when you run this block once, it activates its output multiple times - as many times as many symbols you provided to it. So, blocks 7, 1, 4 and 8 run few times.
When you have your EA working on one chart, it doesn't work with other charts!
If you have this EA on EURUSD, then Set "Current Market" for next blocks runs because of EURUSD ticks. The EA is not aware of the ticks in AUDUSD or other charts.
The idea of this block is this - to reuse the same group of blocks. Otherwise you will need to have multiple groups of blocks, and for each group of blocks you will need to set specific Market.
The use of this block does not give you the same result as if you put the same single-market EA in 7 different charts.
-
RE: fxDreema Updating Nowposted in Questions & Answers
I already started with the steps to update fxDreema. Now it works on Apache/PHP, but I rewrote everything for NodeJS. The current forum is phpBB and will be changed with NodeBB.
I expect problems! I spent months to prepare everything, but unexpected problems always appear. So, be prepared and I apologize in advance.
Everyone, write in this topic if you have problems. I will try to fix everything as fast as possible.
-
RE: pending orderposted in General Discussions
This code is from another project in which block 6 is "Condition" block

-
RE: Suggestion FxDreema designposted in General Discussions
There is some kind of grid now - blocks snap to 5 pixels or something. But they all have different sizes and this is problem.
-
RE: need help with treadlines pleaseposted in Questions & Answers
I can hardly understand your questions
Maybe you can show some screenshots? -
RE: Where are my Pivot lines?posted in Questions & Answers
This option in Condition block was added by me, I made some custom function to calculate these values. I told you, normally people use custom indicators. But I was asked multiple times for Pivot lines, so I added this option. This option is NOT an indicator. When you select say "H+L+C/3", then you get "H+L+C/3". This is (High+Low+Close)/3. No lines are printed, nothing like this. Only the value is calculated and if you do this for example on the right side in "Condition", then the right side of "Condition" equals to "H+L+C/3". You can still use something else in the left side of the same "Condition", or in other block.
-
RE: Close trade after 20 Minutesposted in Questions & Answers
If you are in the web version, try the Expiration settings in Buy now/Sell now
-
RE: mt5 condition block (custom indicator) issueposted in Bug Reports
Try this wonderful software for making screenshots: https://app.prntscr.com/en/index.html
-
RE: 52 Day breakoutsposted in Questions & Answers
I don't understand what 52 day high means - the highest price in 52, days, the high of the 52th candle or maybe something else.
-
RE: pending orderposted in General Discussions
Oh no, I hate hedging systems. I said this so many times, I think that these are just complicated versions of Martingale. Hard to build, hard to maintain, hard to see what is going on. Even I have troubles to make recursive hedging strategy.
Long time ago I made this example post/11067, but honestly, i want to forget that the word "hedging"
-
RE: Stop trading for the dayposted in Questions & Answers
Well, I will suggest this block Check profit (period of time). I made it for that reason after all

-
RE: Where are my Pivot lines?posted in Questions & Answers
Only one mode, are you sure? http://prntscr.com/d64j0s