Skip to content

Commit

Permalink
rename directory "mql4/include/structs/myfx" to ".../xtrade"
Browse files Browse the repository at this point in the history
  • Loading branch information
rosasurfer committed Sep 23, 2017
1 parent e042b10 commit bc16d1e
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion mql4/experts/Monitor ALMA Touch.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern string Open.Comment = "";
#include <iCustom/icMovingAverage.mqh>
#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>


int ma.periods;
Expand Down
2 changes: 1 addition & 1 deletion mql4/experts/Monitor ALMA Trend.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern string Open.Comment = "";
#include <iCustom/icMovingAverage.mqh>
#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>


int ma.periods;
Expand Down
2 changes: 1 addition & 1 deletion mql4/experts/SnowRoller-Dual.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern string StopConditions = "@profit(500)";
#include <win32api.mqh>
#include <SnowRoller/functions.mqh>
#include <iCustom/icMovingAverage.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/OrderExecution.mqh>


int last.GridSize; // Input-Parameter sind nicht statisch. Extern geladene Parameter werden bei UR_CHARTCHANGE
Expand Down
2 changes: 1 addition & 1 deletion mql4/experts/SnowRoller.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ extern /*sticky*/ string Sequence.StatusLocation = ""; // Unterver
#include <win32api.mqh>
#include <SnowRoller/functions.mqh>
#include <iCustom/icMovingAverage.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/OrderExecution.mqh>


string last.Sequence.ID = ""; // Input-Parameter sind nicht statisch. Extern geladene Parameter werden bei UR_CHARTCHANGE
Expand Down
2 changes: 1 addition & 1 deletion mql4/experts/attic/TestExpert.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern int iParameter = 12345;
#include <core/expert.mqh>
#include <stdfunctions.mqh>
#include <stdlib.mqh>
#include <structs/myfx/ExecutionContext.mqh>
#include <structs/xtrade/ExecutionContext.mqh>


#import "Expander.dll"
Expand Down
2 changes: 1 addition & 1 deletion mql4/experts/attic/ld PSAR Grid.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern double PSAR.Maximum = 0.2;
#include <functions/JoinStrings.mqh>
#include <stdlib.mqh>
#include <history.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/OrderExecution.mqh>


#define STRATEGY_ID 104 // eindeutige ID der Strategie (Bereich 101-1023)
Expand Down
2 changes: 1 addition & 1 deletion mql4/experts/attic/ld RSI Grid.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern double RSI.SignalLevel = 20;
#include <functions/JoinStrings.mqh>
#include <stdlib.mqh>
#include <history.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/OrderExecution.mqh>


#define STRATEGY_ID 105 // eindeutige ID der Strategie (Bereich 101-1023)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mql4/indicators/ChartInfos.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern string Signal.SMS.Receiver = "system | account | auto* | off | {phone}";
#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <scriptrunner.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>

#include <signals/Configure.Signal.Mail.mqh>
#include <signals/Configure.Signal.SMS.mqh>
Expand Down
2 changes: 1 addition & 1 deletion mql4/indicators/LFX-Monitor.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extern bool USDX.Enabled = true;

#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>


#property indicator_chart_window
Expand Down
2 changes: 1 addition & 1 deletion mql4/libraries/stdlib1.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int __DEINIT_FLAGS__[];
#include <iFunctions/iBarShiftPrevious.mqh>
#include <iFunctions/iPreviousPeriodTimes.mqh>

#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/OrderExecution.mqh>


/**
Expand Down
2 changes: 1 addition & 1 deletion mql4/libraries/struct.OrderExecution.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int __DEINIT_FLAGS__[];
#include <core/library.mqh>
#include <stdfunctions.mqh>
#include <functions/JoinStrings.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/OrderExecution.mqh>


/**
Expand Down
2 changes: 1 addition & 1 deletion mql4/scripts/LFX.Buy Limit.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern double StopLossPrice;

#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>


int limitType; // OP_BUYLIMIT | OP_BUYSTOP
Expand Down
4 changes: 2 additions & 2 deletions mql4/scripts/LFX.ClosePositions.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ extern string LFX.Labels = ""; // Label_1 [, Label_n [

#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/LFXOrder.mqh>
#include <structs/xtrade/OrderExecution.mqh>


string inputLabels[];
Expand Down
4 changes: 2 additions & 2 deletions mql4/scripts/LFX.ExecuteTradeCmd.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ int __DEINIT_FLAGS__[];
#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <scriptrunner.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/LFXOrder.mqh>
#include <structs/xtrade/OrderExecution.mqh>


/**
Expand Down
4 changes: 2 additions & 2 deletions mql4/scripts/LFX.OpenPosition.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ extern double Units = 0.2; // Position

#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/myfx/OrderExecution.mqh>
#include <structs/xtrade/LFXOrder.mqh>
#include <structs/xtrade/OrderExecution.mqh>


int direction;
Expand Down
2 changes: 1 addition & 1 deletion mql4/scripts/LFX.Sell Limit.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern double StopLossPrice;

#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>


int limitType; // OP_SELLLIMIT | OP_SELLSTOP
Expand Down
2 changes: 1 addition & 1 deletion mql4/scripts/attic/Test.TradeCmdSender.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int __DEINIT_FLAGS__[];

#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>


/**
Expand Down
2 changes: 1 addition & 1 deletion mql4/scripts/attic/TestScript2.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ int __DEINIT_FLAGS__[];
#include <functions/JoinStrings.mqh>
#include <MT4iQuickChannel.mqh>
#include <lfx.mqh>
#include <structs/myfx/LFXOrder.mqh>
#include <structs/xtrade/LFXOrder.mqh>


/**
Expand Down
2 changes: 1 addition & 1 deletion mql4/scripts/attic/TestScript3.mq4
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int __DEINIT_FLAGS__[];
#include <stdfunctions.mqh>
#include <stdlib.mqh>

#include <structs/myfx/ExecutionContext.mqh>
#include <structs/xtrade/ExecutionContext.mqh>


#import "Expander.Release.dll"
Expand Down

0 comments on commit bc16d1e

Please sign in to comment.