Техническое задание
Hello, I'd like to get a developer for converting tradingview indicator script to NT8 indicator. I have attached rough c# code and working pine script. indicator is nothing but just 7 horizontal lines drawn with 3 types of colors, 3 lines for support level, 3 lines for resistance level and 1 mid line. Purpose of the indicator is to draw colored horizontal lines with labels when a text is pasted with predefined format. text format: "Primary directional inflection point: 20741.50 For Bulls: 20810.25, 20902.75, 21015.50 For Bears: 20720.50, 20686, 20553" Here, 'point: xxxxx.xx' would be mid line. Bulls: would be resistance levels R1, R2, R3 Bears: support levels. S1, S2, S3 Levels are separated by comma " , " Is it even possible to paste text in NT8 indicator settings to get such lines drawn? Just need 2 boxes to paste text of that format and indi to draw 7 lines+label. 1 box for daily levels and second box for weekly levels. Weekly box levels label add 'weekly' word in front of regular lebel Important that indi can manage any price, meaning values can be one digit to five or six digit with or with out two decimals but pasted text will always have comma separating them. I'd prefer to paste entire text in once instead of having to go copy each line. pine script I attached is complex and unnecessary. I need only 1 text box in ninja indi to extract 7 price values and draw horizontal lines at said values with labels.
Note: Script will be sent via inbox