Forum

Deleting Indicator In chart using indicator_handle

hi i define a function a to add moving average to my chart with pressing a button //+------------------------------------------------------------------+ //| Function to draw Moving Average | //+------------------------------------------------------------------+ void

how can i transfer data from row to column in filewrite command

hi i try to write a mql code to write macd of symbol for three timeframes in excel with filewrite command. but macd numbers in result excel file is only one-column and all macd data stored in rows. [ size of cells are 1000 x 1 for three time frames] but i want to stored each time frame in a column