Forum

icustom and copybuffer problem

Hi every one. pls help me im tired of this. this is a simple code that only use icustome and copybuffer to get value of rsi the problem is: when Chart Time frame is different from TF you set on icustom it returns -1; i test it with many indicators its the same i set PERIOD_D1 to icustom. CopyBuffer

get posiiton info when click on a positions in trade tab in toolbar window

Hello all, is there any solution that return position info when i click on one of the position in trade tab in toolbar window? in the code first iv to call positionselect() command to select a position then i can get info. but i want to get info about the position is selected in trade tab in toolbar

problem with ChartIndicatorAdd

//+------------------------------------------------------------------+ //| TEST11.mq5 | #property version "1.00" #property indicator_chart_window input bool doit = false ; //+------------------------------------------------------------------+

how to use SymbolInfoSessionTrade and SymbolInfoSessionQuote

Hi every one i want to make table that shows trade time in a week for symbols. like the pic below. how should i use SymbolInfoSessionTrade to create it