otcotcotc / Publications
Forum
Price distribution MQL4
I've got this code. i'm not sure how to show the probability of price distribution spikes in percentage. #property indicator_chart_window // input parameters extern int MAX_HISTORY = 5000 ; extern int STEP = 1 ; //---- string OBJECT_PREFIX = "LEVELS" ; int ObjectId = 0 ;