ITF file with expiration date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164455 quote
    macdopa
    Participant
    Average

    How to set an expiration date for an ITF file of an automatic trading algo-strategy?

    Thanks…

    #164463 quote
    Nicolas
    Keymaster
    Master

    Use a time conditions to allow or not your strategy to generate orders, such as the below example:

    expire = 20210315
    
    if date < expire then 
     //do anything
    endif
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

ITF file with expiration date


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
macdopa @macdopa Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
4 years, 11 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 03/17/2021
Status: Active
Attachments: No files
Logo Logo
Loading...