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
First of all, I said to declare variables inside the START FUNCTION, and here we have 25 again.
Secondly, why do you need a second loop? And why did you add extra checks to mine?
his code is messed up wildly, the same checks in the loop are repeated 10 times, there are a ton of mistakes, even the modification function has a magik instead of a delay expiration time... it's all bullshit, and it's our fault for not explaining it well...
IT'S NOT BAD EXPLANATION, IT'S THE WRONG EXPLANATION, YOU'RE LOSING IN DIFFERENT WAYS WHAT I HAD INITIALLY AND WITH THE SAME ERROR
First of all, I said to declare variables inside the START FUNCTION.
Secondly, why do you need a second loop? And why did you add extra checks to mine?
I HAD IT IN THE SAME PLACE (INSIDE THE START), BUT I DON'T WANT TO REMOVE PENDING ORDERS AND EVERYTHING ELSE IS THE SAME (NOT ZEROED)
AS YOU CAN SEE AND THERE (INSIDE THE START) THEN THE PENDING ORDERS ARE JUST NOT DELETED, BUT EVERYTHING ELSE IS THE SAME (NOT RESET)
Let's think logically, these 4 variables are reset at every tick, right?
second question, if there are no orders, then nothing is assigned to these variables and they remain zero, right?
and the last question, if they are equal to zero, how can they not be zeroed?
Let's think logically, these 4 variables are reset at every tick, right?
second question, if there are no orders, then nothing is assigned to these variables and they remain zero, right?
and the last question, if they are zero, how can they not be zeroed?
WELL, TRY IT AND SEE FOR YOURSELF... I WAS THINKING THE SAME THING...
You don't haphazardly put things away and put them in, you have to think. You know everything, you think everything, but the result is absurd.
Just write a loop where each order has its ticket and its spots, but don't write anything else. You should put the code here