Exp_TimesDirection – EA MetaTrader 5
The Expert Advisor opens and closes positions at the predefined moments in time. EA inputs: //+————————————————-+//| Input parameters of the EA indicator |//+————————————————-+input double MM=0.1; //Share of a deposit in a dealinput MarginMode MMMode=LOT; //lot value detection methodinput int StopLoss_=1000; //stop loss in pointsinput int TakeProfit_=2000; //take profit in pointsinput int … Read more