tazosmr
tazosmr
Friends

Add friends via their profile or user search and you will be able to see if they are online

tazosmr
Added topic 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
tazosmr
Added topic 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
tazosmr
Added topic 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
tazosmr
Added topic 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)
tazosmr
Added topic 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)
tazosmr
Added topic 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 )
tazosmr
Registered at MQL5.community