Seyedmasoud Hashemi / Publications
Forum
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
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
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) : //+------------------------------------------------------------------+ //|
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> #include <Controls\Button.mqh> #include <Controls\Edit.mqh>
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
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 text? thank you
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 () { //--- Fibonacci_Retracement( 0 ,Obj_Name, 0 , iTime ( NULL , 0 , 10 )
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 }; //+------------------------------------------------------------------+
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
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 someone have formula of standard deviation on mql5 i think it's possible