Automated Strategy with PRC_Adaptive-ATR-ADX-Trend-V2

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #76646 quote
    Abz
    Participant
    Veteran

    Hello

    i am trying to use the indicator PRC_Adaptive-ATR-ADX-Trend-V2 for automated strategy , anyone that can help on how i can achive that , simply buy and short where the dots are shown.

     

    Adaptive ATR-ADX Trend

    #76648 quote
    Abz
    Participant
    Veteran

    i think i manage to solve it

     

    IF not onmarket and lastTrade and trend[1]=-1 and trend=1 THEN
    BUY Positions CONTRACT AT MARKET
    #76649 quote
    robertogozzi
    Moderator
    Master

    It returns SSTOP, not TREND.

    But if you embed it in your code, instead of CALLing it, then it’s ok. But you could also write

    IF not onmarket and lastTrade and close CROSSES OVER sstop THEN
    #76984 quote
    Abz
    Participant
    Veteran

    what values shoud be suitable to change if we want to use it as 30 min time fram in a 15 min chart. just while we are waiting for the multi timefram support to be avalible on live account.

    #76986 quote
    robertogozzi
    Moderator
    Master

    You can do the math, a 20-period MA becomes a 40-period MA.

    But it’s not exactly the same!

    #76996 quote
    GraHal
    Participant
    Master

    @Abz did you get anywhere /success with making a profitable System out  of the PRC_Adaptive-ATR-ADX-Trend Indicator.

    I used variable values of TP and SL and I tried all TF’s up to Daily and several Markets and results were at best dissappointing and at worst bad. The many poor overall results surprised me!?

    Anybody else tried the same and get good results??

    Cheers
    GraHal

    #77005 quote
    Abz
    Participant
    Veteran

    No i did not get any  good result either. We just have try out new ideas and hopefully we will achive some profitables strategies 🙂

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

Automated Strategy with PRC_Adaptive-ATR-ADX-Trend-V2


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
Abz @abbas_sadiq Participant
Summary

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

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