Interval Trading 1
- Experten
- Quan Hua Li
- Version: 616.55
Eingabe int hlength=85;
Eingabe int vlength=25;
eingabe int DX=-340;
input int DY=-80; input string InpDirectoryName="Data"; // Verzeichnisname
input string InpDirectoryName="Data"; // Name des Verzeichnisses
input double lots_default=1; input int pc_times_default=1; // Verzeichnisname
input int pc_times_default=2; input double deposit_minimal=200; // Verzeichnisname
input double deposit_minimal=200; input int pc_times_default=2; input double deposit_minimal=200; // Verzeichnisname
input double floating_loss_percent=10; input double margin_occupied=0; // Verzeichnisname; // Verzeichnisname.
input double margin_occupied=0.2;
input int trade_allowed=1;//0 für Testmodus
bool showbutton=TRUE; input int tradingnumber=3;//0 steht für den Testmodus.
int tradingnumber=3;//Steuert die Anzahl der Handelsvorgänge.
struct edit_update
{
int type; //0 für Kauf, 1 für Verkauf; //0 für Kauf, 1 für Verkauf.
int type; //0 für kaufen, 1 für verkaufen
int magic;// stellt Magie dar
int magic; // stellt Magie dar; // stellt Magie dar
double tp_price; double tp_price; double tp_price
double tp_price; double sl_price; double tp_price
double tp_price; double sl_price; int pc_times; int pc_times
int pc_times; double pc_pips; double pc_times
double pc_pips; int pc_times
}
trade_info[20]
;
