How to detect an object on Current Chart
-
Hi, Please tell me how to detect an object on chart using fx Dreema. I want to catch entries of an indicator based on buy/sell arrows.
-
@abdul-wahab If those arrows are stored into the indicator's buffers you just need to import it into your fxDreema account so that no object needs to be found. Are those arrows ploted by an indicator?
-
@abdul-wahab As @l-andorrà has said indicator buffers are the simplest and most effective way to do this, if you can't check your MT4/MT5 object list to see what information can be used, if the desired information is in the data window you can possibly use the iCustom function with custom code but this is quite advanced.