Re: Daily Updates
I received three bug reports for FSB Pro beta 1.2.
I'll try to fix them today and will update.
Re: Daily Updates
Several new bugs found out.
I'll do my best to fix them for two three days and will upload a new release on Sunday evening.
Re: Daily Updates
I'm fixing now several bugs that arise when there is no loaded data for the working strategy.
One example is Comparator. It can be run on a strategy without data and the program crashes.
Other bug is that when a user changes the market and there is no data - charts and stats remain on the screen - all outputs must be reset in such a case.
The missing data issues reflect almost all program pages.
I'll try to fix all such bugs I notice till tomorrow evening.
My goal is to fix all known bugs till the end of April.
Re: Daily Updates
I fixed several bugs related to missing data files.
I'll fix tomorrow Signal shift and Signal repeat of the logical filters.
I'm going to upload a new Beta release tomorrow at midnight.
Stay tuned!
Re: Daily Updates
I'm going ahead with signal shift and signal repeat.
The works fine on my tests.
The original signal is risen by the first MACD. The second MACD shifts its signal by 3 bars and repeats the signal 2 times. That leads to three signals shifted by 3 bars.
Original: 0 0 1 0 0 0 0 0 0
Shift 3, Repeat 2: 0 0 0 0 0 1 1 1 0
Re: Daily Updates
Noticed also some issue on Trader.
- Connection panels do not redraw after re-connection.
- If a user moves the mouse cursor rapidly from one connection panel to another and the cursor lands over the Start/Stop trading button, both panels remain selected.
- When there are several connection of a strategy and a user changes the period of a MT4 - connection disconnects and reconnects to the new charts and the trade restarts automatically. It should not restart trading on a new chart (I think. This is the default behavior of FST).
I'll try to fix these issues also till tomorrow evening.
Re: Daily Updates
I'm adding export to an Excel spreadsheet.
I'm using the excellent EPPlus.dll library: https://epplus.codeplex.com/
Re: Daily Updates
I'm working on the implementation of the tick testing.
Now FSB Pro can import and load tick data from Dukascopy.
I think to move the "Use intrabar scanning.." and "Tick testing.." options from the General settings page to Data Source settings because there will be more relevant.
Re: Daily Updates
I'm ready with the Tick testing.
Now I'll try fixing some bugs from the crash reports.
You can expect the next FSB Pro beta on Sunday 1st of June.
Re: Daily Updates
I'm using an excellent programming tool LINQPad: https://www.linqpad.net/
It helps on testing small pieces of code.
Now I'm experimenting with data feed from Dukascopy.
I can download, decompress and parse binary data files from Dukas.
Here I show converted to M1 file in LINQPas.
I want to make a smooth data feed for the purpose of FSB Pro without downloading of Gigabytes of raw data.
Re: Daily Updates
Generator and Optimizer do not accept strategies with Margin Call.
Re: Daily Updates
I fixed many bugs in FSB Pro. Next release will be much more stable.
Re: Daily Updates
FSB Pro has a nice layout, easy on the eyes and a ton of info on the screen..!