Hi sir,
Can we create user defined class in vtl programming. Or is structure concept is present in vtl programming like mql4.
Thanks in advance.
BGT
Type: Posts; User: BGT; Keyword(s):
Hi sir,
Can we create user defined class in vtl programming. Or is structure concept is present in vtl programming like mql4.
Thanks in advance.
BGT
Hi sir,
I have attached a script. I have displayed some object in this script. This objects creates dynamically according to orders.
Currently i call the function of calculation on oncalculate....
Hi sir,
I have attached a script. I have displayed some object in this script. This objects creates dynamically according to orders.
Currently i call the function of calculation on...
Hi,
I have attached a script. This script previously showed symbols on the seperate chart. But after a new version it dont show anything. Sometimes it shows but sometimes dont show anything on the...
Hi
Sorry i have attached mql and vtl script. Please suggest the solution.
Thanks in advance
Hi ,
I need you help. I am stuck at one position. I have convered one script mql to vtl. But it gives Subscript out of range: 'vidya_work' error . Please help me to remove this error.
Thanks...
Hi,
Is the problem of histogram is solved or not. I am waiting for your reply.
Thanks in advance.
BGT
Hi,
Actually according to some condition i want to display and hide that line indicator. For this purpose i want this option.
BGT
Hi,
How can i convert this line into vtl.
SetIndexStyle(j,12,QuarterLevelStyle,1,clrLimeGreen)
This second option i.e. 12 means DRAW_NONE. But i dont find this option in vtl. So please...
Hi sir,
Sir please i am waiting for your reply. I am stuck because of openprices function . Please guide me in my issue.
Thanks in advance.
BGT
Hello,
I want to convert one indicator. In my script i am doute about working of function Openprices function. When i used this function on the chart which is not open, then i directly closes the...
Hi,
i want to use enum data type.
e.g.
Enum Symbols
usd = 1 'USD
eur = 2 'EUR
jpy = 3 'JPY
gbp = 4 'GBP
cad = 5 'CAD
Hi sir,
I will try class concept. Thanks for your quick reply. But i have one issue. If we want to give dropdown options to user in a input box (when we take input from user at the time of attach...
Hi sir,
Can we use class and enum concept in vtl also. Please guide me how can i use these two concepts in vtl programming.
Thanks in advance.
Thanks a lot
Hello sir,
I am using objectdeleteall functikn to delete the object. When we end the script the object still remains on the chart.i am using this function in deinit function. Can you please suggest...
Hi Sir,
Thank you so much. I will try to use it.
Thanks,
BGT
Hi sir,
Is this value is updated in a new version
t=MarketInfo(Symbol(), MODE_TICKSIZE);
v=MarketInfo(Symbol(), MODE_TICKVALUE);
hi
Is this is updated in a new version.
Hi,
Sir is there any another solution as the lines looks like histogram.
Hi,
i have created a script. I have used volume_chart. I am facing a issue in volume chart. It draws green histogram not in a proper way. Please suggest me the solution. What is the issue in my...
Hi ,
I am trying to use RelativeStrengthIndexOnArray function. Its giving the error "an unexpected error has occured" whenever this function is executed. I got this error on ...
Hi,
Can you please guide me about any function to get "Basic currency of a symbol" and "Profit currency" of a current symbol. i want to convert following lines...
Hi,
Thanks for your reply. Sir i have made changes as per your suggestion. Now initially it takes proper orders i.e. NumberofTrades. But if user cancels the order manually it should tell the order...
Hi,
MarketInfo(Symbol(),MODE_SWAPSHORT);
MarketInfo(Symbol(),MODE_SWAPLONG);
How to get above values in vtl.
Thanks in advance.