Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 718

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
Thanks for your reply. What about the situation when I see a black screen on the server (I have logged in using correct login and password) and there is an invitation to give a command line (i.e. I have # sign) how should I proceed? I understand thatI will give the commandsudo add-apt-repository ppa:ubuntu-wine/ppa. And then what to do? How do I upload the distribution to the server? How do I create a folder there? How to navigate the directories and how to launch the .exe files? In general, can all very, very detailed? Thank you
It's a console, you have to torture the server support for GUI, otherwise the wine is somehow really out of the picture.
And yes, 128 frames somehow sucks to put it mildly, this server is not for MT4, even though it's free, but it's useless...
Except for some website you can deploy there.
This is a console, you have to torture the server support for GUI, otherwise the wine is somehow really out of the picture. And yes, 128 frames somehow, to put it mildly, sucks, this server is not for MT4, though it's useless, but it's useless too...
Have you tried asking on their forum? I'm not much of an expert on linux, at the user level just from graphics, I don't know much about console commands, alas.
Have you tried asking on their forum? I'm not much of an expert on linux, at user level I'm just a graphics user, I don't know much about console commands, alas.
Again, memory is low, graphics and Wine will eat everything. You may also run out of memory and there will be nothing left for the terminal.
Minimum system requirements
The minimum system requirements are the minimum computer specifications at which the system can be booted.
1024*768 resolution graphic card and monitor
graphics card and monitor with resolution 1024*768
Openbox
IceWM
Fluxbox
JWM
This forum is in English, damn it...
1.if the value of iCCI(34) is greater than zero and the value of iCCI(170) is also greater than zero,this is your condition.2. according to you it comes out that one zero is different from the other, right?
1. No
2. No
Yes, because you are right.
I combined levels asevillive wrote above and now i understand that you're both right and in fact the zero levels should coincide
I already had your algorithm, but not the ticks counter, but to check for a CCI 34 crossing within 5 bars before a CCI 170 crossing when it happens, i think the result should be the same as with the counter
I will keep trying, thank you!
and then on through the loop.
How to do this in the new code, in particular in the"OnCalculate" function
Am I right in assuming that "rates_total" is "Bars" and "prev_calculated" is number of uncalculated bars?
Is it necessary to perform indexing?
In old versions of indicators I used a loop
and then on through the loop.
How to do this in the new code, in particular in the "OnCalculate" function
Is it correct to say that "rates_total" is "Bars" and "prev_calculated" is number of uncalculated bars?
Do I need to perform indexing?
is it possible to do so:
you can go like this:
or like this.
Bars still works.