JackParticipant
Junior
I tried to start my Proorder for the first time, and I activated the Prooder and the graphs trading on my IG preferences but it does not work..I am always asked again to activate…Any help out there?
Thanks
Jack
You may find these videos useful https://www.youtube.com/user/ProRealTimeEN.
Roberto
JackParticipant
Junior
If you dont mind, I have another question :
When I start my strategy, the PRT platform notifies e that the trading will be done in my local timezone.
I am in time zone UTC + 7. I want to use a strategy code that defines trading times as follows in France : Ctime = time >= 100000 and time < 230000
Trade between 10h00 and 23h00 (UTC+2)..How do I modify the coding to get the same time of trading…100000 can become 150000, but what about 230000…If i had 5 it becomes 4 in the morning …I dont know if it will work with 040000.
Thanks and Regards
Jack
I think
Ctime = time >= 100000 and time < 040000
sounds correct. You only have to try and see what happens, but I think it should do.