Topic: Recommended Bars in Trader (Crashes due to low number of bars)

The trader loads 300 bars by default. This number can be set in Trader Settings dialog:

http://s7.postimg.org/pb8g9cj1z/screenshot_367.jpg

If there is not enough bars, some indicators may crash.

The problem is that the program doesn't know how many bars are necessary before calculating the strategy.

I'm experimenting with catching indicators errors in trader mode and showing warning messages.

http://s7.postimg.org/omzlqekc7/screenshot_368.jpg

http://s7.postimg.org/mjp6iqkjb/screenshot_369.jpg

In that way, the program shows a warning messages instead of crashing.

I'll include this solution in next update if it works well.