[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 283
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
When you output buffer values to the screen, what do you do? You are outputting numerical data anyway. If you want to output an empty string, or "Empty Value" or "EMPTY_VALUE", output them as string variables.
I.e. :
string val;
if(buffer value==EMPTY_VALUE) {val="EMPTY_VALUE";}
But if(buffer value!=EMPTY_VALUE) {val=DoubleToString(buffer value, 8);}
and display the value of the variable val instead of the buffer value.
This tail is responsible for the output of this data:
First like this:
and then replace the tail:
Does anyone have a tick collector that saves tick history as follows: tick arrival time, asc, bid? the codebase only has a tick collector without asc.
To artmedia70 and granit77.
You gentlemen are to be severely reprimanded. Couldn't you have explained it to me? ))))
It took me two days to solve a simple problem ....
This is what I got:
It works now.
Thank you.
Now I can go to the island with the girls....)))
To artmedia70 and granit77.
You gentlemen are to be severely reprimanded. Couldn't you have explained it to me? ))))
It took me two days to solve a simple problem ....
This is what I got:
Now it works.
Thank you.
Now I can go to the island with the girls....)))
Only this time for three! :)))))))))
You live beautifully!
Good afternoon everyone!
I can't quite figure out how to close orders...
The order is successfully opened, but is not closed. The program only opens one order. Who has a minute and desire, look at the code please...
Thanks in advance!