Seyedmasoud Hashemi
Seyedmasoud Hashemi
Seyedmasoud Hashemi
Added topic Using mt4 code for creating a order in a binary option
Hi every one , I have some strategy in mt4  I want to make a automate trade system for qxbroker unfortunately  this broker doesn't support mt4  It's possible to make my order and chart in mt4 and send it with python to 
Seyedmasoud Hashemi
Added topic Number of Candle in Back test
Hi everyone when i trying to start the back test the maximum number of candle in back is around 900 (i get it with Command of Bar) how i can have access for more candle in past in the beginning of back test  thanks
Seyedmasoud Hashemi
Added topic Conditional ON_Chart event function
Hi everyone i wonder it's a way to make an ON_Chart function be enable or disable in Capp dialog class like this example i want when i press no button the yes button doesn't work at all (it's working now)
Seyedmasoud Hashemi
Added topic Problem with hiding button in panel
i made this simple panel as below it have one label and two button when i press one of them the other will be hidden but when i click at place of hidden button it still work i don't know why  mqh file : #include <Controls\Dialog.mqh>
Seyedmasoud Hashemi
Added topic connecting two mt5 platform in two different PC
Hi everyone  i wonder if there is a way to transfer  data between two mt5/mt4 which installed in two different PC thanks everyone 
Seyedmasoud Hashemi
Added topic Telegram reply message text
hi everyone i'm using this work for getting signal from telegram : https://www.mql5.com/en/articles/2355 but when i sent a reply to the a massage i just got the new massage not the text that that mentioned in the reply how i could get that mentioned
Seyedmasoud Hashemi
Added topic limit to fibbo retracement placing?
hi every one  i'm trying to make  a fibbo retracement with 10 level  but it do not create level 10 at all  this is my code: double PercLevels[10]= {0.382,0.500,0.618,0.786,0.88,1.27,1.5,1.61,2.00,2.61}; void OnStart () { //---
Seyedmasoud Hashemi
Added topic making Fibbo with 10 level
Hi everyone i try to make a fibbo with 10 level but it only show 9 of 10 and doesn't make the 10th at all could someone help me? double PercLevels[ 10 ]={ 0.382 , 0.502 , 0.618 , 0.786 , 0.88 , 1.27 , 1.5 , 1.61 , 2.00 , 2.61 };
Seyedmasoud Hashemi
Added topic Define a handle for an array
hi everyone  i want to know it's possible to define a handle for an array in mql5 i have an array and i want to know it's possible with defining an array i can use it in the iBands functions ? thanks
Seyedmasoud Hashemi
Added topic iBandsOnArray for mql5
hi everyone  i wonder someone tried to make a replacement for this function in mql5, because it does not exist on the mql5  i reasserted and it need to formula of Standard deviation   for array which is not exist in the mql5, if
Seyedmasoud Hashemi
Added topic how to get the price of two edges of rectangular in mql5?
Hi everyone i want to know there is a way to get both edge price of a rectangular in mql5? i tried the ObjectGetDouble(0,Rec1,OBJPROP_PRICE)  but it just give me one of them 
Seyedmasoud Hashemi
Added topic send email with the Pic
hi everyone as far as i know the usual way for Send Email function doesn't work when you want add attachment  i want to know anybody know a way to make achievement to an email and send in the mql4. i found the Xpmail in the forum but it seems
Seyedmasoud Hashemi
Added topic showing future line
Hi everyone, i made a indicator showing line in the future  i want to know how i can make the chart  showing specific time like 200 candle in the future  thank you
Seyedmasoud Hashemi
Added topic using DEAL_REASON_TP
hi everyone i trying to find if a order closed with the hitting the TP in mql5  i see the DEAL_REASON_TP but i can not how i can use it ? I'm more looking an example for using it thanks
Seyedmasoud Hashemi
Added topic changing property with input in custom indicator
Hi every one i wonder there is a way i can determine the indicator use separate window or using main window with the input ? thanks
Seyedmasoud Hashemi
Added topic Classes with lock
Hi everyone  i try to change some function classes in the a mgh file and some of them have lock icon on them. and i can't change them. what's it is an icon and how i cna be eable to change them
Seyedmasoud Hashemi
Added topic 2 indicator in 1 subwindow
Hi, every one when i apply the RSi and then drag the Momentum indicator to RSI subwindow the bottom subwindow will be happen but when i make an custom indicator like this code: //+------------------------------------------------------------------+
Seyedmasoud Hashemi
Added topic inicator with line in main window and sub window
hi everyone it's possible to have an icustom inidcator to show both ris and ma of price when applied in charts? thanks
Seyedmasoud Hashemi
Added topic how to reload the custom indicator
hi every one how i can reload an custom indicator completely  i mean like why i go to setting of input and press ok and custom indicator applied again to the chart? i know about ChartSetSymbolPeriod but when i change the period how i can
Seyedmasoud Hashemi
Added topic limit for input parameters for iCustom
hi everyone i have an custom indicator with more than 100 input when i use iCustom and put the input parameters it said: 'iCustom' - wrong parameters count i'm wonder if there is any limit for input parameters  also i want to know there is a way
123