Forum

HOW CAN I hide CONNECTION lines of plots?

I have been searching and was unable to find out... for example, when plot line was at value 54 and now it gone down to 53 .... then the lines are connected: i want that plot lines were not connected, just they were horizontal without connecting to each other, after value changes... how to do that

STRANGE STRANGE thing happens?

#property copyright "sample" #property link "http://sample.sample" #property version "1.00" #property indicator_buffers 7 #property strict #property indicator_chart_window // or indicator_separate_window #property indicator_plots 3 //How

How to calculate EMA (average)?

I have problem with following: ie. double MyValue = close*2 - low* 98/100; i want Exponential Moving Average of MyValue ... How to calculate

how to plot HORIZONTAL lines ? ( not connected to each other)

i use: #property indicator_label1 "Myline1" SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1,clrMagenta); .................. i see such connections with lines: how to make them like this (without the connecting lines)

How to make Horizontal Plot Lines?

i use: #property indicator_label1 "Myline1" SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1,clrMagenta); .................. i see such connections with lines: how to make them like this (without the connecting lines)

How to get PERIOD's (high/low/close/open) values?

On 15 minute (or 10 min) chart, how to plot the WEEKLY (OR 4HR OR DAILY or whatever timeframe i choose) HIGH / LOW lines? (this code onle detects DAILY lines - http://pastebin.com/raw.php?i=QFgWLcmU )