this can be good if admin add this function for color change
Posts made by miro1360
-
RE: Change "Comment Message" text colorposted in Questions & Answers
-
RE: Change Group Number?posted in Questions & Answers
second good way is using comments, they can be readed and compared using condition blocks ...
-
RE: how can i Disable spread text on chartposted in Questions & Answers
or use Delete objects block where you can specify name exactly (in Name starts with give whole object name) ...
-
RE: Bucket of Trades (Rounded Profit)posted in Questions & Answers
not sure if this help you:
https://fxdreema.com/shared/fjfAdKUfe -
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
save it into your variable:
variable1 = NormalizeDouble(net_lot_size,2);
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
use NormalizeDouble function in custom code block ...
NormalizeDouble(0.06-0.03,2) ... -
RE: How to open positions at each signal with maximum orderposted in Questions & Answers
In this forum the question Has been opened many times and never been given the right solution ....
better said, it was not answered as you wanted
often people have not exactly meaning what they need - and this is major problem ...you need every signal when MA is crossed?
for candle 0: https://fxdreema.com/shared/eSDSAcc2d
for candle 1: https://fxdreema.com/shared/iF5xIaOObor you need it for candles which crossed or are opened above/below MA ?
for open candle 0 which cross MA : https://fxdreema.com/shared/Odnffb2ab
for every open candle 0 above/below MA : https://fxdreema.com/shared/NtIaFMYTbif none from above was helpful - I have no better solution for your question (in form as I understood it)
-
RE: How can I get a button to do something?posted in Questions & Answers
they are not profi and are only few
... but can help in something ... -
RE: How to add values of double variable to string variableposted in Questions & Answers
try if this is working:

-
RE: Using turn off blockposted in Questions & Answers
this "no trade" depends on how you set inside filter where is
"buy or sell"
"only buy"
"only sell"
as you can see, this "buy or sell" can be your issue, better if you separate it into two blocks as "only buy" "only sell" ... -
RE: Using turn off blockposted in Questions & Answers
next connected blocks are not executed ...
if you turn off 1,65,141,7 nothing is executed
if you turn off 1,65,141 and turn on 7, only blocks in right group in your picture are executed -
RE: Indicatorposted in Questions & Answers
standard indicators with buffers is not possible create, but you can create EA as indicator, here is plenty amount of Object blocks as Draw lines, arrows, rectangles, etc .. and you can easily create indicate objects for current bars, or alternatively use loop block and do something more complicated (go through my replies, somewhere I have examples how to create this, search for loop or array ... ) ...
-
RE: Renko EA'sposted in Questions & Answers
yes all this can be set in conditions ... try to go through all help and you learn to do complex EAs

-
RE: Renko EA'sposted in Questions & Answers
yes, renko are supported with MT4 and offline charts ...

