[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 30
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
.... Just look in the tester's visual mode to see when the semaphore signals appear and how they change. The author, I think, warned that you can't use the signals head-on.
It's an ordinary zigzag, only drawn with balls.
What time - local or broker time? Where - in MT4 (Expert Advisor, indicator, script) or elsewhere? The shift (-3) - relative to what time and with what accuracy? Do they take into account the daylight saving time? Is there a "non-sophisticated" solution?
Alpari is based on Central European time (-2 hours) with Moscow.
Do a search - there must have been a similar topic.
The robot is set to: Take Profit = 50 pips
- What do you mean, will the net profit be 50 pips? - If yes, will it be a net profit for both Buy and Sell?
- Or is it the distance from the position opening level? - In this case net profit will be lower due to not taking spreads into account.
.
Not interested in private opinion (which is better or worse), but "standard".
I am not interested in private opinion (better or worse), but in "standard". Thank you!
The robot is set to: Take Profit = 50 pips
- What do you mean, will the net profit be 50 pips? - If yes, will it be a net profit for both Buy and Sell?
- Or is it the distance from the position opening level? - In this case net profit will be lower due to not taking spreads into account.
.
Not interested in private opinion (which is better or worse), but "standard".
I am not interested in private opinion (better or worse), but in "standard". Thank you!
"standard" - see the whole page, but especially the content and description of the OrderSend() function.
"standard" - see the whole page, but especially the content and description of the OrderSend() function.
In that example it's the same as in my past robots, although I'm not quite sure why this particular solution was chosen?
->
If we set TP = SL and have two buy trades, one of which is profitable and one is loss-making, the result will be a loss greater than the profit.
- Isn't it implied that when TP and SL are equal, we want them to fully compensate each other in the end?
Thank you!
- Isn't it implied that with TP and SL being equal, we want them to end up compensating each other completely?
Thank you!
No. It's called a priori drain at the expense of the spread. :-Р
How do I make them not reset?
output the variable declaration for the start function, for example
int n;/ if a variable is given a value in the code, it will remain that value until a new value is given
start
{
code....
}