Good point @jstap
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
) -
How to Round to decimal placesposted in Questions & Answers
Could anyone explain how to have Comments values display correctly when no value yet or if value is 0.0?
Round to 5 decimals is selected in Comments block:

Yet before value assigned or if value is 0, it displays values like this:

-
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Ok @fxDreema - So if I delete my old unused projects that should help?
-- because I do have alot of old projects - not 100's buy probably 100.
I'll delete them anyway I think
Thanks again for getting onto this mate -
RE: How to enable EA to Execute Buttonposted in Questions & Answers
Ahh OK great
Many thanks @roar
Love learning more about FxDreema -
RE: How to enable EA to Execute Buttonposted in Questions & Answers
So @roar something like this?....maybe?
https://fxdreema.com/shared/F6aP3jCKd
Bool Variable "First set conditions met" set to False by default - until changed to True by Block 14
-
RE: How to enable EA to Execute Buttonposted in Questions & Answers
Hmmm I think I'll have to learn what and how to use boolean variable - because don't want Blocks 2,3 4 to run at all until after 11,12,13.
Thanks @roar -
RE: How to enable EA to Execute Buttonposted in Questions & Answers
That's what I was afraid of @roar
It would so much easier if EA could just enable a Button at Block 1.
So how can I get Blocks 2,3 and 4 to run until those conditions are met after Blocks 11, 12 and 13 conditions have been met? -
RE: How to enable EA to Execute Buttonposted in Questions & Answers
So @roar or @jstap,
If there's no way for EA to enable button when I would normally after certain conditions are met, and have to use Turn Off/On Blocks .... can I askin this simple example
https://fxdreema.com/shared/JUfCuy1Rc
once conditions in Blocks 11,12 and 13 are met and Block 2 is Turned On by Block 14 - Will Blocks 2,3 and 4 continue to run (ie waiting for their conditions to met) until Block 2 is Turned Off again by Block 6?
-
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Ok @fxDreema thanks for your explanation - will do same and reload regularly.
It's definitely been quicker and better since your first fix with that email thingy.
And great to hear you're onto trying to solve the breaking problem.
You're a prince among men
-
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
Hey @fxDreema I might have noticed a pattern just before all the blocks disappear etc. No sure if it will help you but...
Often one of two error messages appear just before the crash - one says "There is a problem with the block you are trying to move, reloading might fix the problem" or "There is no connection to the website at the moment. Please try again later."
I have rarely seen these messages prior to a couple of weeks ago - approximately coinciding with when these project crashes started. I have not changed internet setup so might be something about data saving to site? I don't know anything about it.
The crashes are getting frequent and really annoying.
I hope this might give you a clue to help track down what is going wrong.
Cheers,
Jim -
RE: How to enable EA to Execute Buttonposted in Questions & Answers
Hey @jstap Yeah I know Strategy Tester - but because mines a Dashboard with mostly manual buttons to execute things, I like to see in real time - but will try the automation side as you suggest. Thanks my man
