OK , this works too , maybe a better choice ? ... Thanks 
Posts made by Processman
-
RE: How to display Labels or Text Input on the Chartposted in Questions & Answers
-
RE: How to display Labels or Text Input on the Chartposted in Questions & Answers
Now is fun , this works and the numbers look better. Maybe not best way
use NormalizeDouble ? ... But this is better than nothing ... Thanks man
-
RE: How to display Labels or Text Input on the Chartposted in Questions & Answers
No fun ... Does not work(NormalizeDouble) comment field. And I actually use
"Draw text" block (more features , font type , etc.) ... FXDreema previous version
contained how many decimals parameter for numeric value ... I would like this back.
Sorry my bad english :simple_smile: -
RE: How to display Labels or Text Input on the Chartposted in Questions & Answers
How to cut extra decimals off (Draw text) , any idea? ... Custom Block & DoubleToString ?
https://docs.mql4.com/convert/doubletostring
-
RE: Floating numbersposted in Questions & Answers
Daily % indicator works in comment line , with this code:
Buffer1[0]=DoubleToStr(PercChange, 2);I think "Draw text" block only read buffer value and not include DoubleToStr ?
-
Floating numbersposted in Questions & Answers
Hello Mr. Dreema
It's nice to see that I still have to save my project on a server.
But now , when compling project to mq.4 , digits floating(again).
It's happen when use "Draw text"(value) on the chart.
Is it possible add "NormalizeDouble" and digits(how many) to
"Draw text" block(back) ? ... Sorry my bad english -
RE: Pips From Extreme Issueposted in Questions & Answers
This works for me. Reload history data and try again ...

......
pipsex.gif -
RE: Bug on Chrome and firefoxposted in Bug Reports
Chrome works for me just fine , no problems. Windows 10, 64-bit, Intel.
-
RE: Indicator code mod helpposted in Questions & Answers
OK , I found the modified version which contains 3 buffer.
So no longer need to bother with this question , thanks anyway.//channel distance of last/current bar ExtMapBuffer2[0]=NormalizeDouble(MathAbs(PP - P1)/Point,0); //angle of channel ExtMapBuffer3[0]=NormalizeDouble(-Step/Point, 2); -
RE: Indicator code mod helpposted in Questions & Answers
OK , but this indicator has only one buffer. But i can read lines object value(by name) and compare.
as you see in the picture(Channel)

......
USDJPYM15.jpg -
RE: Indicator code mod helpposted in Questions & Answers
Well ,i need check "Channel size" value to this indicator. I do not want to open a trade if the value is less than 150(example) ,
flat channel. But value is "comment" , and fxdreema cant compare this ? ... Well , I'll be fine without this
-
RE: Indicator code mod helpposted in Questions & Answers
Hello
How can I change "comment" to "object" in code(last line) ? Then EA can read value(Channel size) ... Any ideas?ObjectCreate("MIDL", OBJ_TREND, 0, T2, (P2 + PP + Step*AB) / 2, T1, (P1 + PP) / 2); ObjectSet("MIDL", OBJPROP_COLOR, Lime); ObjectSet("MIDL", OBJPROP_WIDTH, 1); ObjectSet("MIDL", OBJPROP_STYLE, STYLE_DOT); Comment(" Channel size = ", DoubleToStr(MathAbs(PP - P1) / Point, 0), " Slope = ", DoubleToStr(-Step / Point, 2));
......
channel.jpg -
RE: Pending order questionposted in Questions & Answers
OK , understood ... Can also be negative , trailing pending too. Works fine(demo) , no need to worry order type.
Only set distance(offset) to open price ... Fxdreema are awesame
-
RE: Pending order questionposted in Questions & Answers
Another question ... How to select order type (BuyLimit , BuyStop) in "Buy pending order" block , (or sell) ?
https://book.mql4.com/appendix/limits -
RE: share strategiesposted in General Discussions
OK , I can show you one fxdreema project. There are a few popular indicator and algorithm.
It's not 100% perfect(hard job) , but you can use this for your own study ? ... I dont know ... -
RE: Time filtersposted in Questions & Answers
Hello
I like run my blocks every 15-20 seconds , smooth ... There is "Once per seconds" block with seconds parameter , but
i think "Once per" passes somewhere in sedonds period ? .. I hope at time filter passes smoothly , like this (sorry my bad english)Run blocks --> wait 15-20 sec ---> run blocks again --> wait 15-20 sec --> etc ...
-
RE: Hi admin. I need help with 0.1000000000000 and 1e-005 what is IT?posted in Questions & Answers
Yeah , NormalizeDouble rocks , i think , who need more than 5 digits ? ... Compare another value , print in chart , etc ?
Weird numbers mess everything ? ... Now as long as I'm joking ? ... Sorry for this , a couple of beers consumed
-
RE: Custom indicator suddenly not workingposted in Bug Reports
Now I show the same errors while compiling , wtf ?
image url)