[MAS-discuss] New operators, requests for more operators
Brought to you by:
jcochrane
From: Jim C. <jt...@di...> - 2004-09-09 00:14:47
|
All - I have just added several new operators (objects used to dynamically create new TA indicators): floor ceiling sine cosine tangent arccosine arcsine arctangent Those who have delved into creating their own indicators may be interested in obtaining the latest executable, which provides these new operators. I'm hoping to put a new release up on sourceforge soon, but if you don't want to wait for that, let me know and I can send you the executable. Make sure you let me know whether you want a version for Linux or for Windows. The other purpose for this email is to ask for requests for new operators that you feel are needed. I can't guarantee, of course, that I will have the resources to implement all requested operators, but your feedback could bring to my attention useful operators that I have overlooked so that I can add them. The goal, of course, is to keep increasing the functionality and power of MAS until it becomes one of the most powerful and useful TA systems available. Here is a list of all the currently implemented standard mathematical operators - to help prevent requests of operators that already exist: and_operator eq_operator equivalence_operator implication_operator or_operator xor_operator ge_operator gt_operator le_operator lt_operator not_operator false_command true_command absolute_value addition subtraction multiplication division cosine sine tangent arc_cosine arc_sine arc_tangent ceiling floor log10 log2 log n_th_root power rounded_value safe_division square_root (There are other operators that focus on market-data-related operations, but I don't want this list to get too large and confusing.) Jim |