The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Sat Jan 14 15:48:10 2023 -0500
815c1f2c1fb6184c87fc832556c7ec9b5a24b2e5
Adding Signal handling using the latest Prima::sys::GUIException() code.

Sun Jan 8 08:18:54 2023 -0500
813e9ab1038985a4689d9550947be12053e60aff
ignore dist files from git
Sat Jan 7 23:25:23 2023 -0500
a9ff92a5fa6a9d48ca38016bb13bad89503f73aa
Getting POE::Loop::Prima to be imported correctly

Sat Jan 7 23:07:47 2023 -0500
9e1af2c077961e3998338a7a08607259b5e22e1a
Do not use POE::Loop::Prima on Windows, since POE hangs while installing

Tue Jan 3 08:55:45 2023 -0500
18d3fcf11a75c8cfbc01978c449ebc85433cca1f
updating Changes file

Tue Jan 3 08:54:47 2023 -0500
2a079cd4628c54669f75bbca35addfe56188a680
Getting the menu-based crash fixed . updating the test script to test Prima

Mon Jan 2 23:00:46 2023 -0500
1d4edee9e6df05f46d4109e69f4e4c9683157bb2
fixing the erroneous pod

Mon Jan 2 22:59:45 2023 -0500
b081b8c2260ca3d6ca2f3dcfa009431d1c03a26c
running pod2readme to update it

Mon Jan 2 22:53:36 2023 -0500
3b8100d70655f470dd21302752b899db1acbd80e
Icons can be auto-inherited, so removing redundant code

Mon Jan 2 21:48:27 2023 -0500
01e85c0aa83a77ca593f35324bf8cfb5483d6951
Removing handling of old Prima versions. we only support 1.67 and above now

Mon Jan 2 21:40:12 2023 -0500
5a8d012439d54218a28acb0dde3f2f1cc6be9f02
Removing usage of say/carp and using Log::Any instead all over. Updating unit test to load the language module and moving the icon building code into utils module

Mon Jan 2 20:58:23 2023 -0500
2af40340bb64a4aea1961ffc97bf38ca170d4355
Replacing say/carp with $log from Log::Any.

Mon Jan 2 18:02:22 2023 -0500
2ec3e8a8e5d10766e631d17ef20ff524336f895c
Adding checks for every menu item call to make sure we do not crash if the item is corrupt

Mon Jan 2 17:58:52 2023 -0500
5a01a16e337d8e8e692bff0d363fd9a24d8f5382
Got the icon to stop segfaulting. adding a testicon script for that. MenuItems are now able to load the gui object using the API change

Sun Jan 1 23:04:04 2023 -0500
64764eb9dabd6c43efff1c25e7ca35d59cac0387
Improving the main window invocation and handling the icon check. using a new icon from FontAwesome

Sun Jan 1 15:59:28 2023 -0500
1e27aa0210d8a9bd9d4b90ac74fbf954542de734
Many updates: - fixing copyright to be from 2013-2023 - Adding cmdline option handling to the top-level script - Adding Log::Any to handle logging correctly. More changes to use this   coming soon. - Update unit tests to check for functions, be more strict. - Update version for next release to be 0.11. - Build dependencies updated. - Prima latest to be used and that requires a lot of UI dependency   updates - code does not run the UI yet - WIP

Sun Jan 1 14:20:20 2023 -0500
db75e4e655ba348d0b5ccb6138d3e074d3f5e1bb
Updating gitignore and manifest skip

Sun Jan 1 14:19:13 2023 -0500
0868631dfccf3feed0785b91323b8fba5dc59f1a
Updating Build.PL with all the exact minimum required supported versions of the latest libraries we want to support going forward.

Sun Jan 1 13:50:18 2023 -0500
a8807dfecc85ad9b370470249be56d20314b502a
Updating to latest version of Mo which is 0.40 on 2023-01-01. Happy New Year!

Thu Mar 19 13:23:01 2015 -0400
0a8268ae3d923ab4c0b1c6a5bf6e2bf17d4ad5c8
STOCHRSI bug fixed

Sat Nov 8 15:52:56 2014 -0500
dc0e58fcbba34d39158b5ef1a3a727a68bb29e1f
Using a Prima real release instead of dev release

Tue Sep 30 15:03:50 2014 -0400
ebcaf38c8468e3f781de117862f94a4536d09b72
improving syntax highlighting for the grammar rules

Tue Sep 30 13:14:38 2014 -0400
dc8879027f0e73cf4b9c51aecf9c8b46d62840a6
implementing the basic comparisons

Tue Sep 30 13:14:18 2014 -0400
66b2ee055bcd69616adf6be5c590023b20e9cad0
if the P&L calcs gave back nothing say that

Tue Sep 30 11:49:54 2014 -0400
d9af44e6a8853e63db0ae5ce7ed4d59c9745ec9e
fixing the grammar to handle numeric states correctly

Tue Sep 30 10:59:40 2014 -0400
e54f858537a515b67dbb48d2880107302adcf61f
Adding save to CSV feature in the tradereport

Mon Sep 29 18:01:41 2014 -0400
46c57c2e555916f024588e6cdec46d696dd30f1d
removing unnecessary function

Mon Sep 29 18:00:55 2014 -0400
6759d18746c6daa9a57970871e2c318ea3c26d86
Adding a Trade-report class

Mon Sep 29 16:40:14 2014 -0400
6cc0acfe142ee87cceb9d548bf35fad663a6ee7e
showing a dummy trade report

Mon Sep 29 16:20:49 2014 -0400
ddfef0981a4a6c7c4ac208a5ee817ae5bb3b1e75
Implementing the P&L calculator function to filter out the bad buy/sell signals and only display the ones that should be displayed.

Mon Sep 29 15:56:14 2014 -0400
8c33797bc0404eedeaf48b515e73adafe4381021
adding long/short trade flags to the result

Mon Sep 29 14:55:04 2014 -0400
7cfcb76888416a2eb9779a68f5cf16471bf1ffb8
seems like we tackle pretty much all the different cases here

Mon Sep 29 14:13:52 2014 -0400
d46c7dc9c24003c660bf8f78a402a9d9ca91c3ee
sample P&L calculator shown here

Mon Sep 29 12:45:33 2014 -0400
b70aff44b23597b5b76a26216bb7f9b0859649cd
Adding simple declaration grammar to handle instructions on allowing or not allowing short/long trades

Fri Sep 26 16:27:49 2014 -0400
24989d0c7f2dd7ba6efb384b057e29e803ccfdfe
Win32 perltidy difference handling

Fri Sep 26 16:24:49 2014 -0400
dbbee4373f7cc6c8dc9e3e3e100722b8acebd18b
handling canceled save-as

Fri Sep 26 16:22:34 2014 -0400
74924cb25fcfe7254075420f8aa81c26ae3438fb
Plotting of buy/sells done

Fri Sep 26 16:01:24 2014 -0400
9ce80ae3e920f01753a28c6c13cfbb42d746e8bb
morphing the calls to plot_data to pass an empty buy-sell {} if necessary

Fri Sep 26 15:51:32 2014 -0400
661e2e54cee3495166ed4b3ef879c028d6f53139
modify the header only if needed

Fri Sep 26 15:47:53 2014 -0400
1a8b9ae84208976da4e490865acb3eb253160b6a
Executing rules from the main window itself

Fri Sep 26 15:33:24 2014 -0400
fa713e4e975c6466abffd357f7784aa68790361f
Display the buy-sell output into the tab

Fri Sep 26 14:59:41 2014 -0400
6605565d6b98b861b97075302e903452dd96e466
guaranteeing that the 1e-6 value is printed as expected instead of differences in printing on different versions of perl breaking tests

Fri Sep 26 14:56:21 2014 -0400
f6fe6d6a704f22da944bd0bb3be793002e44d507
fixing the code generation to use bit-wise operators in which() and also to guarantee precision by using ()

Fri Sep 26 14:22:09 2014 -0400
496142879a5fa44a0080aea2999b670fabe488f0
adding a unit test to verify if the code generated can actually run

Fri Sep 26 12:47:05 2014 -0400
0027712b89525f8f2c1bbaed6b48bfc38bc826ff
eval sub{} requires the loading of PDL module for the functions to work

Fri Sep 26 12:09:39 2014 -0400
dfffb4ca15f545bb7846ee534bda6730f79ee524
getting the compiled code to be eval'ed into an anonymous code-ref for use by the gui. fixing the editor closing bug if only 1 editor/tab was opened.

Wed Sep 24 17:23:43 2014 -0400
3b9ead1b43bd5cc8aa2af284894cb698e3a275b4
Windows fixes and using latest PDL::Graphics::Gnuplot

Wed Sep 24 15:54:48 2014 -0400
7a8eaf71dcfc8537219e811d3710f70f7cb57aea
- preset-vars is an array since it has to be in order. - the user-rule code is now generated as a sub-routine so that it can be invoked   regularly as needed

Wed Sep 24 14:05:10 2014 -0400
8b419b834231eea9754386739a60f424bf295cd7
the compiler error can now be displayed to the user

Wed Sep 24 13:52:15 2014 -0400
f828cb4acff919f63ca1091a9b791c8d5cff0398
bugfix for handling multiple indicators on loading via YAML

Wed Sep 24 12:33:35 2014 -0400
fb62ef4ee14cb1f7f824e969ecbdaa2ada2bbd1d
updating the editor to do a compile on the rules that the user writes

Wed Sep 24 11:17:25 2014 -0400
1e94dd17b590f11ce028235a7480181f77133a4b
handling the from-above condition. allowing breaks in lines during the condition

Tue Sep 23 17:53:24 2014 -0400
8b90c7a0f5ea995fbce48017d0ec4d6cfee937c6
we perltidy the expected output too just to be safe

Tue Sep 23 17:18:40 2014 -0400
ed8ef50972ba51ceda1c0b3f6abcde787d2820ff
$lookback is now a variable to allow for machine-learning later. the unit-test verifies the output albeit in a dumb way

Tue Sep 23 17:08:56 2014 -0400
fc7543716f12c9072871877cfedcdeb72dbafefd
printing output for viewing

Tue Sep 23 17:06:55 2014 -0400
d4859d4c526c184476504ac605e3ba18002041ce
code generation tidying updated correctly. buys and sells are created once only

Tue Sep 23 16:45:39 2014 -0400
57ea70e783cbb303a7ec79e1dbb75f6bf6709f85
some code generation added

Tue Sep 23 15:42:09 2014 -0400
38df239700a2a059eaa3e6f246e985c78e1c64a3
some minor code gen work in progress

Tue Sep 23 15:35:22 2014 -0400
3740f572bb0552da571d33998c81e30fe2531f52
more state-less AST generation without using :: joins which is ugly

Tue Sep 23 15:23:42 2014 -0400
76a706f28afb2918fa6ef7335ca42d546de83009
Adding some receiver handlers to create a state-less AST per instruction

Fri Sep 19 13:25:09 2014 -0400
6aaeb8b43ccc3a9652a2f60f545f4382957575b5
getting the code right for a sample test of conditional buying at a price

Thu Sep 18 17:44:07 2014 -0400
dceda2674d3f976fed0ac70b88a4dad8be5c0ff6
updating the grammar to handle some minor changes. adding some sample receiver code

Thu Sep 18 17:43:04 2014 -0400
e72d243e051835333b7e4071e35e572ad6a08669
updating the test-threading script. we have found a way to not use thread_define

Wed Sep 17 16:26:16 2014 -0400
a06aa0de9a46eeba2459fa37371a5e99410260f1
removing redundant grammar keywords

Wed Sep 17 15:14:28 2014 -0400
7cbba0f1ade652ae8a06220e224ca2fe0d85b8ac
Adding auto-generated variable names to the rules editor

Wed Sep 17 14:03:21 2014 -0400
06d4def0c1e064c8f2ed05713c92e13e637c2bcb
renaming a function for better clarity

Tue Sep 9 11:10:58 2014 -0400
ee6ec51da9dde6e95a6fe1b0ed9303af54c196d9
bugfix

Tue Sep 9 11:00:04 2014 -0400
06f104eed4f90b22744d1bcf32c6cac709504c38
renaming for consistency with docs

Tue Sep 9 10:27:49 2014 -0400
6f27ff464121a817c97d7f28f6a09707912ed119
some renaming and rearranging

Tue Sep 9 10:09:26 2014 -0400
879cdff6df9abca8e40bb7c058c40e55d8fc8c97
Moving some indicators around to fall into the appropriate categories

Mon Sep 8 22:52:01 2014 -0400
b404546ca2a42351e3442235c44627a66850e154
rearranging the TSF to be LinearReg-TSF

Mon Sep 8 17:50:16 2014 -0400
1f9d60fc028257a46d160166f46f8a976f27eb98
renaming indicator

Mon Sep 8 13:56:14 2014 -0400
bfd5d0d2d35ae1c9a962b28c7154074fa81734e5
fixing pod

Mon Sep 8 13:44:30 2014 -0400
f7b5948ca1f50418f33785f9e5675eeb35bf2305
updating changes

Mon Sep 8 13:44:18 2014 -0400
18dbf677fe4d178be293a3c532d3955b1fbf17e8
getting ready for release 0.10

Mon Sep 8 10:34:27 2014 -0400
70f8a260f7949c99765342e081fd96d8b137bc46
switching Talib to TA as per kmx's module renaming

Fri Sep 5 17:28:23 2014 -0400
31c8d371badc77ab20e7032c82b46973772b6e73
bugfix

Fri Sep 5 16:43:20 2014 -0400
b8f86a452290540abb64b210690037b9fe47feda
ok the candlesticks are also done pretty easily

Fri Sep 5 16:40:19 2014 -0400
339f6cc557c461a49586b9387802248e96d3b7f4
adding variables for all other indicators except candlesticks

Fri Sep 5 16:32:44 2014 -0400
d548ed821473e556ee02edfa7fdb390a93662e5f
momemtum indicator variables written now

Fri Sep 5 16:05:28 2014 -0400
d904a946b2c2ff6f6381886bc2575260c0ae9da8
adding variable names for volatility indicators

Fri Sep 5 15:52:56 2014 -0400
3a4e80274fb4280a3eb0b8ff6714bbffa605def5
adding variable names to the output arrays for use by the rules editor

Thu Sep 4 16:58:19 2014 -0400
0667c2fe038ec4becae95db9d3dc743ae3fbfe20
Making keywords case insensitive but variables are case-sensitive

Thu Sep 4 16:00:05 2014 -0400
289bf16ce40b1bb920a45e245bbcbb18cec823d5
saving the file in the .financeta directory by default to avoid polluting random directories. Also tracking if the old-filename saved was different from the new

Wed Sep 3 18:08:38 2014 -0400
1947196f7af6d24c44080669c7b023240af75e01
Banging out a basic grammar schema for the language

Wed Sep 3 16:13:42 2014 -0400
64b8294fb556cfbadb14c5e2b6704103dc6f4a74
sample language class updated. handles comments correctly

Wed Sep 3 12:44:45 2014 -0400
173e3baff84bd24c0d854471a44dc52b85a31e42
Adding a framework package module to kickstart the language parsing

Tue Sep 2 12:30:41 2014 -0400
6825355b8a3a75610d4f81fafcdf4bc063ccc075
binary mode for plots now adjusted based on Gnuplot version

Tue Sep 2 11:32:13 2014 -0400
2bdc083c76605d32ec3396107580989d75c84307
updating the binary thing to only be on windows as Linux gnuplot 4.4 doesn't support it but gnuplot 4.6 does

Tue Sep 2 10:55:58 2014 -0400
6a6ea0416ab01ca5e97124d8b7f5f0fbf03f6c89
Windows needs binary => 1 flag set to allow plotting BAD values. Linux works with or without it.

Sun Aug 31 22:51:43 2014 -0400
b6cfea70172de5783ddd107e258e4e4bad822fc7
Allow loading of stock data from user's own CSV file in Date-OHLC-Volume format

Sun Aug 31 12:42:56 2014 -0400
b1ac1d28f890ea1e21f14c7552fcd00d84904a19
some auto-rule saving if the rules have never been saved

Sun Aug 31 10:17:10 2014 -0400
465f76772d20ac31bba46043a13c0add1f39c85f
Unique editor per tab is now being opened. If editor is already open it is brought to the front.

Sat Aug 30 23:26:53 2014 -0400
95a2988204ec27a4418cd139c58981f558da7a2d
Adding an editor for rules to the gui.

Thu Aug 28 16:24:06 2014 -0400
057d5a8c578c664c026af351a35838f708a914aa
Refactoring of code to allow saving and loading of model files

Thu Aug 28 16:00:29 2014 -0400
2210cb65feadfcb58ca55492bfc8053046c9d74e
Save, save-as and load of models is now working except for loading indicators

Thu Aug 28 15:14:03 2014 -0400
8f0b7772509dbc55de328b7bf47f347b8a74c1c7
Saving the model is now done

Thu Aug 28 13:32:47 2014 -0400
0f1022f53ee5e1a01633a0be7528c2d0c333ed3d
if the tab closes, update the plot despite the index number being same

Thu Aug 28 13:23:43 2014 -0400
783c395bb4d5365b8014a85373c5eb9fd52946ed
Updating the MAVP with some elegant cyclic pdl work

Thu Aug 28 13:02:16 2014 -0400
8f8c08f48bab979b2782845a49cfdb3d15fcb981
Updating the build.pl to use the correct version

Thu Aug 28 12:39:17 2014 -0400
5f375c4e16564c3d7902f30986f56c8acc95ab75
updating changes
Tue Jan 3 08:54:47 2023 -0500
2a079cd4628c54669f75bbca35addfe56188a680
Getting the menu-based crash fixed . updating the test script to test Prima

Mon Jan 2 23:00:46 2023 -0500
1d4edee9e6df05f46d4109e69f4e4c9683157bb2
fixing the erroneous pod

Mon Jan 2 22:59:45 2023 -0500
b081b8c2260ca3d6ca2f3dcfa009431d1c03a26c
running pod2readme to update it

Mon Jan 2 22:53:36 2023 -0500
3b8100d70655f470dd21302752b899db1acbd80e
Icons can be auto-inherited, so removing redundant code

Mon Jan 2 21:48:27 2023 -0500
01e85c0aa83a77ca593f35324bf8cfb5483d6951
Removing handling of old Prima versions. we only support 1.67 and above now

Mon Jan 2 21:40:12 2023 -0500
5a8d012439d54218a28acb0dde3f2f1cc6be9f02
Removing usage of say/carp and using Log::Any instead all over. Updating unit test to load the language module and moving the icon building code into utils module

Mon Jan 2 20:58:23 2023 -0500
2af40340bb64a4aea1961ffc97bf38ca170d4355
Replacing say/carp with $log from Log::Any.

Mon Jan 2 18:02:22 2023 -0500
2ec3e8a8e5d10766e631d17ef20ff524336f895c
Adding checks for every menu item call to make sure we do not crash if the item is corrupt

Mon Jan 2 17:58:52 2023 -0500
5a01a16e337d8e8e692bff0d363fd9a24d8f5382
Got the icon to stop segfaulting. adding a testicon script for that. MenuItems are now able to load the gui object using the API change

Sun Jan 1 23:04:04 2023 -0500
64764eb9dabd6c43efff1c25e7ca35d59cac0387
Improving the main window invocation and handling the icon check. using a new icon from FontAwesome

Sun Jan 1 15:59:28 2023 -0500
1e27aa0210d8a9bd9d4b90ac74fbf954542de734
Many updates: - fixing copyright to be from 2013-2023 - Adding cmdline option handling to the top-level script - Adding Log::Any to handle logging correctly. More changes to use this   coming soon. - Update unit tests to check for functions, be more strict. - Update version for next release to be 0.11. - Build dependencies updated. - Prima latest to be used and that requires a lot of UI dependency   updates - code does not run the UI yet - WIP

Sun Jan 1 14:20:20 2023 -0500
db75e4e655ba348d0b5ccb6138d3e074d3f5e1bb
Updating gitignore and manifest skip

Sun Jan 1 14:19:13 2023 -0500
0868631dfccf3feed0785b91323b8fba5dc59f1a
Updating Build.PL with all the exact minimum required supported versions of the latest libraries we want to support going forward.

Sun Jan 1 13:50:18 2023 -0500
a8807dfecc85ad9b370470249be56d20314b502a
Updating to latest version of Mo which is 0.40 on 2023-01-01. Happy New Year!

Thu Mar 19 13:23:01 2015 -0400
0a8268ae3d923ab4c0b1c6a5bf6e2bf17d4ad5c8
STOCHRSI bug fixed

Sat Nov 8 15:52:56 2014 -0500
dc0e58fcbba34d39158b5ef1a3a727a68bb29e1f
Using a Prima real release instead of dev release

Tue Sep 30 15:03:50 2014 -0400
ebcaf38c8468e3f781de117862f94a4536d09b72
improving syntax highlighting for the grammar rules

Tue Sep 30 13:14:38 2014 -0400
dc8879027f0e73cf4b9c51aecf9c8b46d62840a6
implementing the basic comparisons

Tue Sep 30 13:14:18 2014 -0400
66b2ee055bcd69616adf6be5c590023b20e9cad0
if the P&L calcs gave back nothing say that

Tue Sep 30 11:49:54 2014 -0400
d9af44e6a8853e63db0ae5ce7ed4d59c9745ec9e
fixing the grammar to handle numeric states correctly

Tue Sep 30 10:59:40 2014 -0400
e54f858537a515b67dbb48d2880107302adcf61f
Adding save to CSV feature in the tradereport

Mon Sep 29 18:01:41 2014 -0400
46c57c2e555916f024588e6cdec46d696dd30f1d
removing unnecessary function

Mon Sep 29 18:00:55 2014 -0400
6759d18746c6daa9a57970871e2c318ea3c26d86
Adding a Trade-report class

Mon Sep 29 16:40:14 2014 -0400
6cc0acfe142ee87cceb9d548bf35fad663a6ee7e
showing a dummy trade report

Mon Sep 29 16:20:49 2014 -0400
ddfef0981a4a6c7c4ac208a5ee817ae5bb3b1e75
Implementing the P&L calculator function to filter out the bad buy/sell signals and only display the ones that should be displayed.

Mon Sep 29 15:56:14 2014 -0400
8c33797bc0404eedeaf48b515e73adafe4381021
adding long/short trade flags to the result

Mon Sep 29 14:55:04 2014 -0400
7cfcb76888416a2eb9779a68f5cf16471bf1ffb8
seems like we tackle pretty much all the different cases here

Mon Sep 29 14:13:52 2014 -0400
d46c7dc9c24003c660bf8f78a402a9d9ca91c3ee
sample P&L calculator shown here

Mon Sep 29 12:45:33 2014 -0400
b70aff44b23597b5b76a26216bb7f9b0859649cd
Adding simple declaration grammar to handle instructions on allowing or not allowing short/long trades

Fri Sep 26 16:27:49 2014 -0400
24989d0c7f2dd7ba6efb384b057e29e803ccfdfe
Win32 perltidy difference handling

Fri Sep 26 16:24:49 2014 -0400
dbbee4373f7cc6c8dc9e3e3e100722b8acebd18b
handling canceled save-as

Fri Sep 26 16:22:34 2014 -0400
74924cb25fcfe7254075420f8aa81c26ae3438fb
Plotting of buy/sells done

Fri Sep 26 16:01:24 2014 -0400
9ce80ae3e920f01753a28c6c13cfbb42d746e8bb
morphing the calls to plot_data to pass an empty buy-sell {} if necessary

Fri Sep 26 15:51:32 2014 -0400
661e2e54cee3495166ed4b3ef879c028d6f53139
modify the header only if needed

Fri Sep 26 15:47:53 2014 -0400
1a8b9ae84208976da4e490865acb3eb253160b6a
Executing rules from the main window itself

Fri Sep 26 15:33:24 2014 -0400
fa713e4e975c6466abffd357f7784aa68790361f
Display the buy-sell output into the tab

Fri Sep 26 14:59:41 2014 -0400
6605565d6b98b861b97075302e903452dd96e466
guaranteeing that the 1e-6 value is printed as expected instead of differences in printing on different versions of perl breaking tests

Fri Sep 26 14:56:21 2014 -0400
f6fe6d6a704f22da944bd0bb3be793002e44d507
fixing the code generation to use bit-wise operators in which() and also to guarantee precision by using ()

Fri Sep 26 14:22:09 2014 -0400
496142879a5fa44a0080aea2999b670fabe488f0
adding a unit test to verify if the code generated can actually run

Fri Sep 26 12:47:05 2014 -0400
0027712b89525f8f2c1bbaed6b48bfc38bc826ff
eval sub{} requires the loading of PDL module for the functions to work

Fri Sep 26 12:09:39 2014 -0400
dfffb4ca15f545bb7846ee534bda6730f79ee524
getting the compiled code to be eval'ed into an anonymous code-ref for use by the gui. fixing the editor closing bug if only 1 editor/tab was opened.

Wed Sep 24 17:23:43 2014 -0400
3b9ead1b43bd5cc8aa2af284894cb698e3a275b4
Windows fixes and using latest PDL::Graphics::Gnuplot

Wed Sep 24 15:54:48 2014 -0400
7a8eaf71dcfc8537219e811d3710f70f7cb57aea
- preset-vars is an array since it has to be in order. - the user-rule code is now generated as a sub-routine so that it can be invoked   regularly as needed

Wed Sep 24 14:05:10 2014 -0400
8b419b834231eea9754386739a60f424bf295cd7
the compiler error can now be displayed to the user

Wed Sep 24 13:52:15 2014 -0400
f828cb4acff919f63ca1091a9b791c8d5cff0398
bugfix for handling multiple indicators on loading via YAML

Wed Sep 24 12:33:35 2014 -0400
fb62ef4ee14cb1f7f824e969ecbdaa2ada2bbd1d
updating the editor to do a compile on the rules that the user writes

Wed Sep 24 11:17:25 2014 -0400
1e94dd17b590f11ce028235a7480181f77133a4b
handling the from-above condition. allowing breaks in lines during the condition

Tue Sep 23 17:53:24 2014 -0400
8b90c7a0f5ea995fbce48017d0ec4d6cfee937c6
we perltidy the expected output too just to be safe

Tue Sep 23 17:18:40 2014 -0400
ed8ef50972ba51ceda1c0b3f6abcde787d2820ff
$lookback is now a variable to allow for machine-learning later. the unit-test verifies the output albeit in a dumb way

Tue Sep 23 17:08:56 2014 -0400
fc7543716f12c9072871877cfedcdeb72dbafefd
printing output for viewing

Tue Sep 23 17:06:55 2014 -0400
d4859d4c526c184476504ac605e3ba18002041ce
code generation tidying updated correctly. buys and sells are created once only

Tue Sep 23 16:45:39 2014 -0400
57ea70e783cbb303a7ec79e1dbb75f6bf6709f85
some code generation added

Tue Sep 23 15:42:09 2014 -0400
38df239700a2a059eaa3e6f246e985c78e1c64a3
some minor code gen work in progress

Tue Sep 23 15:35:22 2014 -0400
3740f572bb0552da571d33998c81e30fe2531f52
more state-less AST generation without using :: joins which is ugly

Tue Sep 23 15:23:42 2014 -0400
76a706f28afb2918fa6ef7335ca42d546de83009
Adding some receiver handlers to create a state-less AST per instruction

Fri Sep 19 13:25:09 2014 -0400
6aaeb8b43ccc3a9652a2f60f545f4382957575b5
getting the code right for a sample test of conditional buying at a price

Thu Sep 18 17:44:07 2014 -0400
dceda2674d3f976fed0ac70b88a4dad8be5c0ff6
updating the grammar to handle some minor changes. adding some sample receiver code

Thu Sep 18 17:43:04 2014 -0400
e72d243e051835333b7e4071e35e572ad6a08669
updating the test-threading script. we have found a way to not use thread_define

Wed Sep 17 16:26:16 2014 -0400
a06aa0de9a46eeba2459fa37371a5e99410260f1
removing redundant grammar keywords

Wed Sep 17 15:14:28 2014 -0400
7cbba0f1ade652ae8a06220e224ca2fe0d85b8ac
Adding auto-generated variable names to the rules editor

Wed Sep 17 14:03:21 2014 -0400
06d4def0c1e064c8f2ed05713c92e13e637c2bcb
renaming a function for better clarity

Tue Sep 9 11:10:58 2014 -0400
ee6ec51da9dde6e95a6fe1b0ed9303af54c196d9
bugfix

Tue Sep 9 11:00:04 2014 -0400
06f104eed4f90b22744d1bcf32c6cac709504c38
renaming for consistency with docs

Tue Sep 9 10:27:49 2014 -0400
6f27ff464121a817c97d7f28f6a09707912ed119
some renaming and rearranging

Tue Sep 9 10:09:26 2014 -0400
879cdff6df9abca8e40bb7c058c40e55d8fc8c97
Moving some indicators around to fall into the appropriate categories

Mon Sep 8 22:52:01 2014 -0400
b404546ca2a42351e3442235c44627a66850e154
rearranging the TSF to be LinearReg-TSF

Mon Sep 8 17:50:16 2014 -0400
1f9d60fc028257a46d160166f46f8a976f27eb98
renaming indicator

Mon Sep 8 13:56:14 2014 -0400
bfd5d0d2d35ae1c9a962b28c7154074fa81734e5
fixing pod

Mon Sep 8 13:44:30 2014 -0400
f7b5948ca1f50418f33785f9e5675eeb35bf2305
updating changes

Mon Sep 8 13:44:18 2014 -0400
18dbf677fe4d178be293a3c532d3955b1fbf17e8
getting ready for release 0.10

Mon Sep 8 10:34:27 2014 -0400
70f8a260f7949c99765342e081fd96d8b137bc46
switching Talib to TA as per kmx's module renaming

Fri Sep 5 17:28:23 2014 -0400
31c8d371badc77ab20e7032c82b46973772b6e73
bugfix

Fri Sep 5 16:43:20 2014 -0400
b8f86a452290540abb64b210690037b9fe47feda
ok the candlesticks are also done pretty easily

Fri Sep 5 16:40:19 2014 -0400
339f6cc557c461a49586b9387802248e96d3b7f4
adding variables for all other indicators except candlesticks

Fri Sep 5 16:32:44 2014 -0400
d548ed821473e556ee02edfa7fdb390a93662e5f
momemtum indicator variables written now

Fri Sep 5 16:05:28 2014 -0400
d904a946b2c2ff6f6381886bc2575260c0ae9da8
adding variable names for volatility indicators

Fri Sep 5 15:52:56 2014 -0400
3a4e80274fb4280a3eb0b8ff6714bbffa605def5
adding variable names to the output arrays for use by the rules editor

Thu Sep 4 16:58:19 2014 -0400
0667c2fe038ec4becae95db9d3dc743ae3fbfe20
Making keywords case insensitive but variables are case-sensitive

Thu Sep 4 16:00:05 2014 -0400
289bf16ce40b1bb920a45e245bbcbb18cec823d5
saving the file in the .financeta directory by default to avoid polluting random directories. Also tracking if the old-filename saved was different from the new

Wed Sep 3 18:08:38 2014 -0400
1947196f7af6d24c44080669c7b023240af75e01
Banging out a basic grammar schema for the language

Wed Sep 3 16:13:42 2014 -0400
64b8294fb556cfbadb14c5e2b6704103dc6f4a74
sample language class updated. handles comments correctly

Wed Sep 3 12:44:45 2014 -0400
173e3baff84bd24c0d854471a44dc52b85a31e42
Adding a framework package module to kickstart the language parsing

Tue Sep 2 12:30:41 2014 -0400
6825355b8a3a75610d4f81fafcdf4bc063ccc075
binary mode for plots now adjusted based on Gnuplot version

Tue Sep 2 11:32:13 2014 -0400
2bdc083c76605d32ec3396107580989d75c84307
updating the binary thing to only be on windows as Linux gnuplot 4.4 doesn't support it but gnuplot 4.6 does

Tue Sep 2 10:55:58 2014 -0400
6a6ea0416ab01ca5e97124d8b7f5f0fbf03f6c89
Windows needs binary => 1 flag set to allow plotting BAD values. Linux works with or without it.

Sun Aug 31 22:51:43 2014 -0400
b6cfea70172de5783ddd107e258e4e4bad822fc7
Allow loading of stock data from user's own CSV file in Date-OHLC-Volume format

Sun Aug 31 12:42:56 2014 -0400
b1ac1d28f890ea1e21f14c7552fcd00d84904a19
some auto-rule saving if the rules have never been saved

Sun Aug 31 10:17:10 2014 -0400
465f76772d20ac31bba46043a13c0add1f39c85f
Unique editor per tab is now being opened. If editor is already open it is brought to the front.

Sat Aug 30 23:26:53 2014 -0400
95a2988204ec27a4418cd139c58981f558da7a2d
Adding an editor for rules to the gui.

Thu Aug 28 16:24:06 2014 -0400
057d5a8c578c664c026af351a35838f708a914aa
Refactoring of code to allow saving and loading of model files

Thu Aug 28 16:00:29 2014 -0400
2210cb65feadfcb58ca55492bfc8053046c9d74e
Save, save-as and load of models is now working except for loading indicators

Thu Aug 28 15:14:03 2014 -0400
8f0b7772509dbc55de328b7bf47f347b8a74c1c7
Saving the model is now done

Thu Aug 28 13:32:47 2014 -0400
0f1022f53ee5e1a01633a0be7528c2d0c333ed3d
if the tab closes, update the plot despite the index number being same

Thu Aug 28 13:23:43 2014 -0400
783c395bb4d5365b8014a85373c5eb9fd52946ed
Updating the MAVP with some elegant cyclic pdl work

Thu Aug 28 13:02:16 2014 -0400
8f8c08f48bab979b2782845a49cfdb3d15fcb981
Updating the build.pl to use the correct version

Thu Aug 28 12:39:17 2014 -0400
5f375c4e16564c3d7902f30986f56c8acc95ab75
updating changes
Mon Sep 8 13:44:18 2014 -0400
18dbf677fe4d178be293a3c532d3955b1fbf17e8
getting ready for release 0.10

Mon Sep 8 10:34:27 2014 -0400
70f8a260f7949c99765342e081fd96d8b137bc46
switching Talib to TA as per kmx's module renaming

Fri Sep 5 17:28:23 2014 -0400
31c8d371badc77ab20e7032c82b46973772b6e73
bugfix

Fri Sep 5 16:43:20 2014 -0400
b8f86a452290540abb64b210690037b9fe47feda
ok the candlesticks are also done pretty easily

Fri Sep 5 16:40:19 2014 -0400
339f6cc557c461a49586b9387802248e96d3b7f4
adding variables for all other indicators except candlesticks

Fri Sep 5 16:32:44 2014 -0400
d548ed821473e556ee02edfa7fdb390a93662e5f
momemtum indicator variables written now

Fri Sep 5 16:05:28 2014 -0400
d904a946b2c2ff6f6381886bc2575260c0ae9da8
adding variable names for volatility indicators

Fri Sep 5 15:52:56 2014 -0400
3a4e80274fb4280a3eb0b8ff6714bbffa605def5
adding variable names to the output arrays for use by the rules editor

Thu Sep 4 16:58:19 2014 -0400
0667c2fe038ec4becae95db9d3dc743ae3fbfe20
Making keywords case insensitive but variables are case-sensitive

Thu Sep 4 16:00:05 2014 -0400
289bf16ce40b1bb920a45e245bbcbb18cec823d5
saving the file in the .financeta directory by default to avoid polluting random directories. Also tracking if the old-filename saved was different from the new

Wed Sep 3 18:08:38 2014 -0400
1947196f7af6d24c44080669c7b023240af75e01
Banging out a basic grammar schema for the language

Wed Sep 3 16:13:42 2014 -0400
64b8294fb556cfbadb14c5e2b6704103dc6f4a74
sample language class updated. handles comments correctly

Wed Sep 3 12:44:45 2014 -0400
173e3baff84bd24c0d854471a44dc52b85a31e42
Adding a framework package module to kickstart the language parsing

Tue Sep 2 12:30:41 2014 -0400
6825355b8a3a75610d4f81fafcdf4bc063ccc075
binary mode for plots now adjusted based on Gnuplot version

Tue Sep 2 11:32:13 2014 -0400
2bdc083c76605d32ec3396107580989d75c84307
updating the binary thing to only be on windows as Linux gnuplot 4.4 doesn't support it but gnuplot 4.6 does

Tue Sep 2 10:55:58 2014 -0400
6a6ea0416ab01ca5e97124d8b7f5f0fbf03f6c89
Windows needs binary => 1 flag set to allow plotting BAD values. Linux works with or without it.

Sun Aug 31 22:51:43 2014 -0400
b6cfea70172de5783ddd107e258e4e4bad822fc7
Allow loading of stock data from user's own CSV file in Date-OHLC-Volume format

Sun Aug 31 12:42:56 2014 -0400
b1ac1d28f890ea1e21f14c7552fcd00d84904a19
some auto-rule saving if the rules have never been saved

Sun Aug 31 10:17:10 2014 -0400
465f76772d20ac31bba46043a13c0add1f39c85f
Unique editor per tab is now being opened. If editor is already open it is brought to the front.

Sat Aug 30 23:26:53 2014 -0400
95a2988204ec27a4418cd139c58981f558da7a2d
Adding an editor for rules to the gui.

Thu Aug 28 16:24:06 2014 -0400
057d5a8c578c664c026af351a35838f708a914aa
Refactoring of code to allow saving and loading of model files

Thu Aug 28 16:00:29 2014 -0400
2210cb65feadfcb58ca55492bfc8053046c9d74e
Save, save-as and load of models is now working except for loading indicators

Thu Aug 28 15:14:03 2014 -0400
8f0b7772509dbc55de328b7bf47f347b8a74c1c7
Saving the model is now done

Thu Aug 28 13:32:47 2014 -0400
0f1022f53ee5e1a01633a0be7528c2d0c333ed3d
if the tab closes, update the plot despite the index number being same

Thu Aug 28 13:23:43 2014 -0400
783c395bb4d5365b8014a85373c5eb9fd52946ed
Updating the MAVP with some elegant cyclic pdl work

Thu Aug 28 13:02:16 2014 -0400
8f8c08f48bab979b2782845a49cfdb3d15fcb981
Updating the build.pl to use the correct version

Thu Aug 28 12:39:17 2014 -0400
5f375c4e16564c3d7902f30986f56c8acc95ab75
updating changes
Mon Sep 8 10:34:27 2014 -0400
70f8a260f7949c99765342e081fd96d8b137bc46
switching Talib to TA as per kmx's module renaming

Fri Sep 5 17:28:23 2014 -0400
31c8d371badc77ab20e7032c82b46973772b6e73
bugfix

Fri Sep 5 16:43:20 2014 -0400
b8f86a452290540abb64b210690037b9fe47feda
ok the candlesticks are also done pretty easily

Fri Sep 5 16:40:19 2014 -0400
339f6cc557c461a49586b9387802248e96d3b7f4
adding variables for all other indicators except candlesticks

Fri Sep 5 16:32:44 2014 -0400
d548ed821473e556ee02edfa7fdb390a93662e5f
momemtum indicator variables written now

Fri Sep 5 16:05:28 2014 -0400
d904a946b2c2ff6f6381886bc2575260c0ae9da8
adding variable names for volatility indicators

Fri Sep 5 15:52:56 2014 -0400
3a4e80274fb4280a3eb0b8ff6714bbffa605def5
adding variable names to the output arrays for use by the rules editor

Thu Sep 4 16:58:19 2014 -0400
0667c2fe038ec4becae95db9d3dc743ae3fbfe20
Making keywords case insensitive but variables are case-sensitive

Thu Sep 4 16:00:05 2014 -0400
289bf16ce40b1bb920a45e245bbcbb18cec823d5
saving the file in the .financeta directory by default to avoid polluting random directories. Also tracking if the old-filename saved was different from the new

Wed Sep 3 18:08:38 2014 -0400
1947196f7af6d24c44080669c7b023240af75e01
Banging out a basic grammar schema for the language

Wed Sep 3 16:13:42 2014 -0400
64b8294fb556cfbadb14c5e2b6704103dc6f4a74
sample language class updated. handles comments correctly

Wed Sep 3 12:44:45 2014 -0400
173e3baff84bd24c0d854471a44dc52b85a31e42
Adding a framework package module to kickstart the language parsing

Tue Sep 2 12:30:41 2014 -0400
6825355b8a3a75610d4f81fafcdf4bc063ccc075
binary mode for plots now adjusted based on Gnuplot version

Tue Sep 2 11:32:13 2014 -0400
2bdc083c76605d32ec3396107580989d75c84307
updating the binary thing to only be on windows as Linux gnuplot 4.4 doesn't support it but gnuplot 4.6 does

Tue Sep 2 10:55:58 2014 -0400
6a6ea0416ab01ca5e97124d8b7f5f0fbf03f6c89
Windows needs binary => 1 flag set to allow plotting BAD values. Linux works with or without it.

Sun Aug 31 22:51:43 2014 -0400
b6cfea70172de5783ddd107e258e4e4bad822fc7
Allow loading of stock data from user's own CSV file in Date-OHLC-Volume format

Sun Aug 31 12:42:56 2014 -0400
b1ac1d28f890ea1e21f14c7552fcd00d84904a19
some auto-rule saving if the rules have never been saved

Sun Aug 31 10:17:10 2014 -0400
465f76772d20ac31bba46043a13c0add1f39c85f
Unique editor per tab is now being opened. If editor is already open it is brought to the front.

Sat Aug 30 23:26:53 2014 -0400
95a2988204ec27a4418cd139c58981f558da7a2d
Adding an editor for rules to the gui.

Thu Aug 28 16:24:06 2014 -0400
057d5a8c578c664c026af351a35838f708a914aa
Refactoring of code to allow saving and loading of model files

Thu Aug 28 16:00:29 2014 -0400
2210cb65feadfcb58ca55492bfc8053046c9d74e
Save, save-as and load of models is now working except for loading indicators

Thu Aug 28 15:14:03 2014 -0400
8f0b7772509dbc55de328b7bf47f347b8a74c1c7
Saving the model is now done

Thu Aug 28 13:32:47 2014 -0400
0f1022f53ee5e1a01633a0be7528c2d0c333ed3d
if the tab closes, update the plot despite the index number being same

Thu Aug 28 13:23:43 2014 -0400
783c395bb4d5365b8014a85373c5eb9fd52946ed
Updating the MAVP with some elegant cyclic pdl work

Thu Aug 28 13:02:16 2014 -0400
8f8c08f48bab979b2782845a49cfdb3d15fcb981
Updating the build.pl to use the correct version

Thu Aug 28 12:39:17 2014 -0400
5f375c4e16564c3d7902f30986f56c8acc95ab75
updating changes
Thu Aug 28 12:39:03 2014 -0400
e66b720909f38fab34ee635e34df0e81cea1bf54
Releasing 0.09

Thu Aug 28 12:34:32 2014 -0400
37535066b8b079fa94cb3d4cc02d66d6319a4a68
fixing the close tab bug for now.

Thu Aug 28 12:19:16 2014 -0400
cd1dd414df4a6c816da377012b31e436f825fbac
Beta and correlation indicators finally complete. All ta-lib indicators supported now

Thu Aug 28 11:15:53 2014 -0400
93b288be91f54420c6b90072727429edb7ba4895
MAVP work complete now

Wed Aug 27 23:40:04 2014 -0400
1dd202ac6c341366fb8737c6d7a73c020a988eb1
Candlestick plots are now done as well

Wed Aug 27 22:23:56 2014 -0400
7de2039a015abc069de4d244df0db4ec0a75ec2c
all momentum stuff has to be in an additional plot

Wed Aug 27 22:12:32 2014 -0400
d03751d5e9d723d3ab870a9d443a1ab464e0f607
updating some of the momentum indicators to plot nice

Wed Aug 27 21:25:41 2014 -0400
52fb7c30bdcf3e54ebcf7c472d1f1ebdae3a57c9
Statistical plots and cycle plots can be on x1y2 axes or in an additional plot or both.

Wed Aug 27 18:52:28 2014 -0400
0c2fb64c68bd7d0131ffa13a32fe4c36b689077a
MACD plotting complete. renaming the volatility plotting to additional since it is more general

Wed Aug 27 18:48:44 2014 -0400
b5fa25228548ac52fe0585866e36f178709b640e
- cycle plotting done somewhat. - allow detailedlist to scroll horizontally

Wed Aug 27 18:27:47 2014 -0400
bff8feeb19410cfbf80ac735bfeffa1b439c95d4
bugfix to avoid crash when form selection is incomplete

Wed Aug 27 18:09:43 2014 -0400
2165daba92dca0bf8d85f54c3b0af2bf73257497
enable menu only if the downloaded data succeeds

Wed Aug 27 17:36:29 2014 -0400
3d44c8dc1da612f813a861c6866763f59f12c23d
removing unnecessary modules from requirements since they're not needed for distribution

Wed Aug 27 17:35:24 2014 -0400
911f48d0504df9adbab6e429b91d05d4c57a5717
Removing the Pod viewer since there is no pod documentation for the UI anymore except for the dummy stuff for CPAN. using browser::open instead

Wed Aug 27 17:14:38 2014 -0400
a24426847192bccfaa45a75d205da8fbf2dab7ce
Adding an add-on sub-plot for volatility indicators to work

Wed Aug 27 16:46:46 2014 -0400
29ca3f0960e54d99a98be7bcbaddb998209b1793
Volume indicators are now handled correctly

Wed Aug 27 16:21:36 2014 -0400
a45295fd1d19d5227d5d7cd9788b727133dbfc9c
multiplot and reset are common now and moved outside the if-elsif-else block

Wed Aug 27 16:18:21 2014 -0400
4afc972b0e7256949a0e77a56d510ff4193ec044
given-when gives experimental warnings so removing it

Wed Aug 27 15:48:20 2014 -0400
bcc8bcd78a411c517e043e554ffc7f760168bca0
Making OK the default button despite being disabled. Also moving the help button before the OK button since it is more likely to be clicked instead of OK

Wed Aug 27 15:46:34 2014 -0400
c499ec2389e664f70e48d1580ef18b17bcc970c6
Menu option cosmetics for disabling and enabling the appropriate options as the user uses the GUI

Wed Aug 27 15:20:41 2014 -0400
f366bbec71b332c94037be88373c3189b585196a
Adding a testcase to debug the tab closing in Prima. removing it from distribution though.

Wed Aug 27 14:07:10 2014 -0400
cb8f18449bb19d6ea8463fc1115e9b94a386818b
minor correction to logging statement

Wed Aug 27 10:46:21 2014 -0400
8c5beb7c50ef7cc99a705ab392b2fd6977656b1d
renaming the symbol help to symbol search

Wed Aug 27 10:43:48 2014 -0400
1494ace97debc5ca0293d574faaf209abd887e83
Adding help buttons for symbol search and indicator help

Wed Aug 27 10:19:03 2014 -0400
1adf311ed0486d1149fb75362d0af053613b5841
trying the tab closing as per Dmitry but still not working.

Tue Aug 26 17:49:04 2014 -0400
91c2ca0339eca3ed5b98bf1f691c53664b21c30f
Adding close tab function as expected to be coded per docs. But it is buggy unless we only have 1 tab open.

Tue Aug 26 17:16:21 2014 -0400
74df58122529f2c642943ea0de0b173bafc09133
Adding remove indicator wizard and related options to remove an added indicator from the plot

Tue Aug 26 13:40:19 2014 -0400
6dcfba944a491288c82449ffa3d9bd2a7605ebba
Handling SAR-ext correctly now

Tue Aug 26 12:12:12 2014 -0400
5c8a32928b078d83c491ea3d08d15702fdc51766
no image file type needed anymore

Tue Aug 26 11:35:39 2014 -0400
d267f9397fc2eac5ec1229ebd3dbc471e53c7460
updating changes
Thu Aug 28 12:34:32 2014 -0400
37535066b8b079fa94cb3d4cc02d66d6319a4a68
fixing the close tab bug for now.

Thu Aug 28 12:19:16 2014 -0400
cd1dd414df4a6c816da377012b31e436f825fbac
Beta and correlation indicators finally complete. All ta-lib indicators supported now

Thu Aug 28 11:15:53 2014 -0400
93b288be91f54420c6b90072727429edb7ba4895
MAVP work complete now

Wed Aug 27 23:40:04 2014 -0400
1dd202ac6c341366fb8737c6d7a73c020a988eb1
Candlestick plots are now done as well

Wed Aug 27 22:23:56 2014 -0400
7de2039a015abc069de4d244df0db4ec0a75ec2c
all momentum stuff has to be in an additional plot

Wed Aug 27 22:12:32 2014 -0400
d03751d5e9d723d3ab870a9d443a1ab464e0f607
updating some of the momentum indicators to plot nice

Wed Aug 27 21:25:41 2014 -0400
52fb7c30bdcf3e54ebcf7c472d1f1ebdae3a57c9
Statistical plots and cycle plots can be on x1y2 axes or in an additional plot or both.

Wed Aug 27 18:52:28 2014 -0400
0c2fb64c68bd7d0131ffa13a32fe4c36b689077a
MACD plotting complete. renaming the volatility plotting to additional since it is more general

Wed Aug 27 18:48:44 2014 -0400
b5fa25228548ac52fe0585866e36f178709b640e
- cycle plotting done somewhat. - allow detailedlist to scroll horizontally

Wed Aug 27 18:27:47 2014 -0400
bff8feeb19410cfbf80ac735bfeffa1b439c95d4
bugfix to avoid crash when form selection is incomplete

Wed Aug 27 18:09:43 2014 -0400
2165daba92dca0bf8d85f54c3b0af2bf73257497
enable menu only if the downloaded data succeeds

Wed Aug 27 17:36:29 2014 -0400
3d44c8dc1da612f813a861c6866763f59f12c23d
removing unnecessary modules from requirements since they're not needed for distribution

Wed Aug 27 17:35:24 2014 -0400
911f48d0504df9adbab6e429b91d05d4c57a5717
Removing the Pod viewer since there is no pod documentation for the UI anymore except for the dummy stuff for CPAN. using browser::open instead

Wed Aug 27 17:14:38 2014 -0400
a24426847192bccfaa45a75d205da8fbf2dab7ce
Adding an add-on sub-plot for volatility indicators to work

Wed Aug 27 16:46:46 2014 -0400
29ca3f0960e54d99a98be7bcbaddb998209b1793
Volume indicators are now handled correctly

Wed Aug 27 16:21:36 2014 -0400
a45295fd1d19d5227d5d7cd9788b727133dbfc9c
multiplot and reset are common now and moved outside the if-elsif-else block

Wed Aug 27 16:18:21 2014 -0400
4afc972b0e7256949a0e77a56d510ff4193ec044
given-when gives experimental warnings so removing it

Wed Aug 27 15:48:20 2014 -0400
bcc8bcd78a411c517e043e554ffc7f760168bca0
Making OK the default button despite being disabled. Also moving the help button before the OK button since it is more likely to be clicked instead of OK

Wed Aug 27 15:46:34 2014 -0400
c499ec2389e664f70e48d1580ef18b17bcc970c6
Menu option cosmetics for disabling and enabling the appropriate options as the user uses the GUI

Wed Aug 27 15:20:41 2014 -0400
f366bbec71b332c94037be88373c3189b585196a
Adding a testcase to debug the tab closing in Prima. removing it from distribution though.

Wed Aug 27 14:07:10 2014 -0400
cb8f18449bb19d6ea8463fc1115e9b94a386818b
minor correction to logging statement

Wed Aug 27 10:46:21 2014 -0400
8c5beb7c50ef7cc99a705ab392b2fd6977656b1d
renaming the symbol help to symbol search

Wed Aug 27 10:43:48 2014 -0400
1494ace97debc5ca0293d574faaf209abd887e83
Adding help buttons for symbol search and indicator help

Wed Aug 27 10:19:03 2014 -0400
1adf311ed0486d1149fb75362d0af053613b5841
trying the tab closing as per Dmitry but still not working.

Tue Aug 26 17:49:04 2014 -0400
91c2ca0339eca3ed5b98bf1f691c53664b21c30f
Adding close tab function as expected to be coded per docs. But it is buggy unless we only have 1 tab open.

Tue Aug 26 17:16:21 2014 -0400
74df58122529f2c642943ea0de0b173bafc09133
Adding remove indicator wizard and related options to remove an added indicator from the plot

Tue Aug 26 13:40:19 2014 -0400
6dcfba944a491288c82449ffa3d9bd2a7605ebba
Handling SAR-ext correctly now

Tue Aug 26 12:12:12 2014 -0400
5c8a32928b078d83c491ea3d08d15702fdc51766
no image file type needed anymore

Tue Aug 26 11:35:39 2014 -0400
d267f9397fc2eac5ec1229ebd3dbc471e53c7460
updating changes
Tue Aug 26 11:35:16 2014 -0400
3765cc26bf5aed7d45a92689a343cc19c1c75bbf
Releasing v0.08

Tue Aug 26 11:30:28 2014 -0400
2120fdf31b91534e9a31e201f94f42904e24b529
updating manifest

Tue Aug 26 11:29:05 2014 -0400
7bddf9167d8ff5b869f30bb255fd0ade7600276f
Merge pull request #2 from kmx/master
some ideas by kmx
Tue Aug 26 14:48:28 2014 +0200
72eee7a0d18dba022ddc7122ed761c9e0276e7dd
some ideas by kmx

Mon Aug 25 19:10:55 2014 -0400
3b50ea37f7b3d312c1d9ddac4f8375ed317edd86
adjusting to handle bugs in P:G:G

Mon Aug 25 18:45:50 2014 -0400
ba30d20a1605a2133a40613792c3f8f930319578
PSAR-extended also uses dots.

Mon Aug 25 18:24:36 2014 -0400
7973be6d780b77d3ffee042929a16d2383965c44
SAR indicator's plotting updated to use different options in the same graph

Mon Aug 25 17:55:16 2014 -0400
7e94cb5d0cc5adb5987f87c0ef6f3ab13023c169
rearranging some default colors

Mon Aug 25 17:51:53 2014 -0400
fb03a37a226b9ab91ef2f8af1eaa0860163761d7
Color change and setting the default plot to OHLC

Sun Aug 24 09:39:18 2014 -0400
f5f8629141ec213891fa435c86a9484e0d41ed17
updating changes
Tue Aug 26 11:30:28 2014 -0400
2120fdf31b91534e9a31e201f94f42904e24b529
updating manifest

Tue Aug 26 11:29:05 2014 -0400
7bddf9167d8ff5b869f30bb255fd0ade7600276f
Merge pull request #2 from kmx/master
some ideas by kmx
Tue Aug 26 14:48:28 2014 +0200
72eee7a0d18dba022ddc7122ed761c9e0276e7dd
some ideas by kmx

Mon Aug 25 19:10:55 2014 -0400
3b50ea37f7b3d312c1d9ddac4f8375ed317edd86
adjusting to handle bugs in P:G:G

Mon Aug 25 18:45:50 2014 -0400
ba30d20a1605a2133a40613792c3f8f930319578
PSAR-extended also uses dots.

Mon Aug 25 18:24:36 2014 -0400
7973be6d780b77d3ffee042929a16d2383965c44
SAR indicator's plotting updated to use different options in the same graph

Mon Aug 25 17:55:16 2014 -0400
7e94cb5d0cc5adb5987f87c0ef6f3ab13023c169
rearranging some default colors

Mon Aug 25 17:51:53 2014 -0400
fb03a37a226b9ab91ef2f8af1eaa0860163761d7
Color change and setting the default plot to OHLC

Sun Aug 24 09:39:18 2014 -0400
f5f8629141ec213891fa435c86a9484e0d41ed17
updating changes
Sun Aug 24 09:38:50 2014 -0400
7c9ba25efdc942fc73789cb096bb5c50194c9fa5
Releasing 0.07

Sat Aug 23 14:30:13 2014 -0400
4f857070a745a54165585dda312466b531c59e91
if one tab is using a different plot and a new tab is opened, it should open using the same plot_type as the other tabs

Fri Aug 22 16:04:31 2014 -0400
1f53aa0d6ad665177f85651543672bd3a249f6d7
Changes update
Sat Aug 23 14:30:13 2014 -0400
4f857070a745a54165585dda312466b531c59e91
if one tab is using a different plot and a new tab is opened, it should open using the same plot_type as the other tabs

Fri Aug 22 16:04:31 2014 -0400
1f53aa0d6ad665177f85651543672bd3a249f6d7
Changes update
Fri Aug 22 16:04:28 2014 -0400
61980cb25962ded745684d76172508478a24af56
Releasing 0.06 with Windows support

Fri Aug 22 14:57:03 2014 -0400
d140d2debeeccd94cd8caa021577639078b3a904
adding win32 related gnuplot adjustment

Fri Aug 22 12:55:30 2014 -0400
c8dea466abd55688c246ea03c6e44873927608ec
update changes file
Fri Aug 22 12:55:17 2014 -0400
4d6a5efa3234ac5e984937be46c8835cde52e535
Release 0.05

Fri Aug 22 10:52:47 2014 -0400
22dfcfffdc36440ced9c87ac3a2dc208f9c421d1
gh-pages is a dir

Thu Aug 21 17:52:33 2014 -0400
0c715f3014aa69be5dd8808811a08c2836ad6984
updating manifest/.gitignore

Thu Aug 21 12:02:47 2014 -0400
13d82b182f924e1a84e75c51948de542ca3f6d76
Hint example added for possible future use.

Thu Aug 21 11:51:08 2014 -0400
a164d4d3e4de783ee2956a8e5dfe8870c233ebfe
adding dummy input pdl to avoid MAVP indicator crash

Thu Aug 21 11:16:25 2014 -0400
85889b5b01075a7782eca3111dd7114e8c7d6190
updating changes file

Thu Aug 21 11:13:35 2014 -0400
35d2ad0099fcf68c34f21499aff0f0be5c2c054f
Renaming variable for clarity and better search across the code

Wed Aug 20 16:43:12 2014 -0400
62022902912714b431340cb06127bfba3311a04d
minor bug in key name

Wed Aug 20 16:39:24 2014 -0400
0fa689579688378d0acb5e7c2094add96ee63108
Making the plots look nicer

Wed Aug 20 15:38:18 2014 -0400
01fc0ea5ca1d41442a8a68264a33c7b47c9c4a0f
minor error check

Wed Aug 20 14:09:15 2014 -0400
601af6ac80b3978f8a081e09754b3ab1e43c5fdb
Managing colors automatically in the gnuplot window when multiple indicators are added.

Wed Aug 20 13:32:19 2014 -0400
8a03cfa05efa3f02b00fcc9362ba723b3508c8fb
Managing multiple indicators for single security in one display table correctly

Wed Aug 20 11:59:28 2014 -0400
0aa520138882c9581b34efdc28cefeba2a878a9f
Adding basic candlestick plotting to the list of default plots

Wed Aug 20 11:37:46 2014 -0400
b07609193cc1056fe2a7e8aedac4c21e8696b9d7
Updating branding of the plots

Wed Aug 20 10:41:02 2014 -0400
6fc97857086826f77102892145c0cfbf44d47a5d
awesomeness of vim pattern matching applied to pass the function name as string for debug messages

Tue Aug 19 22:25:13 2014 -0400
b543f429064307b32eaefa9c07cc1b902d13a93a
method invocation interferes with PDL::NiceSlice. So using old school way

Tue Aug 19 22:21:35 2014 -0400
4c79493011cbef082a789a16a8482a8be8c1a552
adding all the candlestick indicator information except plotting info

Tue Aug 19 21:08:00 2014 -0400
ca9ba93c6653d81f0d97fbca34351e41a6f12387
Adding the hash keys for all the candlesticks.. there are way too many

Tue Aug 19 17:33:18 2014 -0400
d7d0da97358bea727503adcc3e93f53eb1e00a87
bugfix with ta_macdfix and cosmetic name change for all the candlestick patterns

Tue Aug 19 17:28:17 2014 -0400
c20d949c7e818b7db18f700f4972fe94abccbe92
Adding all the remaining Momentum Indicators

Tue Aug 19 16:58:05 2014 -0400
ff00b764f7965d4fd8f84c00db7a1c64b5a5fa21
Half of Momentum indicators added

Tue Aug 19 16:13:37 2014 -0400
e58e96b6fc7afe147e5cc11cb53fe3f4c8f1f532
Adding statistic indicators

Tue Aug 19 15:53:31 2014 -0400
bc7cd31054c49e97d307f7a23969c3eb779170fb
Cycle indicators added

Tue Aug 19 15:46:50 2014 -0400
4f2b98064473a78b1329c266c6571510ce4c9ff1
Volume indicators added

Tue Aug 19 15:32:23 2014 -0400
296450cfe7ab79e30024df217e669f3687166ae6
Adding price transform indicators

Tue Aug 19 15:07:49 2014 -0400
b07f7f972464215db7f7ed911748b969897cbe7f
Volatility indicator done but plotting left to be desired

Tue Aug 19 14:52:42 2014 -0400
5a0659e42868108f52649877bf3855edde27e22b
group names are now pretty printed in the indicator wizard as well

Tue Aug 19 14:18:50 2014 -0400
826a1c7cd068affc78f031fdeb022d40a7b609ee
Adding all the overlay indicators to the list of indicators for analysis.

Tue Aug 19 12:52:15 2014 -0400
99897694de189d954e9dc61e581a00ea6f4a873e
Changing the abbreviations to full names for user benefit

Tue Aug 19 12:12:44 2014 -0400
83329b95e31d4ca1e37fa9610c7d9c52d426525d
adding a sample skeleton for creating more indicators

Tue Aug 19 10:47:55 2014 -0400
0a9cc0763b22cfe0a33ab5bd568de5983eb31b4b
Adding version numbering to the inlined Mo class for PAUSE

Tue Aug 19 10:39:58 2014 -0400
02a86d89f894497f9a13274af64077c6580a8724
Releasing 0.04