Porque dibuja una linea en el grafico
Latest posts made by briji2
-
RE: indicator valueposted in Questions & Answers
te hable por mensaje privado pero al parecer no funciona, esque el indicador que tengo es para el breakeven de varios trades pero no da ningun valor de precio, si no que solo tiene un valor que no se actualiza ni cambia, y yo quiero poner el TP por ensima de la linea o el precio que coloca el indicador.
-
indicator valueposted in Questions & Answers
I have an indicator and I need to obtain the price of the created object (line) but it only shows a fixed value in the variable.
-
Reset Variablesposted in Questions & Answers
how to reset the variables when the trade reaches the take profit?
-
Mathematical calculationsposted in Questions & Answers
I need to do this: (in two or more orders)
First order lots * (ask or bid) opening price of the first order = xxx
Second order lots * (ask or bid) opening price of the second order = xxx
third order lots * (ask or bid) opening price of the third order = xxx
etc...
xxx + xxx + xxx = xxx1
First order lots + second order lots + third order lots = x.xx
xxx1 / x.xx = Final result x... weighted price -
RE: formula distanceposted in Questions & Answers
@l-andorrà Yes, or calculate the last open trade. (whatever it is will serve me, I'm doing testing)
Or if it is possible to calculate the distance between the last open trade and the current take profit.what happens is that I need to do a calculation to get a take profit from several open trades.
Every time a new trade opens, the take profit is approaching.Also what I would like to try is to add the main take profit to the break even.
from break even + add Take profit (I do not speak much English, Speak spanish) -
RE: formula distanceposted in Questions & Answers
@l-andorrà between each open trade.
for example if I use the "add volume" block and an trade is opened at 70 pips away and another at 50 pips away. (always changes according to the candle close)or maybe how to know the total distance from the first trade.
I need a code or formula to automatically calculate the distance.

-
formula distanceposted in Questions & Answers
Can you calculate the distance between each trade with the "formula" block?
-
Check profit ??posted in Questions & Answers
it is possible to know where this block "Check profit (unrealized)" will close?
or maybe put a line that follows the price of "Check profit (unrealized)" ?