Quote:
Originally Posted by giapel
can you post me setting about vanessafx, i'd like to test it
thank you, giapel
|
An explanation of the parameters is as follows:
extern string basicheader="== Basic Settings ==";
extern double TakeProfit=0;
extern double Stoploss=0;
extern double Lots=0.1;
extern bool VanessaFX_Basic_System=false;
extern bool AO_Exits=true;
extern string stopheader="== Advanced Stops ==";
extern double TrailingStop=0; // TS distance for following two options
extern bool UseTrailingStop=false; // Trailing stop regular
extern bool UseTrailingStopOnlyProfit=false; // Trailing stop that only activates when an order is profitting
extern int breakEvenAtProfit=0;
extern int breakEvenShift=0;
extern int SteppingStop=0;
extern string mischeader="== Misc. Options ==";
extern string shortName="VanessaFX";
extern int magicNum=15411178;
=============================
VanessaFX_Basic_System - determines which set of logic the EA will use, BASIC or ADVCANCED logic
AO_Exits - use Accelerator Oscillator for exiting a position
UseTrailingStopOnlyProfit - use a trailing stop only on a profitable order
breakEvenAtProfit - set an orders stop to the open price
breakEvenShift - moves the breakeven point up or down around the open order price at X pips
SteppingStop - similar to a trailing stop, may not work correctly
=============================
If you have any success with this system, I would be VERY interested in hearing about it.