Forum

Share signal in newsfeed?

I already did this some weeks ago but i can't find the button for it again. How can i share my signal in my Newsfeed

Anyone else problems with [deleted] withdrawal?

Hi i'm asking myself if anyone else has problems like me. The last 3 or 4 withdrawals took much more time than the withdrawals before and everytime an employee is calling me. For every withdrawal

Visualization of trades

Is there a function for this dashed line between opening and closing arrow of one trade

Extern VPS how does this work?

Hi i used MQL5 vps before and now i want to use extern vps from another provider. Before i buy i want to know how to install my EA on their server? Install is not made with MT4 right? Also i want to know if there is MT4 pre installed or - when not - is there only command line or desktop for me using

AccountFreeMarginCheck()

If i use AccountFreeMargin() AccountFreeMarginCheck(...) for the next order the output is 100 370 How can it be higher after opening an order? Account Balance is 100 €. So the 100 from FreeMargin is ok but i don't understand the other function

Publish an EA, is that normal?

Hi i try to publish an EA on the market. I filled out the formular and sent it to moderators check . Til yesterday its status was waiting for moderator check and today its status is draft? Is that normal? There are no comments that i have to change something

Only open position if spread <= x

Hi is it possible to only open a position when spread for example is less than 5? I tried that with if ( SymbolInfoInteger ( Symbol (), SYMBOL_SPREAD ) <= 5 ){ buy(); } and in buy() i do Print(SymbolInfoInteger ( Symbol (), SYMBOL_SPREAD )); and it shows me also values higher than 5 Does anyone