Mehrdad Sarrafi
Mehrdad Sarrafi
Mehrdad Sarrafi
Added topic resourse management in iCustom
I've written code that captures the signals of an indicator for different inputs and at various timeframes. In version 4, this was straightforward, and obtaining the indicator's output was possible with a single command. in MQL4 I also draw a table
Mehrdad Sarrafi
Added topic ArraySetAsSeries does not work !!
Here I have written some codes to show that  ArraySetAsSeries   function does not have any effect in Arrays!! any boddy can help me? why this function has no effect in my metatrader??? #property indicator_chart_window #property
Mehrdad Sarrafi
Added topic problem with iCustom
hi  here I have a custom indicator , But when I use it in my expert 's backtest, I only receve maximum one signal !  and in the back test   I   only have maximum 1 trade (depending on start time of backtest ) !! here I have
Mehrdad Sarrafi
Added topic question about EventChartCustom function
ButtonCreate( long chart_id,CChartObjectButton &btn, int i, const string name
Mehrdad Sarrafi
Added topic metatrader doenot delete my indicator by ChartIndicatorDelete
hi  I want to delete all indicators from my chart by running a piece of code in my expert or script  but it doesnot work properly . some times delete one from 5 indicators, some times 2 . and also it has delay!!! please help me what can I
Mehrdad Sarrafi
Added topic static variable in objects !!
Hi can anybody tell : why all function in different object behave like they have the same static variable ? the result is only : div thank you in advanced class sweep   { protected : private : public
Mehrdad Sarrafi
Added topic Trend Line class
Hi ..  I have coded a new class for defining and saving trend line as below: class TrendLine   { public :    datetime           time1,time2;    double
Mehrdad Sarrafi
Added topic name of object doesnot change in mql5
hello  I write a code to alarm breaking trendline and i write last alarm time in object name ObjectSetString(currChart,object_name,OBJPROP_NAME,TimeToString(TimeCurrent())); it is ok in mql4 but doesnot work in 5 !! can any body help me i use
Mehrdad Sarrafi
Registered at MQL5.community