Thread: Martingale EA
View Single Post
  #503 (permalink)  
Old 02-16-2008, 10:59 PM
ElectricSavant's Avatar
ElectricSavant ElectricSavant is offline
Senior Member
 
Join Date: Jun 2007
Posts: 2,828
ElectricSavant is on a distinguished road
Those were implematations to the earlier versions that I had requested...the kayvan version has a different approach as far as I am concerned and these are no longer needed...

The new & improved TFX Solution™ does not need those entry methods in the machine any longer.

ES


Quote:
Originally Posted by wolfe View Post
In an attempt to include some new options, it would make my job much easier if I could get rid of a few old ones. I want to know if anybody uses the following options- and if they would not want them removed from the next version of TFX.

First option-
PHP Code:
extern bool    Use_Manual_Entry=false;//if selected true you must enter Manuel_Long & Manuel_Short price you want trade to execute
extern double  Manual_Long=0;//Price at which to start cycle long
extern double  Manual_Short=0;//Price at which to start cycle short 
Second option-
PHP Code:
extern bool    Use_Start_Long_NOW=false;//if true EA will start long immediately
extern bool    Use_Start_Short_NOW=false;//if true EA will start short immediately 
Speak up now before they go bye bye.
__________________
Live Portfolio (This takes a while to download as it is a big excel spreadsheet)

Last edited by ElectricSavant; 02-16-2008 at 11:02 PM.
Reply With Quote