StartTime and CloseTime

 

hello

Somebody can help me for codes StartTime and CloseTime?

Thank you

 

Care to elaborate?

CB

 

(Translation with GOOGLE)

I designed a modest EA based on the Open Daily, but I would like to install a fixed time range:

EA assets: 02: 00 ----- 19: 00 while closing all outstanding positions
EA Inactive: 19: 00 ----- 02: 00

Thank you

 

it's very difficult to find it, i have found it for manytimes but i could find

----------------------------------------------------------

http://softwareoutsourcing.biz
 
ltm0807:
it's very difficult to find it, i have found it for manytimes but i could find

I'm still looking on the net and if I find I will post. good trade

 

kamel99: EA assets: 02: 00 ----- 19: 00 while closing all outstanding positions

Use Loop, OrderSelect, OrderClose Functions at 19:00.

 

EA Inactive: 19: 00 ----- 02: 00  

Use Sleep()


You can find more information on these functions by Searching this Forum on the Top of the page. 

 
ubzen:

kamel99: EA assets: 02: 00 ----- 19: 00 while closing all outstanding positions

Use Loop, OrderSelect, OrderClose Functions at 19:00.

EA Inactive: 19: 00 ----- 02: 00

Use Sleep()


You can find more information on these functions by Searching this Forum on the Top of the page.


I'll try and thank you for suggestion
Reason: