[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 714

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
Friends, a question like this:
How to check the existence of an object already built on the graph, in this case
ObjectCreate("Trend_Line_DN",OBJ_TREND,WinID,TimeDN[1],PeakDN[1],TimeDN[0],PeakDN[0]);
see https://www.mql5.com/ru/forum/111497/page709 just in case
I have laid out the code for deleting objects, you can redo it for counting, etc.
see https://www.mql5.com/ru/forum/111497/page709 just in case
I posted the code for deleting objects there, you can redo it for counting, etc.
Please tell me which indicator should be used on the minute charts?
Please tell me which indicator should be used on the minute charts?
Which one do you want to use?
Are you saying that the indicators work equally on both the daily and minute charts?
Are you saying that the indicators work equally on both the daily and minute charts?
I mean use the indicators you know and feel comfortable with.
Hello! Please help a "dummie"! How to make the OrderTakeProfit () function output five decimal places. The code is below. Thank you.
}
Hello! Please help a "dummie"! How to make the OrderTakeProfit () function output five decimal places. The code is below. Thank you.
}
Who's to say this function doesn't give the right number of characters. It gives even more.
Hello.
The essence of the question:
In file 1.csv the current value of four variables is written
int a1, double punkt, double nn, double mm .int handle=FileOpen("1.csv",FILE_READ|FILE_WRITE,';');
FileSeek(handle,0, SEEK_END);
FileWrite(handle,a1,punkt,nn,mm);
FileClose(handle);
This is what we get:
2;0.4;1000;1000
2;0.4;1000;1000
2;0.4;904;1000
2;0.4;904;1000
3;0.4;1128;1000
3;0.4;1128;1000
The variables must take the last value as a result of accessing the file:
a1==3, punkt==0.4, nn==1128, mm==1000.
All seems to be easy - but I do not understand it.
Please help.
Who's to say that this function doesn't give you the right number of characters. It gives even more.