Recent Strength indicator -
... 2 42 50 51 52 53 54 62 ...

thread: Recent Strength indicator

  1. #511
    Junior Member Spuk's Avatar
    26
    Hi Hanover,

    Which will be the indiors with this previous chart (up windows)? Those on indiors or post 1?
    thanks for the response

  2. #512
    Senior Member Tataylo's Avatar
    435
    hi Hanover, What are the indiors with this previous chart (up windows)? Those on indiors that is different or post 1?
    As far as I could recall:Indior at the top right corner of the chart is Signal. Horizontal lines to the right of the price candles are generated by Levels. The colored boxes are generated by Sessions. The'hollow' (white/yellow/green) arrows are generated by Candle identifier, which can be sold as a member of Andrew Mitchem's forex course (easily found using Google). The symbols and stations have been generated through an indior called Athena, which I experimented with a few months past, but I lost it.

  3. #513
    Junior Member Spuk's Avatar
    26
    Thanks

  4. #514
    Senior Member Tataylo's Avatar
    435
    quote Hi David, Give this a try on your Avatar UL. Happy Holidays. image
    Luther,

    Thanks. Here's the one that I'm currently using. Looks like it is exactly the exact same picture (although yours has been cropped in the left #8212; giving my icon one more dollar bill than yours LOL).

    Happy holidays to you too.

    David

  5. #515
    Junior Member davideokchar18's Avatar
    21
    quote, Thank You. Here's the one which I am currently using. Looks like it is exactly the same picture. David image
    When FF altered the avatar size a while back if you did not reload your original picture, the older one is scaled up so it is blurry.

    Looking eloquent now. (and a Dollar wealthier ) lol

    Have a good one.

  6. #516
    Junior Member Pippas's Avatar
    19
    quote Answered here.
    Good day,
    Sir.
    With this message I'm not intended to comment Your article or share my opinion on this thread, I simply need help and advise with codding EA from very innovative programmer.
    Regrettably, I was unable to compose U a PM, so I decided to write it here.
    I want to ask U a favor. With a single code I am working in the past couple of weeks, and I am stuck having a few issues. If U do not mind, I'll post here a part of code:




    int a, b, c, p, m, Ticket[];
    dual SL = Ask (a 1)*b*Point; // this is variating all the time, therefore it's not feasible to change it the way I want:to move only in one direction



    for(m=0;mlt;OrdersTotal();m )

    OrderSelect(m, SELECT_BY_POS, MODE_TRADES);
    if OrderSymbol()==Symbol()) // check for symbol



    if(OrdersTotal()lt;1) //open

    Ticket[1]=OrderSend(Symbol(),OP_SELL,lot,Bid,slip,SL,TP,0,M AGIC 1,0);

    for (c=0;clt;d;c )


    Ticket[c 1]=OrderSend(Symbol(),OP_SELLLIMIT,lot,Bid,slip,SL,T P,0,MAGIC 1 c,0);




    that is a part of my code, and the query is:

    that I will attempt to compose it with example:
    lets assume that:
    market position is available.
    Price=1.000,
    SL = 1.050 .
    Is it possible to modify order to do that:
    if Price climbs, SL will stay the same,
    if price falls (to 0.950), SL proceeds to 1.000,
    when Prices climbs from 9.5 to 9.8 (here is the problem), SL needs to be 1.000 // I am facing SL climbing in this circumstance, so I would really appreciate any help or advice.

    Together with honored respect,
    Ryy.

  7. #517
    Senior Member Tataylo's Avatar
    435
    Latest edition of CSM is attached to this post.

    The indior currently comprises a'Trend Summary' feature that is enabled if you put SummarySpacing into a value gt; 0. The summary plots all the CSM values for each TF as a line graph, letting you quickly see which currencies are strong across many TFs (coloured line is above the midpoint in successive TFs) or have become stronger (coloured line slopes upwards ). Vice versa for weakness. See screenshot (this uses the default parameter settings).

    By way of example, one possible usage may be: find a pair where a single currency is above the midpoint (strong) in all the W1/D1/H4 TFs, and has pulled back under the median line in the lower TFs; then enter immediately its curve begins sloping up again. Pair this against a (weak) currency that's doing the specific opposite.

    When currencies aren't strong (or weak) on most W1/D1/H4, the market is in a state of flux, and that I propose using a range trading egy, or staying out altogether. This is the type of situation shown that the screenshot. AUD weakness and CHF strength has dissipated leaving the direction unclear: I have been shutting out my AUDCHF sells.

    To set up the latest upgrade:
    -- Download the .mq4 and .ex4 documents into your...(MT4)/experts/indiors folder.
    -- Download the .mqh documents into your...(MT4)/experts/include folder (note: the .mq4 file will not compile properly with no ).
    -- Then leave and restart MT4.

    Happy holidays.

    David
    https://www.cliqforex.com/trading-sy...udiobooks.html
    https://www.cliqforex.com/bitcoin-cr...k-setting.html

    https://www.cliqforex.com/attachment...1862232025.mq4
    https://www.cliqforex.com/attachment...1150561077.ex4

  8. #518
    Junior Member javizmendi's Avatar
    25
    Latest version of CSM is attached to the post. The indior now comprises a'Trend Summary' feature which is enabled if you set SummarySpacing to a worth gt; 0. The list plots all of the CSM worth for every TF as a line graph, letting you quickly see which currencies are powerful across many TFs (colored line is above the midpoint in successive TFs) or have become more powerful (colored line slopes upwards ). Vice versa for weakness. See screenshot (this uses the default parameter settings). By way of instance, one potential use could be: find a pair...
    All of your productions are like a fine work of art. Thank you, Mr. Hanover.

    anticipating testing more this week.

  9. #519
    This really is brilliant. I've been attempting to use RS in a MTF context and I anticipate that this will really allow me to move faster.

    thanks david. With any learnings I detect from using it, I will return.

  10. #520
    Junior Member irayps17's Avatar
    13
    Thank you, Hanover.

  •