Forum

ChartApplyTemplate issue!

hi everybody! I have a problem with ChartApplyTemplate function bool b= ChartApplyTemplate ( ChartID (), "templateName.tpl" ); b is true but template is not applied! what's the problem?? thankyou

1000 symbols limitation in marketwatch

hi everybody! have you ever faced with this limitation? i'm going to filter more than 5000 symbols in stock market by their volumes and few other conditions, but i realized that we can't get many information about a symbol (iRealVolume for example) unless it's been visible in marketwatch and maximum

CopyTicksRange issue

hi all! i have problem with two functions CopyTicks and CopyTicksRange when i use this functions its return no data sometimes(not Always) !? here is my code MqlTick ta[]; datetime Start_date= iTime (_Symbol, PERIOD_D1 , 0 ); ulong Start = ulong (Start_date)* 1000 ; ulong End=(Start_date+ 24

problem with real data

hi everyone! when i'm using iRealVolume the results is very different from real volume in the stock market? i use iRealVolume(_Symbol,PERIOD_D1,0) i set real data for Volume indicator on the chart but result either is wrong