Can anyone help me to make a trading system close all trades at 210000 on a Friday. I can use the defparam command to close at a set time each day but I don’t want a trade left open over the weekend I’m happy for trades to remain open overnight during the week?
>> For clarity of messages on ProRealCode’s forums, please use the “insert code PRT” button to separate the text of the code part! Thank you! <<
Be careful with use of combinations of “and” and “or”, you might want to use parenthesis to make sure the logic you really want is applied, for example : c2 and (c6 or c7) is not the same as (c2 and c6) or c7
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue