TS with 1000 volume candles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76152 quote
    marcojs
    Participant
    New

    Hi,

    I am setting a chart with 1000 volume candles and I tried to run a TS but it doesn’t work.

    DEFPARAM CumulateOrders = False // Posizioni cumulate disattivate
    
    // Condizioni per entrare su posizioni long
    indicator1 = SuperTrend[3,10]
    c1 = (close > indicator1)
    
    IF c1 THEN
    BUY 1 CONTRACT AT MARKET
    ENDIF

    With a timeframe like 10 min, 1 hour it works very well.

    Can you help me?

    Thank you

    Marco

    #76154 quote
    GraHal
    Participant
    Master

    but it doesn’t work.

    In what way doesn’t it work for you?

    Attached is what I get with the code below on the DJI at 5 min TF.

    Are you trying to run your code on Forex? If Yes, there is no volume on Forex with IG.

    DEFPARAM CumulateOrders = False // Posizioni cumulate disattivate
     
    // Condizioni per entrare su posizioni long
    indicator1 = SuperTrend[3,10]
    c1 = (close > indicator1)
     
    IF c1 THEN
    BUY 1 CONTRACT AT MARKET
    ENDIF
    
    SET TARGET PPROFIT 110
    SET STOP PLOSS 80
    
    marc-1.jpg marc-1.jpg
    #76182 quote
    marcojs
    Participant
    New

    thank you for replying me. I am using on crude oil 4000 volume (see attached file) but with TS there is an error. I don’t know if it’s not possible with volume candles because with other time frames it works.

    Schermata-2018-07-17-alle-21.15.54.png Schermata-2018-07-17-alle-21.15.54.png
    #77657 quote
    Nicolas
    Keymaster
    Master

    That’s right, it is impossible to use ProOrder with timeframes non dependent to time, like Volumes chart, ticks chart, etc.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

TS with 1000 volume candles


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
marcojs @marcojs Participant
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by Nicolas
7 years, 7 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 07/17/2018
Status: Active
Attachments: 2 files
Logo Logo
Loading...