Filip Zalud
Filip Zalud
independent trader at selfemployed
Privet
Filip Zalud
Added topic how to run script
I know, im not a coder. But i need a help still. The code shows I want to add script wich is able to close all trades at specific time, but I'v got this message: 'start' - function already defined and has a body thanks a lot #property copyright
Filip Zalud
Added topic else
extern double Elevation    = 200 ; extern double Stoploss     = 150 ; extern double Takeprofit   = 660 ; extern double Lots         = 3 ; extern string
Filip Zalud
Added topic close all at specific time
'Alo mates need just lil help, solution how to close all opened and pending at the end of the day it shloud be like int start() { if ((TradeHour== Hour ())&&(TradeMinutes== Minute ())&&(TradeSeconds== Seconds ())) Executor(); } int
Filip Zalud
Registered at MQL5.community