Hi,
i'm looking for an efs that would allow the following. I think it is doable, and I would appreciate help from some skilled efs programmer.
Basically, the indicator must draw horizontal lines, at custom set values on intraday charts, horizontally starting from the first today's chart candle and expanding to the right as the day develops.
So if I enter in the indicator datafield line 1, "50", it should plot a horizontal line at "50" on the chart.
There should be room for 10 lines as this. Each with its own label, default color and style.
Example:
Line 1: Value = 50, color = red, style = dashed
Line 2: Value = 49, color = green, style = dashed
Line 3: Value = 47,5, color = white, style = dashed
Line 4: Value = 52, color = blue, style = dashed
Color and style would be set as default, but I could set from the indicator setting, a value for each line. Some line could be left with no value and hence would not be plotted of course.
If I did not make myself clear, please ask questions.
Cordially,
Koros
i'm looking for an efs that would allow the following. I think it is doable, and I would appreciate help from some skilled efs programmer.
Basically, the indicator must draw horizontal lines, at custom set values on intraday charts, horizontally starting from the first today's chart candle and expanding to the right as the day develops.
So if I enter in the indicator datafield line 1, "50", it should plot a horizontal line at "50" on the chart.
There should be room for 10 lines as this. Each with its own label, default color and style.
Example:
Line 1: Value = 50, color = red, style = dashed
Line 2: Value = 49, color = green, style = dashed
Line 3: Value = 47,5, color = white, style = dashed
Line 4: Value = 52, color = blue, style = dashed
Color and style would be set as default, but I could set from the indicator setting, a value for each line. Some line could be left with no value and hence would not be plotted of course.
If I did not make myself clear, please ask questions.
Cordially,
Koros
Comment