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

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
What is the error here and how can it be implemented?
Actually, you've already implemented it), all that's left is to bring the final lot to an acceptable form...
What is the error here and how can it be implemented?
forgot to put ; at the end of each line !!!
Can you tell me if it is possible to output a jpeg on a graph?
What exactly are you trying to implement?
Auto lot counting: 0.01 lots for every 50 balance units.Yes actually you have already implemented), all that's left is to bring the final lot to an acceptable form...
It gave 5 errors when compiling, I didn't understand why.keekkenen wrote >>
forgot to put ; at the end of each line !!!
Thank you very much. It worked.here's an example of a function
the function returns true if a given number of seconds has passed since the last call of the function.
it is done this way, if ( ! isTime(Period()*60) ) return(0); this is true for any timeframe...
in the function the starting point is always the beginning of the current hour(iTime(NULL,PEROD_H1,0))
For example, if you want to have an alert popping up every 111 seconds from the beginning of the first start, you may want to modify this function...
so it would be as follows
so that an alert will pop up every 111 seconds is done as follows
here's an example of a function
the function returns true if a given number of seconds have passed since the last time the function was called.
if ( ! isTime(Period()*60) ) return(0); this behaviour applies to any timeframe.
in the function the starting point is always the beginning of the current hour(iTime(NULL,PEROD_H1,0))
for example, if you want an alert to popup every 111 seconds after the first start, you need to modify this function...
we get the following
so that the alert will pop up every 111 seconds
Thank you, could you tell me how to format it: as a script or as an advisor?
Can you tell me if it is possible to increase the number of lots in a market order without opening new ones?