ITF file with expiration date

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

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

    Thanks…

    #164463 quote
    NicolasNicolas
    Keymaster
    Legend

    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.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

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 NicolasNicolas
5 years, 6 months ago.

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