Hello. I have this question about ENUM. Well, I did "ENUM_TIMEFRAMES" in Inputs and it works, I can choose the timeframe that interests me from the list. Moving on the problem. I have a condition, it is RSI and I have signs like "x>" and "x <. I wish I could also choose these characters from a menu like timeframe. I don't know how exactly to do it. Could someone help me with this?
Latest posts made by Lomcio
-
Selecting a character from a listposted in Questions & Answers
-
RE: Indicator notifying about the price levelposted in Questions & Answers
@miki Fixed, figured out why it wasn't working.
Well, I moved the "Once per bar" block in front of the "Alert message" block.
Previously, "Once per bar" covered all conditions, now only displaying messages. -
RE: Indicator notifying about the price levelposted in Questions & Answers
@miki I threw it in the tester and it also popped up.
The general problem is that when the price is close to a given EMA on the M5, the price exceeds this EMA from the bottom and top several times during those 5 minutes. I get a notification every second.
I would like during the formation of the candle, when the price exceeds the EMA, regardless of which side it came from, that one notification was sent, and the next only when the next candle formed.1 candle = 1 notification

-
RE: Indicator notifying about the price levelposted in Questions & Answers
I deleted the "Once per bar" blocks and it only works that the notification comes every second, it is tiring, how to make 1 notification come per candle?
-
Indicator notifying about the price levelposted in Questions & Answers
Hello. I created a simple indicator.
link text
The principle of operation is simple:The indicator is to inform when the price exceeds the EMA 20 or EMA50 from the top or bottom, in addition, it is to inform about the arrangement of these EMAs, long or short but only once per candle to avoid continuous notifications.
The problem is that the price exceeds the EMA and does not get notification, for example in the photo, the price has exceeded the EMA 20 from the bottom and no notification.

-
RE: Changing the color of the candles.posted in Questions & Answers
Okay, but in this case, don't all the candles change color? I mean something like in the picture, EMA 20> EMA 50 condition occurs, the colors of the candles turn green ONLY during this condition, analogous to EMA 20 <EMA50, red.

-
Changing the color of the candles.posted in Questions & Answers
Hello. I have one question. How can I do something like this:
Well, after meeting the conditions, let's assume the color of the candles on BUY would change to green, but only candles from the moment of reaching the condition and regardless of the type of candle, until the condition disappears. If the condition is not met, the chart should draw gray candles. Analogous to the SELL item only in red.Someone were eager to help?
-
RE: Reading and displaying indicator values on a regular basisposted in Questions & Answers
@l-andorrà That's what I meant. Thank you very much for your time.
-
RE: Reading and displaying indicator values on a regular basisposted in Questions & Answers
@l-andorrà The text, the color of which would change depending on whether the condition is met or not
-
RE: Reading and displaying indicator values on a regular basisposted in Questions & Answers
Thank you. I have one more question. Well, let's assume that I have the condition that EMA 12> EMA30, I also have an inscription, the color of which depends on whether this condition is met, if it is not, it is gray, if the condition is met, shines green, how can I achieve it?