ZiYaR1
ZiYaR1
Friends

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

ZiYaR1
Added topic How can I get TrendLine intermediate values?
For example, I want to connect any two points of the A/D indicator (my purpose is to detect divergence), but if there is a dip/top that exceeds the "trendline" between these two points, this drawing should not be accepted. Same goes for both prices
ZiYaR1
Added topic How to ensure the code security of the indicator published in the market?
We cannot see the codes of paid or free downloads from the market in the "MetaEditor". Is this security a facility provided by the "Market" or is there an algorithm for it
ZiYaR1
Added topic How can I prevent the objects drawn with the indicator from disappearing after the terminal is closed and opened?[MQL5]
I press a button and at the end of various calculations objects are drawn on the graph. If I delete the indicator I delete the drawings with "ObjectDelete()" in the "OnDeinit()" function, it's fine. However, after drawing the indicator, I close and
ZiYaR1
Added topic How can I run the function with a button without waiting for a tick change for OnCalculate to work? [MT5]
int OnInit ()   {    return ( INIT_SUCCEEDED );   } //+------------------------------------------------------------------+
ZiYaR1
Registered at MQL5.community