why this code doesn't work???
Created at 18 Nov 2018, 14:13
FR
why this code doesn't work???
18 Nov 2018, 14:13
var currentHours2 = Server.Time.TimeOfDay.Hours; if (currentHours2 >= StopTime) //stoptime in hours = 18// ClosePosition(longPosition, Quantity); if (currentHours2 >= StopTime) ClosePosition(shortPosition, Quantity);
Replies
fringou.bfe
19 Nov 2018, 14:28
problème résolue dans un autre post
mon probleme est resolu dans un autre poqst, merci
@fringou.bfe
PanagiotisCharalampous
19 Nov 2018, 12:32
Hi fringou.bfe,
Can you explain what do you mean when you say it doesn't work? Do you get any error messages? Can you share the full cBot code?
Best Regards,
Panagiotis
@PanagiotisCharalampous