RenkoChartSuite -
1 2 3 4 5 ...

thread: RenkoChartSuite

  1. #21
    * Updated on 08-02-2018 to Variant: 3.22

    * ENGINE

    Fixed - Hybrid Renko. At times the high or low didn`t match.
    Fixed - Updating mechanism. During markets that the updating hangs so changed it.
    Eventually after a year that the updating of history is near flawless. It could take a few seconds yo complete.
    If your not sure if your chart is up to date only hit the Apply or set up a preset, it may need a previous run.

    greetz mat

  2. #22
    I've checked the problems discussed inhttps://www.cliqforex.com/trading-sy...ncleforex.html

    and found no problems in the most recent version (have not checked that he version used)
    The main difference with this version and that is that the last price gets called with all the SymbolInfoTick function.
    This could make the difference.
    Additionally the quantity for your hybrid get calculated in the daily quantity so the real quantity, well as real as it could get

    greetz mat

  3. #23
    Using v3.22 and when I quit MT4 when having profile 1 active and beginning MT4 again my offline chart (with Panel attached) is not beginning with my profile 1 but with profile 3 (which is imho the 100 box size which is the panel default!? Can I change the default?) Thank you

  4. #24
    Using v3.22 and when I stopped MT4 when using profile 1 active and starting MT4 back my offline chart (with Panel attached) isn't starting with my profile 1 but using profile 3 (that is imho the 100 box size that is the panel default!? Can I change the default?) Thanks
    Hi Jagg, the next update to come will have that changed. Testing in the moment and completed. Everything runs
    smooth, the update works perfect when you log in or change timeframes.
    The panel can be altered how you want it to be, really great feature this is what I'm looking at.



    Update will come tomorrow or tonight.

    greetz mat

  5. #25
    * Updated on 13-02-2018 to version: 3.3

    Engine:

    - Fine tuned the timer so that it ceases and jumps on only when required.
    - The upgrading of the background works as intended after login or changing of the timeframe.
    - The default option settings gets loaded after opening a new chart. Somehow it loaded with the current panel configurations
    witch could result in some large background files. Got my GBPJPY at 14GB, that was a bit to much to load.

    Tested the engine with 10 charts multi currency and ran smooth.

    Panel:

    Removed the open button. Apply will do in order to start a chart.

    The panel is fully build with CSS.
    It is currently possible also construct your panel how you want. You are able to change some settings but don`t expect it for an internet browser.
    There are just a few css properties but enough to make a large difference involving a simplified grid layout.
    More to come om this subject.

    My current panel

    https://www.cliqforex.com/attachment...1923117687.zip

    If you want to check it out or simply glance at the css file downlaod the panel2.zip.

    * The two versions have to be downloaded along with also the default.css has to be deleted.
    * The bottom of the program won`t change after this update so it's going to be backwards compatible.

    As always in the event that you have questions don't hesitate to post.

    greetz mat

  6. #26
    What could be done with css.

    Background-color
    border-color
    colour
    font-size
    width
    elevation
    padding-top
    padding-right
    padding-bottom
    padding-left
    grid-template-areas
    grid-row-gap
    grid-column-gap
    justify-self
    align-self
    kind (html property)

    There are two button conditions lt;normalgt; lt;checkedgt;. The lt;activegt; state receives a tint lighter then the selected background-color.
    For today all text gets aligned center.
    The components that are encouraged are lt;px remgt;
    To make use of this lt;remgt; unit the @root_font_size needs to be put if you want a font-size different from 20px.
    If no device specified lt;pxgt; will be selected.

    Lt;background-colorgt;
    lt;border-colorgt;
    lt;colorgt;
    May be put on any condition.
    Just hex colors are allowed, it supports all formats (3 4 6 8) RGB - RRGGBBAA.
    The background-color gets a top to bottom gradient by default.

    Lt;padding-top - padding-leftgt;
    needs to be put on the lt;normalgt; condition.
    Controls get bigger.

    Lt;widthgt;
    lt;heightgt;
    needs to be put on the lt;normalgt; state.

    Lt;align-selfgt; available options lt;begin centre end top bottomgt;
    needs to be put on the lt;normalgt; state.
    Vertical align a control from the grid-cell

    lt;align-selfgt; available options lt;begin centre end left rightgt;
    needs to be put on the lt;normalgt; state.
    Horizontal align a control from the grid-cell

    lt;typegt; available options lt;textgt;
    needs to be put on the lt;normalgt; state.
    Property needs to be put to text. Simply needed on the input.

    Lt;contentgt;
    needs to be put on the lt;normalgt; state.
    Draws the caption of this control.
    Needs to be double quoted.
    Once you set a comma delimited string it will wind up a loop button like the Close,HL,HLC,OHLC.

    Lt;font-sizegt;
    Has to be put on the lt;normalgt; state for calculating the grid cell.

    Lt;grid-row-gapgt;
    lt;grid-column-gapgt;
    needs to be put on the lt;normalgt; state.
    The space between grid cells.

    Lt;grid-template-areasgt;
    Producing the grid.
    Needs to be put on the panel lt;normalgt; state.
    - a row with 5 columns - A B C . D
    a ster is an empty cell.
    If you specify a row like this A ... A - A spans the 3 empty columns.
    All rows must be double quoted and each cell needs to be space delimited.

    Lt;*gt; universal selector
    What gets put here will be applied to all controls. Excluding the lt;grid-template-areasgt;

    It looks harder then it is. If you would like to change the file start easy see what it will.
    The file needs to be correct, there is no error checking so everything needs to be closed to your css parser.
    @rule lt;namegt; lt;valuegt; ;
    selector lt;title, . . .gt; optionallt;:checkedgt; lt;propertiesgt;
    property lt;namegt; : lt;value (Can be @Rule)gt;;

    Feel free to ask how some of it works.

    greetz mat

  7. #27
    I receive the following error with the new panel
    Inserted Code 2018.02.15 08:40:36.881 RCS_Panel_v3.3 DAX30,M2: range out of range in 'RCS_controls. mqh' (333,19)

  8. #28
    I get the following error with the new panel 2018.02.15 08:40:36.881 RCS_Panel_v3.3 DAX30,M2: range out of range in 'RCS_controls. Mqh' (333,19)
    That should not occur. Does this occur with the default.css which gets created from this program?
    With this variant the older default.css needs to be deleted. The panel will create a new one when loaded.

  9. #29
    quote That should not happen. Does this occur with the program the default.css that gets created by the app? With this version the old default.css has to be deleted. The panel will produce a new one whenever loaded.
    Ok, closed mt4, deleted the css file and opened mt4 attached and again RCS Panel to the offline chart. Looking good now, ideal! The box size when starting mt4 again, thanks @brokemat !!! when shutting mt4 down is now recognized

  10. #30
    quote Ok, closed mt4, deleted the css file and opened mt4 attached and again RCS Panel to the offline chart. Looking good now, ideal! The box size when shutting down mt4 is recognized when beginning mt4 again , thanks @!!!
    My pleasure, glad it worked out

  •