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

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
Good evening! I'm stumped. I have two orders open in the tester, one with takeprofit, the other without it at all.
They both take takeprofit at once!!!!
I've passed this place eight times in the tester. I can't understand it!
Good evening! I'm stumped. I have two orders open in the tester, one with takeprofit, the other without it at all.
They both take takeprofit at once!!!!
I've passed this place eight times in the tester. I can't understand it!
Looks like a clone double! Try it on Demo! Tell us about it later!
So look, where the SL triggered, the loss, and where the TP, the profit. That's right!
Check what the log says? So, step by step trace all the actions!
Only in the tester pass doubles! On the demo, moreover, on the Real will be 1, and the second will not pass, there will be a lot of mistakes!
The question is this. If I want to place a Limit Pending Order which will trigger exactly at the opening of the Day Bar, i.e. the bar on TF D1. How should I implement it? I do not really understand the logic. After all, I do not need to put a simple Limiter, but a Limiter that will work exactly at a certain time, i.e. at the opening of a new bar of the day.
Good evening! I'm stumped. I have two orders open in the tester, one with takeprofit, the other without it at all.
They both take takeprofit at once!!!!
I've passed this place eight times in the tester. I can't understand it!
This is a strategy. I might take a screenshot of it now. Oh, my older brother's here. I can't make it in time. It's a weird situation.
When Diman, will you be able to use a PERSONAL CAMPAIGN?)
Have you made any money in a year on the real world? It's like the START amounts allocated to you, isn't it?)
First of all, define the terminology - "the limit which will be triggered exactly at a certain time" - what does it mean "the limit will be triggered"? And the more details you give about this magic process - the easier it will be to implement it in real life.
Yes, I misspoke. I mean, basically. If it's clear here, the pendulum is only put on price.
Here's the code:
The question, in fact, is not very complicated. I have passedformal parameters priceForBuy and priceForSell into the Trade(int signal, double& priceForBuy, double& priceForSell) function. The parameters are passed by the links. Isn't it done this way? The functions are local, not global.
An error has occurred during the compilation:
Where is the error coming from? I have already defined these parameters in functionGetPriceToInput().
and what is the pretzel & after double for (I honestly don't know)?
It's an obsession with wanting to pass parameters by reference. :-)