DislikedBut to be complete here is the latest V3F and the setfile i am using (well between compiling that is else it is running on default settings) {file} {file}Ignored
does my toy try to tell me something?
Take what you can, give nothing back
Trading Dashboard For Currency Basket Trader (EA) 33 replies
I need a Trading Dashboard or Trading Panel 1 reply
Dashboard DB_CCFp-Diff Sessions/News Trading 6 replies
Dashboard trading EURNZD 3 replies
Which dashboard for basket trading? 9 replies
DislikedBut to be complete here is the latest V3F and the setfile i am using (well between compiling that is else it is running on default settings) {file} {file}Ignored
DislikedBut to be complete here is the latest V3F and the setfile i am using (well between compiling that is else it is running on default settings) {file} {file}Ignored
DislikedBut to be complete here is the latest V3F and the setfile i am using (well between compiling that is else it is running on default settings) {file} {file}Ignored
DislikedBut to be complete here is the latest V3F and the setfile i am using (well between compiling that is else it is running on default settings) {file} {file}Ignored
Disliked{quote} If you expect a calculation result to be 0.0 and you test if 0.0 i can happen that the result = 0.00000000000001 so, not 0. You do not want to know how many hours/days debugging those rounding errors cost me.Ignored
NormalizeDouble(xx.xxxxx,1)
Disliked{quote} Hi I tried everything I can not to Hotpotato settings. No one can help. I just work with a very bad English . ThanksIgnored
DislikedBut to be complete here is the latest V3F and the setfile i am using (well between compiling that is else it is running on default settings) {file} {file}Ignored
Disliked{quote} Thank you! Question: To 'help' and 'expand' the 'hundreds' who can experiment now w/ idontknowwhatiamdoing.... (1) What trigger and trade conditions would you suggest we 'play' with to 'help'? (2) Suggest Lower or Raise? (3) (confused) Is Maria's M/S on Bid Ratio 'operational'/included on idontknowwhatiamdoing? (I can't tell) Robinho is playing w/ the ASH... so I would like to hear from him/see his set file. You have turned it 'off'. (I think) You are WAY ahead of the curve since you are the 'architect' of so many triggers and conditions....Ignored
Disliked{quote} No, i can't fix that under MQL. It is a well known problem while working and calculating with decimal fields. You have to be very careful with that. If you expect a calculation result to be 0.0 and you test if 0.0 i can happen that the result = 0.00000000000001 so, not 0. You do not want to know how many hours/days debugging those rounding errors cost me.Ignored
Disliked{quote} If once again I do not understand you (Just because my English is very bad), please forget itLet me explain again: For example, if A = 1.5 and B = 1.5, then these numbers are clearly equal. Unseen by the coder, mql4 may actually be giving B the value of 1.50000001, and so the variable are not equal, even though they are. This function addresses the problem of the way in which mql4 compares doubles. It often messes up the 8th decimal point. ========== bool Equal(double num1,double num2) { if(MathAbs(num1 - num2) / (MathAbs(num1) + MathAbs(num2))...
Ignored
Disliked{quote} HI changed the settings. I replaced settings Hotpotato . post NO 5446 ThanksIgnored
Disliked{quote} If once again I do not understand you (Just because my English is very bad), please forget itLet me explain again: For example, if A = 1.5 and B = 1.5, then these numbers are clearly equal. Unseen by the coder, mql4 may actually be giving B the value of 1.50000001, and so the variable are not equal, even though they are. This function addresses the problem of the way in which mql4 compares doubles. It often messes up the 8th decimal point. ========== bool Equal(double num1,double num2) { if(MathAbs(num1 - num2) / (MathAbs(num1) + MathAbs(num2))...
Ignored
Disliked{quote} so youre good to go now? changed the settings? that text file after download you must rename it from .txt to .set and will work.Ignored
Disliked{quote} Better test for (num1+num2) != 0 or it will fail Good Idea, FerruFX's is what I though of firstIgnored