timeregulation for opening a new opening trade

Forums ProRealTime English forum ProOrder support timeregulation for opening a new opening trade

Viewing 14 posts - 1 through 14 (of 14 total)
  • #27233

    hi nicolas,
    you are for me the master of all strategies and it would be great to get support from you.
    on the strategy below there are normally a couple of opening and closing trades on a daily basis.
    what do i have to add on the automatic trading system if i like to have a second openig trade after one hour after the first opening trade ( etc etc … so a third opening trade should early take place after one hour after the second opening trade etc etc)……all on dax , dax mini, 1 minute…
    thx for your help

     

    #27332

    Topic moved to ProOrder Support in English forum (since you wrote it in English). Automatic trading support goes to ProOrder, not ProBuilder FYI. Thanks.

    Because code is only read once at the end of each bar, you cannot operate between 2 “Close”. So if you are trading this strategy on a daily basis, you can’t launch a new trade each new hour.

    But, it will be possible as soon as multitimeframe support will be available (next PRT major update coming this year).

    #27334

    thx first of all …just to clarify …. between the first opening trade and the second opening trade there should be a minimum of one hour …..

    #27344

    @dreif you say  … all on dax , dax mini, 1 minute… so if you are trading on 1 minute timeframe (?) then you need 60 bars to go by using below … ‘GraHal code’ … you tidy it up 🙂

     

     

    #27347

    ok Grahal ,
    in which row do I have to put that on

    #27348

     

    1 user thanked author for this post.
    #27350

    thx Grahal for your quick support

    1 user thanked author for this post.
    #37102

    hi everybody, i would like to do an automatic trading on the following … i have done these trades manuell and i was succesfull on that , its on DAX mini , 1 minute chart, with two indicators RSI [14] and %BB
    defparam flatbefore=090000
    defparam flatafter=173000
    indicator1=RSI [14]
    indicator2 should be %BB

    if indicator1>75 and indicator2>115 then
    sellshort 5 contracts at market

    set target pprofit 5
    set stopploss 15

    what would be the exact wording , so that a automatic trading would work , thx to all for the support

    #37109

    Brain slow this morning 🙂 … remind me please, what is %BB?

    #37110

    no prob , Bollinger Band Oszilator

    #37119

    You had it, but you need an exit condition to make a workable Strategy.

    Also Boll Band Osc appears to not be available from the Pro Builder Function list (but BB Osc is a default PRT Indicator) so I used the Chaiken Osc just to get ‘something on paper’.

    I’ll see if BB Osc is on this site??

    #37120

    Yes BB Osc is on here so code below uses it, but needs tidying?

    Ignore my comment above re exit conditions … I was doing this and also at same time facebook answering my daughter re DIY  jobs on her house … just noticed the Target Profit etc! 🙂

     

    #37123

    thx grahal , just for me to understand
    what does that mean …” width=4*std ” and BB0=delta*100/ width

    #37131

    Not sure without thinking about it a lot! 🙂

    Somebody else has asked the same / similar question on the Topic for the Indicator below. If you ask again on there then probably Nicloas will see it and answer?

    https://www.prorealcode.com/prorealtime-indicators/b-bollinger/

Viewing 14 posts - 1 through 14 (of 14 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login