Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
Really? I can't find it on the previous page.
That should be working. But in an hour, sometimes there will be some minutes missing due to your internet connection or server's lag.
__________________ Need a professional MQL4 programmer? PM me
I am looking for a programmer to convert an indicator into an expert advisor (or a stand alone EA that works with the existing indicator). It simply needs to either buy or sell where the signal is generated, and have the following in the abilities in the presets:
*Lot sizing
*Stop loss setting
*Trailing stop setting
*Money management lot sizing based on account balance.
Attached is a picture of the indicator.
Please PM me if you are interested in the project, or know someone who is.
Really? I can't find it on the previous page.
That should be working. But in an hour, sometimes there will be some minutes missing due to your internet connection or server's lag.
sorry for the confusion this is the code for the Clocks so i can change with different GMT
Quote:
double Clocks = TimeCurrent() - (Broker)*3600;
broker is broker time in GMT..
another problem code i need guys.. sorry if i ask too much..
my problem :
i want that it will only open a max of 1 floating sell and 1 floating buy in a day.. but can open more than a lot of buy or sell in a day.. if the EA runs three days and everyday order conditions are met then it will have 3 floating buy/sell or 6 floating buy and sell..
example:
DAy 1 = open a 1 buy hits Tp and open another buy = 1 buy still open
Day 2 = previous buy still open and open another buy = 2 buys still open
Day 3 = 2 buys still open and another buy open = 3 buys still open