App-financeta

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

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

Changes  view on Meta::CPAN

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



( run in 1.693 second using v1.01-cache-2.11-cpan-5837b0d9d2c )