I want check that my closed position was closed manualy . And it dosn't work.
But I have new idea. I must add a condition to ea closing. Condition will be true when EA closes but False when I close manually.
Latest posts made by casebefx
-
RE: Closed manually - problemposted in Questions & Answers
-
RE: Closed manually - problemposted in Questions & Answers
It dosn't work becouse EA can close trades too.
-
RE: Closed manually - problemposted in Questions & Answers
Sorry but there is no condition "closed manually".
Because a trade can be closed by EA.
I think that must make other condition that indicate it . -
Closed manually - problemposted in Questions & Answers
Hi!
I want to check a condition that my trade was closed manually. But I dont know how to do this. There is block "check how it was closed" but there is no condition "manually".
How can I do this ?
-
RE: Formula - calculating differenceposted in Questions & Answers
Mayby better way would be this : put Tekan to Formula, in formula multiply Tekan ( Id1 ) x 1 and put it at variable. This same Formula make with a Kijun. In third Formula subtraction this two variables and put result to the third variable.
-
Bug with variables and formulaposted in Bug Reports
Hi
I found bug with variables and formula.
I put two diferent variables into two formulas. After few clicks on update in formulas are the same variables.watch video
https://youtu.be/kCQum7TN2U8thx
-
RE: Thank you fxDreemaposted in Questions & Answers
Fxdreema is the best sofware on internet for me.
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Hi!
There is "Run blocks" in builder.
How does it works ?I have connected blocks Id1->id2->id3->......
If I put number of block id1, Run Blocks will go to Id1 and starts Id1, id2, id3 .....
Or I have to put all id's (Id1,id2,id3...) in Run Blocks to start all blocks ?Thx
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Hi !
I have a diference between size of Lot B and lot B. For example diference is 0.01 .
But when I show this variable into commment (on chart) it shows 0.0100000000000001 .
Is it bug into MQL4 ? Or what ?
I want to show and take for condition two digits after comma .
Can I show only two digits after comma ?Next problem.
I want delay EA for x ticks. But block is only for x seconds. Can you add ticks possibility. I dont want to use block every tick.