Alert setting is not possible in Standard Deviation Channel

Forums ProRealTime English forum ProBuilder support Alert setting is not possible in Standard Deviation Channel

Viewing 15 posts - 1 through 15 (of 23 total)
  • #101433

    Hello Nicolas, as you know PRT does not allow alert setting on standard error and standard deviation channels for which one solution could have been using your manual LR channels, however the actual PRT standard error and standard deviation channels do not match with your LR Channel. Do you have a code for these 2 dynamic channels starting from a fixed candle/ bar which will exactly match with standard PRT standard error and standard deviation channels please so that I can set the alert?

    I have attached the images for your reference and your PRT code below please.

    Many thanks.

    #101449

    This code is not mine. I suggest you use this one instead: Standard Deviation & Standard Error Linear Regression Channel

    I know that it moves with each new candle as it is based on period. We could change the code to start from a precise time/date in the past if this is what you want, just tell me.

    Alert cannot be programmed, still, so you’ll have to use the alert tool from the platform, in any case.

    #101493

    Hello Nicholas,
    You are really a good man, always ready to help others. Thank you so much for your fast and reliable response.
    Thank you for the code, however it is not same as the standard ones available in PRT is/are not matching with that of your as captured in the image.

    I have use, Standard error channel with Nb standard error as 1.62 (green dotted line) but when I set Deviation multiplier as 1.62 in your channel, it is not matching (image 1).

    However, when I set Deviation multiplier as 0.46 in your channel, it is matching (image 2). But when the bars are moving your channel is getting shifted from the standard one as it is not staying anchored to the starting bar, as shown in image 3.

    Also needs to anchor your channel to the starting point so that the number of bars need not be changed every 1 minute bar.

    Appreciate your help please.
    Many thanks.

    #101510

    I don’t know which version of the channel indicator you are using, but the one I provided the link above is perfectly matching the one from the platform (attached picture).

    If you confirm you can use this one, I can change the calculation to make it anchor on specific date and time. Thanks.

    #101536

    Many thanks Nicholas. I understand your point. Using your link I have downloaded the indicator whose code is as below. For the PRT Chart version I am using the one which is coming with IG Markets’ broker platform. The version is v10.3 – 1.8.0_45 as captured in the image. However, all good. Please anchor the channels to it fixed starting point. Many thanks for the code in advance.

    #101581

    I released a new version of the channel with anchored date and time in the library, download it from there: Anchored Standard Deviation & Standard Error Linear Regression Channel

    You’ll have to define in the settings the precise date and time of candlestick of where to start the calculation of the channel.

    #101596

    Hello Nicholas, This is great. Many thanks for the same, however the very basic purpose of creating an ALERT on the channels is still not working. I have created the ALERT as shown in the enclosed, but system is not sensing the ALERT and hence not triggering. Appreciate your support please. Also the new anchored channels could not be truncated so that a new channel could be started. It should have an end date and time to terminate the old channel. Regards,

    #101810

    Hello Nicholas,
    Any idea on how to make the ALERT work on the channels please?
    Regards,

    #102141

    Hello Nicholas,

    Can I conclude that it is not possible?

    Regards,

    #102143

    Sorry but I don’t actively monitor each topic I answered to.

    That’s indeed not possible to set alert on objects (I used objects to plot the channel). In this case we have to calculate each point of the segments and return them in the indicator, that way you should be able to set alert on them (when price crosses the segments).

    I didn’t realize you wanted to have an end date for the channel too. I will look into that.

     

    #102149

    This version has EndDate and EndTime and you should be able to set alerts on price crossing one of the returned values of the indicator, first one is the upper line, second one the lower line.

     

    #102233

    Hello Nicholas,
    This is brilliant. Many thanks for the same. However the channel is extending to the left infinitely hence creating a confusion to its start date and time as enclosed. Can we truncate the channel from extending to its left please.
    Regards,

    #102242

    Not possible to extend it only on one side. You have the choice, between segments like it used to be or like this..

    We could add a vertical line at the starting date, so you could visualize where it starts, or a text/symbol for instance..

    #102315

    Many thanks Nicolas.

    #102333

    Here is a new version with a vertical line at the first bar of the channel (it contains also a bug fix, so use this version now).

     

Viewing 15 posts - 1 through 15 (of 23 total)

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