Re: PineGen development
I'm working on the application's user interface.
I added a Generator stripe at the top.
The Generator will show a few strategy balance charts.
We can view/export them with a click even while the Generator is working.
This is only a mockup of the actual application. The strategy layout and the charts are random.
Trade Safe!
Re: PineGen development
Hello Traders,
I'm working day and night on the new app.
Milestones:
- loads historical data
- it has a working Generator
- the generated strategies are shown in the tiles at the top of the applications
- we can select a strategy to load in the main part of the program
- the indicator chart works
- the balance / drawdown chart works
- the backtest stats on the main screen work
I'm trying to implement features every day.
Have fun!
Re: PineGen development
Good work Popov, I think this will have a huge impact on Tradingview's users.
I love the dark one
Re: PineGen development
A lot of work is done.
- Market select controls - Source, symbol, and period are moved to the left - above the strategy slots.
- The Log in / Sign up links are moved to the left
- The generator control stripe is centred on the toolbar.
- The strategy properties and slots are updated according to the selected strategy.
- Internal pages were added under the Market and Output sections. Navigation works.
- The chart options are moved to the right side of the charts' nav bars.
- Added the option "Show indicators" to the price chart.
- The strategy requests and loads the corresponding data file.
- Code cleanup and refactoring.
I hope you will like the design (whet the app is ready of course:) )
...
If the app becomes as good as I think it will and the traders find it useful, I may also make a similar free app for MetaTrader EAs. It will actually be a light version of EA Studio with a lot of UI "modernization".
Trade Safe!
Re: PineGen development
Today, one more user interface active feature was added - the "Close" buttons to the strategy slots.
I have a different approach to this application. I'm starting with the user interface first.
My goal is to finish with the program's general design and have all the UI components working.
Then, I'll start working on the business logic specifics for PineGen, customizing the backtest engine and the indicators for TradingView. I'm doing this to actually use the program during the development and testing of the indicators and the test results. I'll be able to experience and fix any quirks of user experience.
By the way, PineGen's most significant functionality is the actual composing and export of PineScript for TradingView.
I'll leave this for the end of the development cycle.