radorybar / trendlineautotrader_old

Automatically exported from code.google.com/p/trendlineautotrader
0 stars 0 forks source link

Enhace functionality with next improvements #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement enhaced functionality for trendlines and horizontal lines

  * EA should be able to manage orders according to any reasonable object -
curves, horizontal lines, trendlines etc.
  * level of order management is to perform more complicated order management:
    * trailing stoploss
    * trailing stoploss to any value while reaching any other level
    *
  * this should be done for multiple orders, while handling orders by IDs
recognized in object description
  * each service - action should have own identification and data handling
constants - variable names, which should allow to adjust any parameter of
order management object without code edit and compilation

Original issue reported on code.google.com by radorybar@gmail.com on 24 Mar 2009 at 3:38

GoogleCodeExporter commented 9 years ago
* this should be done for multiple orders, while handling orders by IDs
recognized in object description
 - DONE in r13
* each service - action should have own identification and data handling
constants - variable names, which should allow to adjust any parameter of
order management object without code edit and compilation
 - DONE in r13

Original comment by radorybar@gmail.com on 14 Apr 2009 at 8:13

GoogleCodeExporter commented 9 years ago
Not implemented yet:
    * trailing stoploss
    * trailing stoploss to any value while reaching any other level
    * trailing takeprofit to any value while reaching any other level
    * other object activation - deactivation, if action fired

Original comment by radorybar@gmail.com on 14 Apr 2009 at 8:23