App-financeta
view release on metacpan or search on metacpan
Wed Mar 8 12:04:04 2023 -0500
02f24bd0d9cb449f59a946e7e0ddb42f6fed0729
Moving the last Pod file into the module itself
Wed Mar 8 12:00:26 2023 -0500
8629a934017fa5a0c419e43b2e8a0bc92a981062
Making the progress bar prettier!
Wed Mar 8 08:28:50 2023 -0500
7b1444fc1ea24e11ac9186427ec44d8f309ce1fc
Progress Bar moved out into its own class now and usage updated
Tue Mar 7 15:54:11 2023 -0500
a7237c6581a715457ab5fa54d7faa5971370df62
Moving the security wizard out of the gui.pm file into its own class
Tue Feb 28 21:54:05 2023 -0500
9411656c06c94465c6674fce457ad787f405a5a2
fixing the indexing issue in PAUSE by adding a version for the last remaining package
Tue Feb 28 21:40:48 2023 -0500
Wed Mar 8 12:04:04 2023 -0500
02f24bd0d9cb449f59a946e7e0ddb42f6fed0729
Moving the last Pod file into the module itself
Wed Mar 8 12:00:26 2023 -0500
8629a934017fa5a0c419e43b2e8a0bc92a981062
Making the progress bar prettier!
Wed Mar 8 08:28:50 2023 -0500
7b1444fc1ea24e11ac9186427ec44d8f309ce1fc
Progress Bar moved out into its own class now and usage updated
Tue Mar 7 15:54:11 2023 -0500
a7237c6581a715457ab5fa54d7faa5971370df62
Moving the security wizard out of the gui.pm file into its own class
Tue Feb 28 21:54:05 2023 -0500
9411656c06c94465c6674fce457ad787f405a5a2
fixing the indexing issue in PAUSE by adding a version for the last remaining package
Tue Feb 28 21:40:48 2023 -0500
Wed Mar 8 12:04:04 2023 -0500
02f24bd0d9cb449f59a946e7e0ddb42f6fed0729
Moving the last Pod file into the module itself
Wed Mar 8 12:00:26 2023 -0500
8629a934017fa5a0c419e43b2e8a0bc92a981062
Making the progress bar prettier!
Wed Mar 8 08:28:50 2023 -0500
7b1444fc1ea24e11ac9186427ec44d8f309ce1fc
Progress Bar moved out into its own class now and usage updated
Tue Mar 7 15:54:11 2023 -0500
a7237c6581a715457ab5fa54d7faa5971370df62
Moving the security wizard out of the gui.pm file into its own class
Tue Feb 28 21:54:05 2023 -0500
9411656c06c94465c6674fce457ad787f405a5a2
fixing the indexing issue in PAUSE by adding a version for the last remaining package
Tue Feb 28 21:40:48 2023 -0500
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 ...
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
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
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
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 ...
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
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
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
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
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
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
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
( run in 0.246 second using v1.01-cache-2.11-cpan-05444aca049 )