Seyedmasoud Hashemi
Seyedmasoud Hashemi
Seyedmasoud Hashemi
Added topic iCustom can't get data from custom indicator
hi everyone i have a custom inidcator as you see here it totaly works fine in live chart or tester but when i call it with iCustom it dosen't work right and always show the empty value 2147483647.0 the ea is very simple just calling  the dType
Seyedmasoud Hashemi
Added topic graphic object of custom indicator appear with iCustom
hi everyone i have an custom indicator with lot of graphic object whenever i'm suing it in script with iCustom all graphic object appear in the chart i want to know how to prevent this custom indicator object appear in chart thank you
Seyedmasoud Hashemi
Added topic Using OBJ_BITMAP_LABEL for loading a picture in new chart
hi everyone i have an Ea and i want when it put on the chart it open a new chart and put a an image on the chart with   OBJ_BITMAP_LABEL i use the below code in the OnInit() function to make that when i change chart id of object to current
Seyedmasoud Hashemi
Added topic resize OBJ_BITMAP_LABEL picture
hi everyone  i want to make full background picture with OBJ_BITMAP_LABEL i want to get width and length of main window and resize the picture to fit in it ? i mean there is a way to resize the input picture in mql4
Seyedmasoud Hashemi
Added topic custom indicator doesn't work right in past candle
i have a custom indicator that works fine with recent candle but when i goes in the past in the chat(like over 2000 candle) it start working wrong  but as soon i open input setting and closed it it works fine with past (but i go more in the past
Seyedmasoud Hashemi
Added topic auto alignment text in massage box and email
hi every one i have a code that shows some massage box and also send email i wonder how i can make auto alignment in the mql4 like one phrase just showing in one line another one showing in next line
Seyedmasoud Hashemi
Added topic button chart event problem with massageboxW
hi everyone i have a custom indicator that have a button that works with chart event function for delete or create some object tables the custom indicator also have a massageboxw (include  <WinUser32.mqh>)  but as soon as i put
Seyedmasoud Hashemi
Added topic Object doesn't delete
hi every one i have a custom indicator that create some object graphic  but after i delete the indicator they are still there( one button ans some label) i use this code in my indicator: void OnDeinit ( const int reason)   {
Seyedmasoud Hashemi
Added topic Object graphic issue
hi i have the a custom indicator that shows some arrow and line some of them suppose be delete but they are there  as i open the custom indicator setting and close it without any change in the input the chart goes to normal and unwanted object
Seyedmasoud Hashemi
Added topic how an if and else doesn't work??
in one place of my code i have and if and else related to it but not of them worked how it can happen?? cTgh is just a counter if (Close[cTgh+ 2 ]<Close[cTgh+ 1 ])      {       BE= 1 ;
Seyedmasoud Hashemi
Added topic rectangular goes black
hi everyone i made a custom indicator have some label rectangular sometimes they turns black but i checked my code and i never used black color for any object sometimes if i change time frame the back to normal  color i put in the code
Seyedmasoud Hashemi
Added topic alarm at last candle
Hi experts i have a custom indicator with alert part  every time i change time frame it's getting alert in previous candle  how can i set to just alert if it happened in the recent candle?? thanks
Seyedmasoud Hashemi
Added topic having second price chart
hi experts i'm wonder there is a way to show two  currency  pair  at same window(both have candle format) like EURUSD as main window and GBPUSD in sub window  thanks
Seyedmasoud Hashemi
Added topic custom indicator cause freezing
hi experts i'm trying to develop a custom indicator but at this stage it's getting very heavy and mostly cause the mt4 frozen  i wonder there is some general instruction  for for optimizing the code so or even a tool to show which part of
Seyedmasoud Hashemi
Added topic closing manually a ea trade
Hi i have a ea that when chart reach the some condition open and buy/sell trade i want to know it's possible when a user close open trade the ea ignore the condition and don't open a new trade( immediately ) and wait for next condition it's have any
Seyedmasoud Hashemi
Left feedback to customer for job Divergence Indicator multi instruments
Seyedmasoud Hashemi
Added topic check marks isuue
hi i try add a symbol  to a label but that just show the ? mark how can i fix it??   Label( 0 , "tx01" , 0 , 50 , 50 , 0 , "sample" , "Times New Roman" , 12 , clrWhite );    string gg=ObjectDescription( "tx01" );   
Seyedmasoud Hashemi
Added topic text for arrow
hi  how i can put a text for arrow in mql4 like in custom  indicator like the picture
Seyedmasoud Hashemi
Added topic Simple code
hi i wrote a script as below but it has ('[' - invalid index value ) error  can someone help me thanks    int HowManySymbols= SymbolsTotal ( true );    long hh [ MathFloor (HowManySymbols/ 6 )];
Seyedmasoud Hashemi
Added topic high[iHighest]
hi  i wrote a very simple indicator but it dose not  work  //+------------------------------------------------------------------+
123