Page 27 of 29

Re: Bug Reporting

PostPosted: Mon Feb 26, 2018 5:02 pm
by Apprentice
Forwarded to the development team.

Re: Bug Reporting

PostPosted: Fri Mar 16, 2018 9:15 am
by papynou34
Hello all,
I am working with the version 01.15.071017. In the Chart view option, I put the show grid option to NO.
Then I open a new marketscope and I still have the grid on the chart.
Did I do something wrong or is it a bug?

Thank for your answer.

Re: Bug Reporting

PostPosted: Thu Mar 22, 2018 7:45 am
by Apprentice
Forwarded to the development team.

Re: Bug Reporting

PostPosted: Fri Nov 30, 2018 8:28 am
by robocod
I notice that when the "View" menu "Refresh" option is used on Trading Station, this seems to do a complete "reset" of the trading tables. This is causing an issue with one of my strategies.

Suppose the strategy has a trade open.
User uses View->Refresh
For a few moments, the trade tables are all blank (empty) and the strategy thinks it has no open position, so it can enter a trade

Result: 2 trades opened (one of them is a mistake, since the strategy should only open one per instrument max)

I checked the SDK and my code. The strategy is using the "host:execute ("isTableFilled", tableId)" function to check that the orders, offers and trades tables are all filled. This function is always returning true, even during a reset/refresh.

The help file for this function says...
Checks whether the table content is filled and ready to use.

The table can be not completely filled in case the strategy is started immediately after the login or when the user forces refresh of the tables.

The method returns true in case table is filled and ready to use and false in other case.


So, it seems that this function is not working correctly, since the tables where not filled, and yet it returns true. Please investigate, and fix this function or provide a workaround.

Re: Bug Reporting

PostPosted: Thu Dec 06, 2018 11:05 pm
by Silverthorn
I'm having trouble with a bug in the Simulator when working with a large number of instruments.

At up to 3 instruments everything works well except that I have found that at times when paused the price data but not the time appears to run on in the background resulting in a long candle and jump in price when resuming. This is easily avoided by reducing the speed slider to minimum before pausing.

When I try to load the 15 instruments I require for testing they all initially load correctly as seen here. With the Simulator paused you can change instruments and they all load successfully with the exception that there is no current price line shown on the chart.
Capture2.PNG

Once the Simulator is started a VERY long candle is produced and the price jumps.
Capture3.PNG

Pressing F5 or reloading the chart will briefly correct the candles but they soon jump again.

All Instruments perform correctly in Simulation on their own.

Hope you can help!!

Re: Bug Reporting

PostPosted: Tue Dec 11, 2018 6:59 pm
by Silverthorn
Hi Apprentice,

I've now tested on another TS installation on another machine with the same result so can confirm it's not a local problem.

Were you able to reproduce this?

Re: Bug Reporting

PostPosted: Mon Dec 09, 2019 11:33 am
by conjure
Capture.PNG


I am trying to open multiple accounts Demo on my desktop and TS2 keeps crashing.
Any ideas? Is it a bug?

Re: Bug Reporting

PostPosted: Wed Dec 11, 2019 5:45 pm
by Apprentice
How many instances you have opened?

I have two real, one demo active without any problem.

In most cases, strategies, indicators will crash the TS.
To be sure this is not the case.
Can you please uninstall any custom indicators/strategies?

Re: Bug Reporting

PostPosted: Thu Dec 12, 2019 6:10 am
by conjure
I did a fresh install of TS2 on virtual machine. I cannot open more than 15 instances

Re: Bug Reporting

PostPosted: Sun May 24, 2020 1:15 pm
by scandisk
Hi Apprentice

Its weird because when ever I use any Heikinashi indicators my price charts wont scroll up or down? So when I try to resize it doesn't work? Even if I load the basic HA heikin-Ashi indicator from tradestation? I downloaded averages.lua?

Thanks