pip $value consecutive loss
-
hi
is it possible for blocks to work out consecutive loss in pip and dollar values.
eg
martingale system
take profit = dynamic level,consecutive loss $value + option of adding adjust xxx pips,$ or % of lossthanks
todd -
Not currently. And to be honest, I don't know what solution to suggest. It can be made with pink blocks or custom code, but with some tricks which I don't like. And because you got me, I'm gonna give you 1-month extra as a bad attempt to apologize myself

-
thanks for the free month
but i was really hoping for fxdreema update.
please keep me informed if you can think of a solution. -
hi
i am trying a couple of things to achieve the above
can you please look at the attached ea
says in journal after first loss in back test , cant zero divide,
any ideas would be of great help......
take trial.mq4 -
You have division in block 207, it probably comes from there.
I don't know what to say for this EA, you use some objects that I don't know what they are. By the way "Once per tick" is not needed.Here is some example for you, how to calculate consecutives count and total loss in money and pips: http://fxdreema.com/shared/jgz9JX4J
But it's... let's say advanced

......
.fxDreema.mq4 -
hi
is it possible to draw a horizontal line with the value of the variables you have given in the sample
then i could use object on chart to set take profit ect
just thinking of options -
Try "Use virtual stops" in "Options -> Project Options".
Otherwise I have seen some EAs or scripts or programs designed to place orders in different way, you can also search the internet. -
hi
i have been using the sample you sent in previous post for on chart information
but when i compile it lately it says variable not defined dont know why this has happened -
My fault, I think it's working now