AWSM (5,34) on DAX 30 minutes

Forums ProRealTime English forum ProOrder support AWSM (5,34) on DAX 30 minutes

Viewing 15 posts - 1 through 15 (of 20 total)
  • #53692

    hi everybody,
    i know the code for a AWSM strategy as follows:
    // Type histogramme
    ChaosAO=Average[5](MedianPrice)-Average[34](MedianPrice)

    // Chaos Awsome Oscillator Signal Line
    ChaosAOSignalLine=Average[5](Average[5](MedianPrice)-Average[34](MedianPrice))

    i have the following question or what is the code on the following (on dax , 30 minutes )
    AWSM is <0
    the system should buy if the colour on a balk changes to green ?
    thx for any support on that

    #53816

    I do not see any green color in your code, please provide at least an example with a picture to perfectly understand what you need 🙂 Thanks in advance. 

    #53822

    hi Nicolas , thx for your mail…
    on the code there is no code, thats correct.
    the colour changes are only visible on a chart on the indicator awsm (5,34) …thats why i am asking how a code has to look like
    when the colour changes for example from red to green in the negative territorium of the awsm ….if so the system should by 1 contract mini DAX in the 30min chart….with %ploss 0,30%
    thx for any support

    #54069

    If I don’t apply color myself, I can’t know what is the variable that change color and how? That’s why I asked you to post a picture 🙂 

    Anyway, color changing are usually made if a variable make a higher high or a lower low ( a u-turn). So for the Chaos Awsome Oscillator Signal Line, it could be code like this:

    Don’t forget to add the condition about the positive / negative territories which I don’t understand well…

     

    #54071

    hi Nicolas ,
    thx so far …havent found the time to sent a screenshot …try to do this in the late afternoon ..
    negative teritorium means if awsm <0....system should buy if awsm <0 and if coulour changes from red to green ...
    thx so far

    #54073

    buy the way how can i do a screenshot for the awsm out of the chart ?

    #54203

    hi  Nicolas,

    there is a mistake in your code…

    the system shows the following:

    syntax mistake=chaosao is not existing

    #54589

    hi nicolas , attached with the awsm chart to understand the colour change…

    #54637

    ok, so let’s restart it from scratch, I made this little indicator to spot buy signals:

    and this is the adapted code to add into an automated trading strategy code: 

    There’s no need of the signal line, only the histogram is important as per your description. Hope it’s ok now 🙂

    #54639

    thx nicolas for your ongoing support … i will check the code this week …i am not the big tecknic freek ….i really have problems in communicate these things …. it took hours to get the chart as an attachement ….and i am not sure if i am able to that for a next time ….. but anyway …big thanks to you

    #54713

    soory nicolas …no succes …. system shows the info  ” DRAWWARROWUP” can only be used at probuilder …..

    #54741

    You did not read my post obviously. Please don’t only copy/paste things and try to understand them! :angry:

    I made this little indicator to spot buy signals:

    So, that would mean that “this is the code of an indicator, use it as an INDICATOR, because this is an INDICATOR, not an AUTOMATED TRADING STRATEGY FOR PROORDER”

    and this is the adapted code to add into an automated trading strategy code:

    And that sentence should be read as “COPY/PASTE THIS CODE IN A PROORDER WINDOW TO MAKE THINGS HAPPEN! HAPPY CHRISTMAS YA ALL!”

    #54743

    so that means a automated trading strategy has the following code ?
    ChaosAO=Average[5](MedianPrice)-Average[34](MedianPrice)

    if ChaosAO>ChaosAO[1] and ChaosAO[1]

    #54763

    Ok, let’s copy/paste this code into your platform and you’ll be ok:

    Change the stoploss and takeprofit values as you want.

    #55430

    hi Nicolas, how has the code to be, if the above mentioned code  should be the other way around…so a sellshort code

    thx

    regards

     

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

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