NabiKAZ
NabiKAZ
NabiKAZ
Added topic Bug in documentation about ObjectMove function
In here: https://docs.mql4.com/objects/objectmove written: ObjectMove The function changes coordinates of the specified anchor point of the object at the specified chart. There are two variants of the function: bool    ObjectMove (
NabiKAZ
Added topic ChartIndicatorDelete does can delete any indicators?
I tested these sample codes for delete indicator on the chart: mql4: https://docs.mql4.com/chart_operations/chartindicatordelete mql5: https://www.mql5.com/en/docs/chart_operations/chartindicatordelete The "ChartIndicatorDelete" function works for
NabiKAZ
Added topic Different results ObjectGetShiftByValue and ObjectGetShiftByValueMQL4 in MQL5
As mentioned here: https://www.mql5.com/fa/articles/81 To get the number of candles in the intersection of a line and a price, in MQL5, instead of the ObjectGetShiftByValue  function, I used ObjectGetShiftByValueMQL4 , the code of which is
NabiKAZ
Published code The intersections of two lines
In MetaTrader 4, we intend to calculate the intersection coordinates of two straight line objects with different slopes using MQL4.
· 1 8118 568
NabiKAZ
Published code Send a message from metatrader to telegram
With this script, you can send a message from MetaTrader 4 to Telegram.
· 1 16349 1884
NabiKAZ
Added topic In Strategy Tester, what is the way to check the permissibly of trade?
In MQL5, to test allowed trade symbol, I will try the following command: SymbolInfoInteger ( _Symbol , SYMBOL_TRADE_MODE ) In real terms, the value of 0 is equivalent to SYMBOL_TRADE_MODE_DISABLED. But in the tester, the value of 4 equals
NabiKAZ
Registered at MQL5.community