Last Looser Formular?
-
Is there any block which one can give me a result of the last lost trade? Like this: Check how many money you lost on the last trade and put it in a result1 named "last looser".
I just need it to work with a nother Formular that says: Equity + "last looser" = result2, named "next profit"
thanks for your help!!! -
This may help: http://fxdreema.com/shared/AUKgPahib
-
very nice! Thanks!!! -
but a arrow can not tell me how much pips or money I lost in the last trade!?!?
-
I use arrows to help me see things. See what's in Condition block, the left side.
-
Ok, the condition tell me, if profit amount is below 0, that the ea draw a red arrow. I need to know, how much pips or money the profit was below 0.
Do you know what I meen? Thanks for your support! -
What value do you think the left operand has? Of course it has the value of the profit (negative in case of loss). You can use this value in the way you want, notice "Alert message" block.
-
HM... I thought, that the Condition only say that Profit < 0, the result is true or false and if it is tru, the ea draw an arrow. Give this condition a real number of the negative Provit like 12 Pips ore 12 USD?