ProRealCode MarketPlace: sell your trading products to thousands of ProRealTime users!

Forums ProRealTime English forum General trading discussions ProRealCode MarketPlace: sell your trading products to thousands of ProRealTime users!

Viewing 15 posts - 481 through 495 (of 550 total)
  • #191362

    This is an agreement between you and the seller in question, there are non-disclosure agreements that you should use in this case to protect your IP. In any case, it is your own business 😉

    #191958

    Hi, reminder, last days to benefit from the special ProRealTime offer with discount for:

    The most popular new indicators on ProRealTime in 2021:

    Extratrend

    https://market.prorealcode.com/product/extratrend-an-indicator-for-technical-traders-and-chartists/

    Exclusive 30€** discount with the code TREND30

    All-in-One Divergences indicator 

    https://market.prorealcode.com/product/all-in-one-divergences/

    Exclusive 30€** discount with the code DIV30

    **Discount codes valid only until April 30th, 2022.

    #192305
    smp

    Hi Guys,

    NEW STORE

    Check out my new store with live recordings of trades and BOTs working.  More BOTs to come over the next week or two.

    FREE indicators are available also, a must for any trader!  We must charge 1€ as the system cannot use 0.

    Anyone who buys my ASX Strategy and or ASX BOT gets a FREE invite to trade the ASX live with my community and me the Friday 29th of April.

    The live room opens at 5:45 AM (France at 6:30 AM) and will run for around one hour.

    STORE LINK:  https://market.prorealcode.com/store/botpond/

    BOT POND

    #195565

    If I use fixed start times and end times in my codes, do I have to code this in a special code so that the strategy works at the right time in other time zones or does it work automatically? This is a code for the marketplace.

    #195566

    And is it also possible to hide such things as trailing stop code?

    #195576

    strategy works at the right time in other time zones

    Time can only be correct for the Timezone the strategy is optimised / designed for  … correctly specified as UTC, UTC +1, UTC -1, UTC + or – whatever.

    You would need to specify what Timezone (UTC + or – whatever) and buyers would need to start the strategy in that same Timezone you specify (assuming buyers can’t adjust Time to suit their native Timezone?).

    1 user thanked author for this post.
    #195577
    smp

    You could use an indicator such as a fast Fractal which will act as a trailing stop.  You can then hide that.

    1 user thanked author for this post.
    #195578
    smp

    And is it also possible to hide such things as trailing stop code?

    You could use an indicator such as a fast Fractal which will act as a trailing stop.  You can then hide that.

    #195581

    How exactly could I then write that as code?

    #195583
    smp

    How exactly could I then write that as code?

    CP1 speed can be optomised depending on your time or how sesitive you want it.  Below is fratal code to get you out of a short reversing on you.  Suggest speed of 2 to 6.  The smaller the number the faster it get you out.

    Just reverse the code for longs.  This effectively provides a dynamic stop which will follw the price.

    Hope this helps.

    //Fractal Conditions =============================
    CP1=4
    IF High[CP1] >= Highest[2*CP1+1](High) THEN
    LH = 1
    ELSE
    LH=0
    ENDIF

    IF Low[CP1] <= lowest[2*CP1+1](Low) THEN
    LL= -1
    ELSE
    LL=0
    ENDIF

    IF LH=1 THEN
    HiL = High[CP1]
    ENDIF

    IF LL = -1 THEN
    LoL=Low[CP1]
    ENDIF
    // Trade Exit Conditions ==============================
    IF Close CROSSES OVER (((HiL-LoL)*10/100)+LoL) THEN
    EXITSHORT AT MARKET
    ENDIF

    4 users thanked author for this post.
    #195585

    I usually use trailing stopcodes from this site… but I really like your version too.

    #197633

    Hi @smp

    Is this the correct code to exit a long position?

    IF Close CROSSES UNDER (((HiL-LoL)*10/100)-HiL) THEN
    SELL AT MARKET
    ENDIF

    Thanks

    #198984

    Hi Nicolas

    I’ve searched the ProRealCode and Market documentation, the ProRealTime site and documentation, but I cannot find any description of how PRT platform can be registered as a vendor platform in order to create .masteritf files. I am currently running on an IG demo version, so that may be the problem, but I’d really appreciate being pointed in the direction of the documentation that explains the process. Thanks.

    #198987

    The marketplace documentation is available in your vendor dashboard, in the documentation tab.

    Please read the documentation from page 3 to 6: “Link your platform to a marketplace seller account” + “Generating master itf files”.

    Documentation is available in the documentation tab of your sell dashboard: https://market.prorealcode.com/dashboard/tutorials/

    1 user thanked author for this post.
    #200483

    Do any Vendors on MP show positions under equity curves (as shown on attached)?

    Every time I get tempted to buy off MP, I end up clicking-out as I feel like I am seeing ‘half the story’ due to no positions showing.

    Anybody else feel the same?

Viewing 15 posts - 481 through 495 (of 550 total)

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