fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    R: Currency Strength Block

    General Discussions
    2
    4
    1627
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      SF9CN2kR last edited by

      This should be the right board for a request, if not then a moderator can move it in the appropriate section.

      Many times I wanted to export currency strength data on a .csv file on Microsoft Works, but the block/s I am missing is the currency strength calculation. I am making a request for the next adds and upgrades of fxDreema for a currency strength block/s which will export data on .csv files and connects and other blocks.

      The calculation should be this:

      //--strength with daily range
         double dStrengthRange=0;
         if(dailyRange!=0)
            dStrengthRange=100.0*(dCloseLow/dailyRange);
      
      //-- set fixed values
         double settedValue=0;
         if(dStrengthRange>3.0) settedValue=1;
         if(dStrengthRange>10.0) settedValue=2;
         if(dStrengthRange>25.0) settedValue=3;
         if(dStrengthRange>40.0) settedValue=4;
         if(dStrengthRange>50.0) settedValue=5;
         if(dStrengthRange>60.0) settedValue=6;
         if(dStrengthRange>75.0) settedValue=7;
         if(dStrengthRange>90.0) settedValue=8;
         if(dStrengthRange>97.0) settedValue=9;
      
         return(settedValue);
      

      Also it should calculate all 9 timeframes and an option to choose in which timeframe the user wants to make calculations and save to a file for future analysis.

      1 Reply Last reply Reply Quote 0
      • fxDreema
        fxDreema last edited by

        Isn't this job for some indicator?

        1 Reply Last reply Reply Quote 0
        • S
          SF9CN2kR last edited by

          __Isn't this job for some indicator?[/quote:14vynbsd]

          I can't find one with a buffer that works, do you know any?

          1 Reply Last reply Reply Quote 0
          • fxDreema
            fxDreema last edited by

            I personally don't know any

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            Online Users

            N
            S
            T
            A

            13
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors