forked from animatedread/Warrior_EA
10 lines
No EOL
559 B
MQL5
10 lines
No EOL
559 B
MQL5
//+------------------------------------------------------------------+
|
|
//| Money.mqh |
|
|
//| AnimateDread |
|
|
//| https://www.mql5.com |
|
|
//+------------------------------------------------------------------+
|
|
#property copyright "AnimateDread"
|
|
#property link "https://www.mql5.com"
|
|
#include "..\Money\MoneyFixedRisk.mqh"
|
|
#include "..\Money\MoneyFixedLot.mqh"
|
|
#include "..\Money\MoneyIntelligent.mqh" |