Reza nasimi
Reza nasimi
Reza nasimi
Added topic How to set the 2nd point of OBJ_TRENDBYANGLE just by angle and its price?
I want to draw an OBJ_TRENDBYANGLE trend line. My goal is to draw a slanted short line starting from point 1 (no problem here) and end to the price X (a lower price) by -45 degree. and the mode OBJPROP_RAY_RIGHT is set as false. the problem
Reza nasimi
Added topic Is every new position's ticket greater than the previous ones ?
Hi I want to make sure if every new trade ticket is greater than the previous ones. With the brokers which I tried before, it seems to me that this was always correct. But I want to make sure about it. i appreciate any help
Reza nasimi
Added topic How to remove "Current" from ENUME_TIMEFRAMES
I'd like to use  ENUM_TIMEFRAMES But removing the Period Current. Is there a way to use defult ENUMs but lock(remove) one or a few of values in input parameters ? I hope you got what I want to say but I give you an example I want to make Time
Reza nasimi
Added topic How to read the codes written by other programmers?
Hello everyone  Some times people ask me to edit their EAs. I have built lots of EAs before but when I see a code which is written by somebody else it's difficult for me to read it.  It takes much, and I always afraid of missing some small
Reza nasimi
Added topic Which Price should be checked for stop level when you open a pending order ?
Hi  I need to check stop level before sending OP_BUY_STOP and OP_SELL_STOP. But I'm not sure about the price which I should check for distance and compare to stop level, is it ask for buy stop and bid for sell stop? and should I care about the
Reza nasimi
Added topic How to get information from Expert/Journal tab in MT4
Somebody asked me to make an EA which can use the signals coming from an indicator. The problem is Indicator doesn't send any useful data as out put so I can't use iCustom . And it also doesn't draw anything on the chart so I can not work by its
Reza nasimi
Added topic Moving Average of RSI
Hi I want to know how can I get the value  of moving average I dragged on  RSI any help please
Reza nasimi
Added topic Is there any way to receive a variable value from web ?
Hi  I'm wondering if any body can help me find a way to receive some data for checking   AccountName or AccountNumber  from the web . also I need to receive  numbers for opening/closing/modifying positions. and we are behind of
Reza nasimi
Added topic How to get custom indicator current color
Hi  I hav an indicator which shows trend . UpTrend is green and down trend is red. As I know some of this kind of indicators are drawing 2 lines .one of them green and the other one red . and when they want to show green one they make red one
Reza nasimi
Added topic I have lots of error in my Risk free function .
Hi  I wrote a function for set SL equal to OrderOpenPrice.  It is working but in strategy tester  Journal I see many errors befor and even after this action . would you please tell me whats wrong? void RiskFree()   {
Reza nasimi
Added topic How to take values from Comment ?
Hi  I want to use an Indicator in my EA , the indicator does not draw any line and just makes Comments . How can I take the information from the comments
Reza nasimi
Added topic How to load an indicator to the chart via EA
Hi I know how to use Indicators in EA ,  But I want to have the indicator on the chart Also . is there any function for loading indicators to the chart automatically
Reza nasimi
Added topic how to solve the Unintelligible fonts problem
Hi I want to use iCustom function in my EA so at first I need to know what it returns . as today is Sunday I am using strategy tester. I wrote an Alert() to see what is coming out from indicator. and I saw this unusual fonts , how can I solve fonts
Reza nasimi
Added topic Whats the difference between true , TRUE and True ?
Советник Sector открывает сделки по встроенному в него индикатору Trend Strength , он, также как и индикатор, работает с тиковой историей. Фильтрами, позволяющими сократить количество убыточных сделок, служат показания встроенного индикатора
Reza nasimi
Added topic Problem with making multi time frame EA
Hi  I'm trying to make an EA which check some conditions in all time frames . whenever conditions output was true in one of time frames  it must  send the position . my questions : 1- is it correct way to make it multi time ? 2 - 
Reza nasimi
Added topic How to get all symbols name ?
Hi I want to use iClose [] in all currencies . it needs the string symbol name. but as I now the name of currency pairs are a little different in different brokers. how can I Get the list of all symbols name of the broker
Reza nasimi
Added topic How to find every single tick info ?
Hi  I need to collect ticks info. I use some codes to calculate them . there are 4 types of ticks  : Ascending Ask  descending Ask Ascending Bid descending Bid (  I don't know if there are ticks without motion or not !  ) //
Reza nasimi
Added topic I cant find the problem in my EA
Hi  I wrote an EA without sending/closing orders. for now I just want EA show me some Comments and an alert. It's not working well  and I can't find problems. Funny part is if I put  Bullish (Calculate_Bullish_Volume()) and bearish
Reza nasimi
Added topic how to convert long to string?
Hi How can I convert long type value  to string? I tried with IntegerTo String   and got same warning. Also I checked this page  but there is no LongToString or something with "Long" word. if ( ObjectCreate ( ChartID (), "rez"
Reza nasimi
Added topic how to calculate the speed of volume changing ?
hi . I need to calculate the speed of volume changing. I want make a unique for it like "beat per second" . when I say beat I mean the smallest movement of the volume. As much as I know the volume is counting of the coming ticks in a candle. if it's
123