Dear BGT
You can do it that but as a following
1- create the class you need outside the VTL then generate it as DLL .
2- call your DLL inside the VTL such as :
A - If your Dll is...
Type: Posts; User: Rawan-HS; Keyword(s):
Dear BGT
You can do it that but as a following
1- create the class you need outside the VTL then generate it as DLL .
2- call your DLL inside the VTL such as :
A - If your Dll is...
I found that you are always delete all the object onTick or at onCalculate method , I guess the infinit loop or the hang it came from that reason
try to update the object value instead of delete it...
Unfortunately this issue from our side and we are working on solve it , I will update you once we release new exe
As a suggestion you can per define the data on your array make it equal -987654321 for example then when you loop on it check if the value not equal this number and make sure the array size more than...
Dear BGT
Please attach the script that you are working on it
unfortunately , it is not solve yet and I will till you once we solve it
To hide the line you can delete it by using the ObjectDelete method
actually there is no type such this type on VLT ,As I understand this type will not draw the line , so what the purpose of drawing line without drawing it on chart ??
I glad to inform you that we have solved the issue I will update you once we release a new patch .
I will check it , and I will update you once we find the issue
For now you can't define the Enum datatype and as a workaround define each one to be a variable that can user set its value
can you give me more clarification for what exactly do you want to do ??
To use the class concept you can create your class outside the VTL and release it as dll , then use a CreateObject method such as the following code
dim obj
set obj =...
Dear BGT
I have checked it form my side and it was working fine I suggest to use ObjectDelete method by passing the object name that you want to delete or make sure that you pass the right chart...
We have found the issue and fixed it , it will be in the next patch and I will update you once we release it
I have solved it and it will be in the next patch I will update you once we release it .
You have to know that the last parameter on this method is for start index bar to get the highest...
I'm glad to inform you that now you can use SymbolInfoDouble to get the tick size and tick value using these Property (SYMBOL_TICK_SIZE,SYMBOL_TICK_VALUE). check it and update the thread once you...
we will study the possibility of adding it on the next version I will update you once we add it.
Dear BGT
Unfortunately, these methods is not available on our VTL , we know the (Currency Base) is the reference symbol , is there any difference between it and the currency profit ?
Dear BGT
As I told you before in previous post , you have to depend on the OnOrderTrade event to check the limit order result so when client cancel the order the actionType will be equal =...
Dear arjunsingh30
Actually you can't compile the SmartDealer Script or any VBL Script in Visual Studio because the VBL Scripting Language is the soul of the VertexFX Bridge that built inside...
Dear BGT
You have to know that you are setting the value for the two dimensional using wrong way and that caused the Subscript out of range 'workEma' so you have to replace the (...
Dear BGT
As a solution after taking the first limit order put your code that takes the other limit order inside the OnOrderTrade event when actionType equal 12 (TRADE_LIMIT_ORDER_NEW) and...
Dear BGT
Unfortunately, these values not available in VTL at this moment , we will study the possibility of adding it and I will update you soon .
Unfortunately , there is no method that load all the chart data but you can use GetChartData method to load the chart bars data according to count number that you pass it to function