[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 31

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
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!
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 profit and one is loss, the resulting loss will be higher 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!
That would be absolutely correct:
Thank you!
Good evening everyone! Could you please tell me how to access the data that the custom indicator writes to arrays in the EA?
Good evening everyone! I want to ask how to address the data that the custom indicator writes in arrays in an EA?
Добрый вечер всем! Подскажите, пожалуйста, как в советнике обратиться к данным, которые пользовательский индикатор записывает в массивы?
charter:
iCustomand what does "Custom indicator must be compiled (file with EX4 extension)" mean?
nadya:
Good evening everyone! Please tell me, how in my Expert Advisor, how to access the data that the custom indicator saves in arrays?
and what does "Custom indicator must be compiled (file with EX4 extension)" mean ?
Do you have an indicator, which data you want to receive to your EA? If so, do not bother with this line. Take its data and that's all...
Then all the knowledge will come and the question will disappear by itself.
Do you have an indicator whose data you want to get into your EA? If yes, then don't bother yourself with this line. Take its data and that's it.
Then all the knowledge will come and the question will disappear by itself.
I can't do that, I need to get to the bottom of it. does the indicator with the name "yty.mq4" have the required resolution?
Hello, could you tell us how to correctly implement the following condition: We take the high of the candle and place a SellStop order with a stop and takeout 50 pips below it. Then if the order is open and the high updated (no matter at this candle or several candles later), we modify SellStop calculated - below 50 points from the new high with a stop and take. And so on, until the order becomes Sell. The order should be modified, rather than deleted and opened a new one! Thank you.