zeeyeetee
zeeyeetee
zeeyeetee
Added topic MQL4, EA how to load Indicator template I saved on computer to the chart? so that I don't need to load it every time manually.
MQL4, EA how to load Indicator template I saved on computer to the chart? so that I don't need to load it every time manually. thanks a lot
zeeyeetee
Added topic how to know this pending order has expired
HI, I placed a pending and expiration, how to know this pending order has expired?(the ticket # is known) thanks
zeeyeetee
Added topic pls help me with ordersend expiration for 15 mins
Hi, I have a OP_SELLSTOP, how to setup expiration for 15 mins? thanks
zeeyeetee
Added topic should i use, OP_SELLLIMIT or OP_BUYLIMIT
Hi, I'm new using MQL4, for instance, current gold price is 1200, I would like to place an sell order,(maybe called pend order), when the price going down to 1190, should I use ordersend , OP_SELLLIMIT or OP_BUYLIMIT or OP_BUYSTOP or OP_SELLSTOP
zeeyeetee
Added topic how to write code mql4, TP 1st 50% position at price_1, and TP 2nd 50% at price_2.
Hi, Im new doing mql4,  for instance, i have opened a Buy, willing to TP 50% of position when price going up to price_1, and TP the rest of 50% when price going higher to price_2. but if the price not reaching price_2, coming back to price_1
zeeyeetee
Added topic quick question, how to find my own posted topics
quick question, how to find my own posted topics
zeeyeetee
Added topic I have a question: how to get the index of the bar where I placed order in the past(ticket # is known.).
I have a question: how to get the index of the bar where I placed order in the past(ticket # is known.). thanks
zeeyeetee
Added topic Mql4 how to write takeprofit following the price upwards
thanks in advance. how to write the dynamic takeprofit going up, following the price going up. thanks
zeeyeetee
Added topic Help, after open order BUY, how to modify the stoploss moving up as price moving up
Thanks in advance, once open Buy order, current stoploss is 100 point, take profit 200 points. if price moving up, how to modify the stoploss moving up accordingly. thanks
zeeyeetee
Added topic After I login the forum, how can I find my own topic posted before. thx
After I login the forum, how can I find my own topic posted before. thx
zeeyeetee
Added topic Help, how to get MA5 upward MA75
     double ma5_0 = 0 , ma5_1 = 0 ;      double ma75 = 0 ;           ma5_0 = iMA ( Symbol (), 0 , 5 , 0 , MODE_SMA , PRICE_CLOSE , 0 );      ma5_1 =
zeeyeetee
Added topic help- keep getting OrderSend error 138
#property copyright "Copyright 2018, MetaQuotes Software Corp." #property link        "https://www.mql5.com" #property version    "1.00" #property strict double lots = 0.01 ; int takeprofit = 40 ; int stoploss
zeeyeetee
Added topic ?? help pls, MQL how to read cvs, or txt file, read line by line into array
for instance, I have a text file,  aaa bbb ccc ddd MQL how to read it line by line, and input each of them into array[] thanks
zeeyeetee
Added topic how to draw V_Line on the chart according to the specific time
how to draw V_Line on the chart according to the specific time For instance, I need to draw a vertical line on the chart when time is 6am, 6:30am, 7am,7:30am, ...12pm, 12:30pm thanks
zeeyeetee
Registered at MQL5.community