I googled and read some pages but I am still struggling with this. Will someone please help me?
The goal is to do this:
I keep getting this error message:
Will someone please explain this in a language I can understand?
What's the code in line 268?
Line 268 is the last line of the function.
return myMovingAverageArray[barshift];
Char 33 is barshift.
- barshift is exceeded by having a higher value rather than Data count to copy.
I thought about that, but I copy three data frames:
CopyBuffer(movingAverageDefinition, 0, 0, 3, myMovingAverageArray);
And I only ask for data from up to 2, I mean: 0, 1, 2. I only need the three last values. Why aren't 3 enough here?
I don't understand. You posted a link to order_calc_margin. Why do I need that? I always have margin. My lots are small enough for at least 10 orders within the margin and I never have more than one order running.
I don't understand. You posted a link to order_calc_margin. Why do I need that? I always have margin. My lots are small enough for at least 10 orders within the margin and I never have more than one order running.
Maha didn't post a link.
It is an annoying feature of this website that links are added automatically to many words. "check" is one of them.
As you see these automatic links often are not actually related to the intention of the post and can cause confusion.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I googled and read some pages but I am still struggling with this. Will someone please help me?
The goal is to do this:
I keep getting this error message:
Will someone please explain this in a language I can understand?