@mahyad تو لینکی که گذاشتم مشخصه
اول ی متغیر تعریف کن که
double
باشه
اسمش هم بذار market price
بعدش هم تو لینک مشخصه
همون بلوکی که نوشته
modify variable
@mahyad تو لینکی که گذاشتم مشخصه
اول ی متغیر تعریف کن که
double
باشه
اسمش هم بذار market price
بعدش هم تو لینک مشخصه
همون بلوکی که نوشته
modify variable
برای چیزی که میگی خیلی راه وجود داره،
من فرض میکنم محدوده ای که میخوای قیمت باز نشه رو داری یا یجور محاسبه ش کردی،
اول بیا مارکت پرایس رو بریز تو ی متغیر
بعد اون دو محدوده بریز تو دو تا متغییر دیگه
سر راه پندیگ اردر هات بازه ای که میخوای وارد نشه رو بذار
الان نمونش رو برات میذارم
سلام وقتت بخیر
سؤالت کمی ابهام داره، میخوای فقط یک پوزیشن باز کنی؟
یا اینکه مثلا در محدوده قیمتی خاصی دیگه پوزیشن باز نشه؟
@chris-8 I think it's my project problem, it contains over 450 variables, over 2200 blocks and over 2300 connections.
it was working fine but now I get this error while saving .ex5 file, however another projects with less blocks and variable works fine
Hi all,
I have problem saving .ex5 files, it says request time out...
any advise on this?

@jstap tnx man, you are always here to help 
@l-andorrà Solved it bro, tnx for your response 
Hi, let's say we have three loss trade in trade history like example below.
First Trade (SELL) >> SL Hit
Second Trade (BUY) >> SL Hit
Third Trade (SELL) >> SL Hit
I want to store First Sell trade Entry Price and Third Sell trade Entry Price in two different variables,
What do you guys suggest??
tnx in advance

@jstap Tnx man, had the same problem and changing Indicator names, works for me..
Hi all,
I have an EA that contains almost 100 variables.
I run the EA on two pairs.
When I run it on Meta Trader 4/5, does the variable in the first pairs affects on the second pairs?
Hi all,
I managed to send message and screenshot to telegram using custom SQL code, now I'm trying to send EMOJIs but I can't figure it out. Any suggestion?

SendTelegramMessage( ApiUrl, Token, Chat_Id,
"Sell Mode " "\n"+ TimeToString( TimeLocal() ), fileName );
Did anyone do it right?
I have done every single step, but no message on Telegram group..
sorry @jstap but your solutions are vague to me.
Good Day @roar , I heard you are a Loop specialist
and I have problem using Loop. I can't figure it out...
Need Help PLEASE!

I have 2 MACDs. First one is four times MACD (48,104,36) and the second one is half of the original MACD (6,13,4).
What I need is to count the number of downs in smaller MACD while the bigger MACD is above zero LVL, as shown in the picture.
To be exact:
I know I should use Loop Block but can't figure it out. Any help is much appreciated 
Period, and the period is when bigger MACD is above zero LVL. (Say MACD A)
I want to search in the past, I don’t know the starting Candle ID of the past!
The search in the past starts When the bigger MACD is above zero LVL