[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 160

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
extern double Lot = 0.01;
extern double LotFactor = 0.01;
SendOrder(0,Lot,Ask,1,stop.loss,take.profit.0);
Lot=NormalizeDouble(buy.last.lot+LotFactor,DG);
SendOrder(0,Lot,buy.last-step[buy]*Pp,1,stop.loss,0);
Can you use functions?
I think I know a little bit about custom functions.
I wrote it a little wrong, I've fixed it.
Is that a script or something?
is this a script or what?
This is a piece of code from my EA which increases order lots as they are placed.
Send the EA itself to me on my mailbox if you can. I'll take a look at it.
Send the EA yourself if you can. I'll take a look at it.
You've got an advisor on a pause.
Can you tell me why iBarShift in the indicator keeps returning 0?
It all started when the indicator would periodically stop drawing. Decided to find out the reason why this happens and came across that iBarShift always returns 0.
A piece of code:
I think so, check...
Hello. Do you know if there is a built-in function that allows you to determine the candlestick number from the time?