[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 551

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
Can you tell me, when an EA comes with a set, which folder should I put it in? Thank you.
C:\Program Files\MT4\experts\presets
Good afternoon!
Can you help, reading from a file, there is one line (and generally speaking there will be more, but it does not matter), it loops, as if does not see the end of the file...
Fixed it seems, now another problem when reading from a file, the values in the array are 0, I suspect that the decimal places are wrong. I'm attaching the code and a line from the file to make it clear what I'm talking about. This is what you get when testing through Print:
Histxmas[0][0]=0; Histxmas[0][1]=0; Histxmas[0][2]=0; Histxmas[0][3]=0.
Code:
File:
I fixed it, now I have another problem when reading from the file, the values in the array are 0, I suspect that the number of decimal places is wrong. I'm attaching the code and a line from the file to make it clear what I'm talking about. This is what you get when testing through Print:
Histxmas[0][0]=0; Histxmas[0][1]=0; Histxmas[0][2]=0; Histxmas[0][3]=0.
Code:
File:
Maybe the problem is with delimiters. Check int FileOpen( string filename, int mode, int delimiter=';') operator and your file.
Good afternoon.
Already racked my brain.
Why trades on demo do not open with this code on A...ri: everything is fine in tester.
Good afternoon.
Already racked my brain.
Why trades on demo do not open with this code on A...ri: everything is fine in tester.
what options have you tried?
And what options have you tried?
I've tried everything, I even gave it to a friend.
He's got the same thing, doesn't trade on the demo.
I inserted a signal in parallel, to draw an arrow.
The arrow draws, the order does not open. :((
And what variants of order opening parameters have you tried?
Just like this.
I immediately put a takeprofit and a stoploss.
Of course you can open an order and then modify it, but it has always worked on A...ri.
Guys, I made a counter here...it determines the minimum value for an n period...is this correct or not?
Guys, I made a counter here...it determines the minimum value for an n period...is this correct or not?