Finalize EA architecture before strategy development
This commit is contained in:
@@ -13,4 +13,15 @@ enum E_SIGNAL
|
||||
SIGNAL_SELL = -1 // Sell signal
|
||||
};
|
||||
|
||||
struct TradeSetup
|
||||
{
|
||||
E_SIGNAL signal;
|
||||
double entryPrice;
|
||||
double stopLoss;
|
||||
double takeProfit;
|
||||
double riskDistance;
|
||||
double atrValue;
|
||||
string reason;
|
||||
};
|
||||
|
||||
#endif //__SIGNAL_MQH__
|
||||
|
||||
Reference in New Issue
Block a user