@tipsywisdom Yep it works now - thanks for your help mate.
I have been having trouble with all my EAs in MT5 so I reinstalled MT5 and just quickly made that MACD to test - when it didn't work I incorrectly assumed it was some other problem. But luckily you sorted me out.
Thanks TipsyWisdom you are a gentleman and a scholar!
Best posts made by Jim67
-
RE: Help with MT5posted in Questions & Answers
-
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Thanks fxdreema,
I did read that after the first time it happened.
Definitely only had one project open in one tab.
Changed browsers to Chrome.
After the first crash, I did Import Project mq5 file from last week as skeleton - changed the name and started rebuilding.
One project, one tab.
Dragged a Draw Shape block into project after over 20-25 new blocks and bang - all blocks went blank, resized to tiny, all connections deleted, all constants and variables gone. Tried History to undo - didn't work.
Maybe the Importing was the problem second time - but have done that for years to save time and never had a problem.
Think I'll just have to start again from scratch.
Let me know if you have any thoughts/theories because as you can appreciate, it's a lot of work to lose.
Thanks again for your reply.
Cheers,
Jim -
RE: How to enable EA to Execute Buttonposted in Questions & Answers
Hey @roar thanks for your reply.
I had tried Run Blocks but that only executes blocks once - whereas activating the Button will run attached blocks whilst button is on (ie waiting for next conditions to be met)
But whilst I was redoing the example project to explain what I mean, I realised I haven't tried "Turn Blocks On"
So will give that a go once markets re-open next week.
Thanks again for your help mate
-
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Many thanks @fxDreema

I had noticed it was slower than usual but thought it just my connection.
Hope this fixes it - it was driving me crazy.
You're a champion because I absolutely love using FxDreema
-
RE: How to enable EA to Execute Buttonposted in Questions & Answers
Ahh OK great
Many thanks @roar
Love learning more about FxDreema -
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Well @fxDreema whatever you did has definitely sped things up - before, opening or saving block changes etc were literally taking 5-10secs per save - whereas now it's back to 1 sec or less.
So I think you nailed the problem my man, thanks again
οΈ -
Display Decimals on Chartposted in Questions & Answers
Hi All,
Thought I'd share a way to display price level on any chart with any decimal places.
Example here uses "Buy Price" (C-1 High +Spread) as an example:https://fxdreema.com/shared/mCkCFQKUc
Hope it helps someone sometime.
Cheers,
Jim
Latest posts made by Jim67
-
Display Decimals on Chartposted in Questions & Answers
Hi All,
Thought I'd share a way to display price level on any chart with any decimal places.
Example here uses "Buy Price" (C-1 High +Spread) as an example:https://fxdreema.com/shared/mCkCFQKUc
Hope it helps someone sometime.
Cheers,
Jim -
RE: How to Round to decimal placesposted in Questions & Answers
BRILLIANT! @sktsec All FIXED!
Well done - thank you so much for your help.
Thanks also to everyone who replied too.
Love the Dreema and love the helpful community
-
RE: How to Round to decimal placesposted in Questions & Answers
Hey @sktsec
No cigar I'm afraid, if I've done it right:

Frustrating little glitch hey.
Let me know if you think of anything else that might work.
-
RE: How to Round to decimal placesposted in Questions & Answers
Hey @sktsec Thanks for your reply.
I tried:
*NormalizeDouble(1,5)
and
*NormalizeDouble(Range_Low,5)
and
=NormalizeDouble(1,5)
and
=NormalizeDouble(Range_Low,5).... but all still give "0.0000000000000000+e00"
Am I doing what you suggested correctly?
Otherwise, think I might just have to put up with it .
Thanks again for trying to help.
Really appreciate it -
RE: How to Round to decimal placesposted in Questions & Answers
Makes sense @General-Melchett but didn't work - tried it like this:

Does that look right or am I still missing something??
-
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
All good @fxDreema - I was being flippant really anyway

I hope your database tweaks help.
Onward and upward chaps -
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Oh OK @roar - I was just trying to help - maybe reduce the limits then.
I dunno -
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Ahh OK I see @fxDreema - I deleted about 100 of my projects anyway, hoping it might help.
So why not just put a project / block limit on these greedy pricks that are causing problems for everyone else.
It's your site after all, you call the shots - 99% of users would support you I reckon.Thanks again for the explanation.
-
RE: How to Round to decimal placesposted in Questions & Answers
Hey @l-andorrΓ thanks for your reply,
For EURUSD 5 decimal place I tried "=NormalizeDouble($,5)" in block where variable is generated and in the Comment block, but did not a difference.Is that how you meant to use the code (bear in mind I know jack-shit about coding
)