fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. dscoles
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 1
    • Topics 22
    • Posts 74
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by dscoles

    • D

      Desktop Version updates please.
      General Discussions • • dscoles

      2
      0
      Votes
      2
      Posts
      894
      Views

      D

      FYI. I downloaded the current version as of today. The desktop screenshot is from today. The version I downloaded is the same size as the installer from 2016. The one from today starts up incredibly slowly, and the "loading..." step is also very slow. I reinstalled the copy that I downloaded in 2017 and it takes about 1/5 of the time to load the application and is also quite a bit faster in the "loading..." step.

      Sounds like I am complaining. Actually, this application is Very, VERY impressive. I maybe use 1/100th of the features. And the tool allows me to build very sophisticated EAs. Thank you1

    • D

      3 month subscription not registered
      Questions & Answers • • dscoles

      5
      0
      Votes
      5
      Posts
      1453
      Views

      fxDreema

      Well, not directly, I can't touch the desktop version, but there were problems with its communication with server caused by the server. This is what I was fixing, the messages sent to the desktop. I think that now remaining periods are correct. Only there is some white screen when loading, but this this does not prevent the desktop version from working.

      I still don't like the idea of desktop version for the same reasons:

      I personally never wanted to make anything for the desktop, my passion was always the web I must think about the local database that everyone has. Now on the server if something is wrong with the database, I can do something about it. But you can see that fxDreema is already larger than me, I was fixing problems whole week after 1 year of preparing that update. The desktop version is just another thing I must always think of.

      If someone thinks that the desktop version is more secure, then I can say that no one ever complained that his projects were stolen or something like that. Desktop version can be more stable, but again, I know myself and I know that when the desktop version is around, It's harder for me to motivate myself to add something new to the builder 🙂

    • D

      commented out all of the variables
      Questions & Answers • • dscoles

      2
      0
      Votes
      2
      Posts
      623
      Views

      D

      Thanks for the fix! 😄

    • D

      Building up huge numbers of windows from custom indicators
      Questions & Answers • • dscoles

      4
      0
      Votes
      4
      Posts
      1350
      Views

      D

      The issue is resolved for the right reason now! Thank you.

      I created a blank string variable and used it for the first and fourth parameter. Only one sub-window is created now.

      Very good call!

      Dwight

    • D

      Cannot add custom indicators
      Bug Reports • • dscoles

      3
      0
      Votes
      3
      Posts
      831
      Views

      D

      😆 It is working fine now... I did this multiple times before giving up and asking for help... even closed the session and came back in.

      Well, I can make my updates now.

      Nice web site. Looks like you have been busy!

    • D

      Wishlist Item for new version
      Questions & Answers • • dscoles

      11
      0
      Votes
      11
      Posts
      1710
      Views

      H

      thanks I will try it out

    • D

      Still troubled by time
      Questions & Answers • • dscoles

      3
      0
      Votes
      3
      Posts
      649
      Views

      D

      Thanks... I was a bit dense as the easy answer was to create a "live trade" zone from 6:00 until 17:00. Works great.

    • D

      Starting EA in tester with a specified template active
      Questions & Answers • • dscoles

      10
      0
      Votes
      10
      Posts
      7453
      Views

      fxDreema

      Well, I made a plugin for Firefox and Chrome that opened access from the browser to the local filesystem and the whole procedure was basically the same as in the local version. I did it this way personally and I work on the local version only to check if things are working after I build it.
      Because this plugin used an old technology called NPAPI, which was considered not too secure, they dumped it and now these plugins that I have created stopped working. But some days ago I wrote another plugin for Chrome that now uses 100% of the API provided by Chrome,here it is: https://chrome.google.com/webstore/deta ... mkdhjdgdkp

    • D

      backtester and volume
      Questions & Answers • • dscoles

      4
      0
      Votes
      4
      Posts
      959
      Views

      fxDreema

      I can't confirm the problem with backtesting, I have positive values for all buffers when backtesting in Visual mode and also in non-visual mode. I also have values of 0, but not all the time and everywhere.
      Volume is part of the history data, it's a property of each candle in the given timeframe. Maybe you don't have this part of the data in your history data? What do you have here? http://prntscr.com/7hkg0g

    • D

      Display time (hh:mm:ss) using comment
      Questions & Answers • • dscoles

      3
      0
      Votes
      3
      Posts
      785
      Views

      D

      😆
      Well there I am again blind as a bat... Thank you. Yes, value -> time.

      In case anyone else wants to know how to use a string result of a function, here is what I did:

      I put the following into a string: ""+TimeToStr(Time[2],TIME_SECONDS)+""

      Notice the double quotes and the concatination on both ends of the function call...
      http://prntscr.com/7fjlee

      The resulting code works, so I assume it would work with other string generating functions.. This is what FXDREEMA generated (in MT4 code):

      tmpstr=_text(""+TimeToStr(Time[0],TIME_SECONDS)+"");
    • D

      unwarranted symbol detected
      Questions & Answers • • dscoles

      4
      0
      Votes
      4
      Posts
      717
      Views

      fxDreema

      No, it's built-in Chrome in the local version, there is no other type of browser there. I was talking about the web version 🙂

    • D

      export my current project
      Bug Reports • • dscoles

      3
      0
      Votes
      3
      Posts
      831
      Views

      D

      Thank you.

    • D

      using market properties
      Questions & Answers • • dscoles

      3
      0
      Votes
      3
      Posts
      676
      Views

      D

      Thank you Admin.

    • D

      issue with variables changing in blocks
      Bug Reports • • dscoles

      3
      0
      Votes
      3
      Posts
      800
      Views

      D

      Thank you. I look forward to your new version. (Nothing wrong with the current FXDREEMA though! It ROCKS!)

    • D

      How do I concatinate a string to a string variable for comme
      Questions & Answers • • dscoles

      5
      0
      Votes
      5
      Posts
      940
      Views

      D

      Thank you.

    • D

      indicator current value
      Questions & Answers • • dscoles

      9
      0
      Votes
      9
      Posts
      1357
      Views

      D

      Who would have thought? 🙂

      Thank you.

    • D

      macd cross - what is wrong
      Questions & Answers • • dscoles

      3
      0
      Votes
      3
      Posts
      614
      Views

      D

      Hey... that could be all that it was... I just was getting nothing. Maybe that's because I asked for nothing. 🙂

    • D

      Previous Indicators Data
      Questions & Answers • • dscoles

      3
      0
      Votes
      3
      Posts
      797
      Views

      D

      Thank you!

    • D

      Close only one trade
      Questions & Answers • • dscoles

      5
      0
      Votes
      5
      Posts
      969
      Views

      D

      Thank you... Very informative.

    • D

      More on custom idicators
      Questions & Answers • • dscoles

      2
      0
      Votes
      2
      Posts
      505
      Views

      fxDreema

      Here is about block numbers: https://fxdreema.com/demo/blocks-execution-order Block numbers matter only when 2 or more connections comes out of the same output. The same as if you drive a car and the road turns into 2 roads.

      One parameter is missing from the indicator, because can't understand such definition: http://prntscr.com/6vtz28
      You can add some "extern int" to make it work

      Here is how to make it better:

      //---- input parameters extern int RSIOMA = 14; extern ENUM_MA_METHOD RSIOMA_MODE = MODE_EMA; extern ENUM_APPLIED_PRICE RSIOMA_PRICE = PRICE_CLOSE; extern int Ma_RSIOMA = 21; extern ENUM_MA_METHOD Ma_RSIOMA_MODE = MODE_EMA; extern int BuyTrigger = 80; extern int SellTrigger = 20; extern color BuyTriggerColor = DodgerBlue; extern color SellTriggerColor = Magenta; extern int MainTrendLong = 50; extern int MainTrendShort = 50; extern color MainTrendLongColor = Red; extern color MainTrendShortColor = Green;
    • 1
    • 2
    • 1 / 2