[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 937
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
//===========================================================================
who can help, explain in russian
how the methodology of training takes place (conditionally, it does not matter which algorithm yet) Neuronka
so the methodology of selection ( tucking parmeters aka values ) is clear
- genetics
- propagation of the backward error (for example)
But what about training? If the fitting logic is not clear - ok, training is finished.
or drop me a link i would be very grateful.
//===========================================================================
i.e. in the tester it is clear there at the expense of building up profits - ok.
but let's say just a perfect sinusoidal sample of xxx values
how is it =) goes the concept of good and enough ?
Thanks in advance for the reply on the subject.
chrs
thanks for the link, what's the best place to start
to catch the logic of the question :?
I've installed Microsoft Visual Studio 2010, chose programming in C++, and a window opened for code. Does anybody know how to create a form?
When programming in Microsoft Visual Studio 2010, a form appears immediately and only then you can proceed with the code; what about C++?
I don't think anything has changed since 2008, and I've only recently mastered it... Anyway, try it this way:
right click on the directory in Solution Explorer->Add->New Item->select Windows Form
Good afternoon. Please make an iBandsOnArray indicator on the macda. It should be like on the screenshot.
b.band on macd
b.band on the macd
Guys, give me an example of how to correctly place an expiration in a stop order. Let's say one minute, 20 minutes, one hour. I can not find and myself do not understand. I am grateful in advance.
here's an example from the guys =)
What if the variable is to be used in the future for some calculations and not just for printing?
What if the variable is to be used in the future for some calculations and not just for printing?
It seems to get to me, honestly with difficulty, I even printed on a sheet to read on the way, one thing I do not understand "JPY" from where? why?
and tell me where do i put this code correctly? if i am not mistaken it should be outside all functions?
It seems to get to me, honestly with difficulty, I even printed on a sheet to read on the way, one thing I do not understand "JPY" from where? why?
and tell me where to put this code correctly? if i am not mistaken it should be placed outside of all functions?
You need to correct digits for yen if you're working with yen and the order symbol contains a JPY. Do not bother - this function will do everything for you. And it should be placed, as well as any other functions outside the body of the EA. And you should call it from the EA as follows: