oh . thanks a lot . this trick is verrrrrrrrrrrry useful for me .
thank you a gain
Best posts made by sajadhmz.vp.phd
-
RE: show indicatorposted in Questions & Answers
-
RE: VPS Errorposted in Questions & Answers
Thanks to every one .
this problem was killed me . I have payed for another VPS ( my 4th VPS ) .
Fortunately all of my problem was solved .
So the problem was something about last VPS as you said . -
enum . add indicator . my indicatorposted in Questions & Answers
Hello to everyone .
I want to add a “ .ex4 “ indicator .
I have find a lot of inputs which type is “ int “ but they have a list of written conditions in front of them .
Is there any way to add this indicator to site ???
If it is please help me .
Thank you .
Cumulative Delta MT4.ex4

-
RE: Help to Convert Expert Advisors MQ4 to MQ5posted in Questions & Answers
@khoshali
سلام . وقت شا بخیر .
اگر خواستی بفرست برای من .
حتما انجام میدم و برات ارسال میکنم . -
trailing profit in moneyposted in Questions & Answers
Hello
I want to trail my profit every 5 dollar when I reach at 20 dollar point .
And if I reach 24 and then come back to 19.99 close all of my positin .
I mean at least I want to get 20 dollar .
Now please help me how can I fill the parameter of this block “ Trailing money loss (group of trades) “
Thank you so much . -
RE: for each objectposted in Questions & Answers
Hello again .
You are right .
My examples are useless .
But totally I mean sometimes I see problems with objects blocks .
I have set it to modify the color from last one to the first one ( Z to A ) .
But it does different from what I want .
Does it in this order :
9 , 8 , 7 , 6 , 5 , 4 , 3 , 2 , 11 , 10 , 1 .And when I change the direction in to ( A to Z )
Does it in this order :
11 , 12 , 1 , 2 , 3 , 4 , 5 , 6 , 7 ,8 , 9 , 10Now how can I have the correct and normal row of numbers ???
Please take a look at this share link .
Thank you so much .
Latest posts made by sajadhmz.vp.phd
-
RE: Virtual stop in pipsposted in Questions & Answers
Hello everyone
I have a stop line in chart which is red .
And I want to comment the distance between close 0 and stop line in pips .I use this way :
Close 0 - Stop line
If it is negative * -1
Then * 10 000Like this :
1.12767 - 1.13597 = - 0.0083- 0.0083 * -1 = 0.0083
0.0083 * 10 000 = 83 pips
Does anyone know a better way that is suitable for all pairs and currency ? ? ? ? ? ?
I want to calculate the distance between current price and my virtual stop line .
- 0.0083 * -1 = 0.0083
-
Virtual stop in pipsposted in Questions & Answers
Hello everyone
I have a stop line in chart which is red .
And I want to comment the distance between close 0 and stop line in pips .I use this way :
Close 0 - Stop line
If it is negative * -1
Then * 10 000Like this :
1.12767 - 1.13597 = - 0.0083- 0.0083 * -1 = 0.0083
0.0083 * 10 000 = 83 pips
Does anyone know a better way that is suitable for all pairs and currency ? ? ? ? ? ?
I want to calculate the distance between current price and my virtual stop line .
- 0.0083 * -1 = 0.0083
-
RE: MT5 drawingposted in Questions & Answers
@jstap yes . you are right . it seems some problem with MT5 .
Another question .
Do you know any way or trick to move thick data from MT5 to MT4 ??? -
MT5 drawingposted in Questions & Answers
Hello everyone .
I have made an EA which draw some rectangles on some tops or bottoms .
And then I plan to trade with them .
I have tested this EA on MT4 completely .
But when I convert it to MT5 and try to test it on MT5 nothing happened .
Even on live testing
No rectangles and no trade .
Does anyone know anything about this problem and can help me ????
Thank you so much . -
RE: Help to Convert Expert Advisors MQ4 to MQ5posted in Questions & Answers
@khoshali سلام مجدد
09050917322
میتونی به این شماره ارسال کنید .
همه شبکه های اجتماعی رو دارم . هر کدوم که خودتون راحت بودین بفرستین . فقط یک پیامک هم بدین که متوجه بشم -
RE: Help to Convert Expert Advisors MQ4 to MQ5posted in Questions & Answers
@khoshali
سلام . وقت شا بخیر .
اگر خواستی بفرست برای من .
حتما انجام میدم و برات ارسال میکنم . -
RE: enum . add indicator . my indicatorposted in Questions & Answers
yes sir . you are right .
the indicator work well and correct in meta trader . but when i add it to site as it is and make an EA i see a lot of error in compile .

because of this errors i thought there is some problems with enum or anything else . -
RE: enum . add indicator . my indicatorposted in Questions & Answers

i have write this parameters exactly like your picture . but it isnt work again .
-
RE: enum . add indicator . my indicatorposted in Questions & Answers
@jstap thank you so much .
but unfortunately i dont have this knowledge .
forgot that indicator .
i added another one in " mq4 " mode .
but this one also dont work in enum part .
i completly confused . whats wrong with " mq4 " they fill input parameters automatically .
please help me .
Please write the correct structure for me .
-
RE: enum . add indicator . my indicatorposted in Questions & Answers

here is the main and original settings .