Forum

need help with exporting Low & high from Mt4 to Excel

Dear all i am trying to let Excel get information from MT4 . by this code in the script, i have the live Bid price : ExcelSetValueCell( 2 , 3 ,MarketInfo( "EURUSD" ,MODE_BID)); But now i am trying to get the LIVE High & Low prices into Excel but it didn't work. any help please? This is what i used

a question related to mt4excel

Hi all what is the command to have only 4 digits after the decimal when working with mt4excel ? for example if we devide 1.2967 / 3 = 0.4322333333333333 i want just 4 digits in the cell 0.4322 after the decimal Thanks in advanced

updating prices

Dear all I am using mt4excel.dll and shoblon script to transfer the prices from mt4 to excel. its working fine just the 4 hours prices its not updating every 4 hours alone. I have to close MS Excel and reboot shoblon script to open a new sheet with the updated prices. any help for updating without

Refresh to the History Center

Dear all I am working at exporting prices from the History center to Excel. but i am facing a problem . I have to refresh the history Center by pressing Download every time. Is there any way to make an automatic refresh to the history center without making it manually? Thanks in advanced

changing TP according to hours in the day

Hi forum, how can i change the Take Profit value for some hours during the day? For example: time between 8:00 & 14:00, the TP is 20 pips and time between 14:01 & 18:00 the TP is 10 pips Please show me the way Thanks in advanced

Problem in Stoploss help please

Dear all i have a problem in stop loss its not working, i need help in correcting it thanks in advanced OrderSend ( Symbol (),OP_BUYSTOP,Lots,Ask+Step* Point , 3 ,Ask+(Step-SL)* Point ,Ask+(Step+TP)* Point , "" , 12321 , 0 , Green ); OrderSend ( Symbol (),OP_SELLSTOP,Lots,Bid-Step* Point , 3

Please Adminstrator , find us a solution

Dear Administrator as we are some countries that are not verified for paypal , we cannot pay programmers and fund our accounts. as for me , i use moneybookers.com to buy and sell. any solution for us please? to add moneybookers to the payment options? Thanks a lot and waiting for your reply. Fadel

Close of the day before

Dear all I want to know how to get the close of the previous day I knew how to get the open of the today iOpen("EURUSD",PERIOD_D1) now i want the close of yesterday any help please. Thanks in advanced

commands of the High & low of the previous day

Dear all i want to know what are the commands of the High & low prices of the previous day to use them in an EA. Thanks in advanced