Additional BUY/SALE orders

Forums ProRealTime English forum ProBuilder support Additional BUY/SALE orders

Viewing 2 posts - 1 through 2 (of 2 total)
  • #13981

     

    Hello Community,

    it would be great if one of you could give me some advice on my following problem.

    How can I add additional BUY/SALE orders to the code below. My problem is that if my

    strategy opens a BUY order for example and another BUY signal appears later my strategy didn’t

    open an order.

    ——————————————————————-

    indicator1 = RSI[20](close)
    c1 = (indicator1 CROSSES OVER 25)

    IF c1 THEN
    BUY 1 CONTRACT AT MARKET
    ENDIF

    ????

    ——————————————————————-

    #13982

    Try this:

     

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

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