[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 138
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
but for the output, I understand that the printer only prints 4 or less digits.
then if Print (DoubleToStr(Startprice,5)); // print Startprice
it gives out 5.
But when you add a bar time
This line does not add the bar time?
if it's like this.
it's not working, it's blaming '=' - incompatible types C:\fortest\experts\sve.mq4 (34, 14)
How do I write it correctly?
Thanks for the reply, I've been working on it for a week already)
Try it like this:
but for the output, I understand that the printer only prints 4 or less digits.
then if Print (DoubleToStr(Startprice,5)); // print Startprice
it gives out 5.
But when you add a bar time
This line does not add the bar time?
Show how you got bay_min.
How do I teach the computer to perform strictly this task biz brakes? Otherwise, the speed tester lever only responds if it wants to! The delay is often 3-8 seconds. Mentioning all the bad women!
How do I teach the computer to perform this strictly business task biz brakes? Otherwise, the speed tester lever only responds if it wants to! The delay is often 3-8 seconds. Mentioning all the bad women!
Making the best of it
Strategy Tester Report
I managed to create my own EA. I ran it with a fixed spread of 19. Since 2005. Always stop loss. Take always. It does not use averaging and martin. Positions are closed within the day, i.e. are not transferred to the next day.
My programmer is lousy, to put it mildly.
Been away for a few days... I'm wondering - do the wizards thrown over the graph have the same parameters as the wizards used in the calculations? Maybe that's where the problem lies?
Of course, they have the same parameters. Here, in test mode, I opened the properties of a given MA.
(I still had no time to delve into the code and take it apart).
I would make a function, for example:
//-----------------------------------------------------------------------------+
double ma(int MAperiod, int MAmethod, int MAshift) {return (iMA(Symbol(), Period(), MAperiod, 0, MAmethod, PRICE_OPEN,MAshift));}
//-----------------------------------------------------------------------------+
and called it to get parameters