@sakoora คุณสามารถทำอย่างละเอียด
Latest posts made by josh01
-
RE: สามารถใช้งานกับ crypto bitcoin ได้หรือเปล่าครับposted in Questions & Answers
-
RE: what can this block do?posted in Questions & Answers
@l-andorrà said in what can this block do?:
well those two blocks can only remove the objects from chart.
and i was wandering if there is a way to remove a certain condition block once a condition is true -
RE: I have two questionsposted in Questions & Answers
@fxdreema thanks for your response
Well i am not worried about the security issues from the fxdreema server, rather i am concerned about the distribution point of view, i mean the mql5 EAs are considered to be uncrackable , people say its impossible to decompile those EAs
so i was wandering if same is the case with the fxdreema EAs, once they are compiled and sold
i know that the compiler in both cases are the same -
what can this block do?posted in Questions & Answers
Hello there is a block called delete

can it also delete other blocks as well?
if not then is there a way to delete a certain block once a condition is true? -
RE: keeping indicators inside the EAposted in Questions & Answers
@musabbb nope, the indicators I am using are custom indicators
-
RE: keeping indicators inside the EAposted in Questions & Answers
@ambrogio thanks dude, I spent an hour trying to make sense out of these mql5 articles.
And sadly, it all went over my head -
RE: CRAZY6 EAposted in Questions & Answers
If it's cutting off trades there might be a reason behind it.
1: if you are using custom indicators then may be the indicator is Repainting.
2: you may have connected a block somewhere that's causing this, go through the blocks once again
3: maybe you have set the option to close the trade once a certain condition is true regardless of tp or sl -
keeping indicators inside the EAposted in Questions & Answers
can i keep the indicators inside the ea? so that whenever i give the ea to anybody ,i dont have to give the indicators as well?