Off-topic posts - page 35

 
Nargiz Ravanova:

1. Posted under Expert Advisors and Automated Trading (8448)

2. Stop misguiding,  please ignore my post in the future.
  1. Yes you did but MT5 doesn't have open orders — so per your title:
    Delay before closing all orders

    You posted in the incorrect place.

  2. On my Do Not Help List — live in ignorance.
 

How do i recover forgotten master password

 
I am new to Forex Trade; I needed training
 
Desmond Onumba:
I am new to Forex Trade; I needed training

Practise on demo account first -

Forum on trading, automated trading systems and testing trading strategies

Help a new trader

Sergey Golubev, 2020.09.24 07:50

Find Metatrader broker (there are a lot of Metatrader brokers, use google to find), and open the account according to their condition on their websites.

1. The article - MQL5.community - User Memo

2. MetaTrader 5 Help - Open an Account

3. Where Do I start from?
https://www.mql5.com/en/forum/212020 

4.  MetaTrader 5 Help - Trading Platform — User Manual 

5. How to make a search on the forum
https://www.mql5.com/en/forum/193510 

6. MetaTrader 5 Help - Open an Account

7. Find a Server by the Broker's Name: 
https://www.mql5.com/en/forum/214820



 
Hi i m sorry but i don t know where to ask this... I had connected my mt4 whith a signal feom a trader... I aked him how mutch are the lots of the orders and if i can change them... But he answered i must ask to the technical support..... Someone can answere my questions? 
 
how can i turn demo account to real account
 
Hi how will I change from XM demo account to Real trading account..
 

hi

I'm new in programming. 

I want to write an expert for averaging .

Is anyone here to help me? 

 

help me please what's the problem of this code?

void OnTic()

{
              
       for(int i=0;i<=OrdersTotal()-1;i++)
   {
    if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
    {
       if(OrderMagicNumber()==MagicBuy)
       {
           if(Ask==OrderOpenPrice()-150*Point)
           {
                  
               int tiketbuy1=OrderSend(Symbol(),OP_BUY,0.02,Ask,5,0,0,"Rise Group",MagicBuy,0,clrBlue);
           }
        }
       if(OrderMagicNumber()==MagicSell)
        {
               if(Bid==OrderOpenPrice()+150*Point)
              {
                
                  int tiketsell1=OrderSend(Symbol(),OP_SELL,0.02,Bid,5,0,0,"Rise Group",MagicSell,0,clrRed);
              } 
        }  
     }
   }   
}

 

Hello,

I'm a newbie to MT. What I want to achieve is to collect stock data from my MT5  and display them in charting mode in MT4.

If anyone has this script whether free or commercial, kindly let me know. my email is <...>

Cheers

Documentation on MQL5: Constants, Enumerations and Structures / Chart Constants / Chart Representation
Documentation on MQL5: Constants, Enumerations and Structures / Chart Constants / Chart Representation
  • www.mql5.com
Chart Representation - Chart Constants - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Reason: