fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. GrowTru
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 34
    • Best 1
    • Controversial 0
    • Groups 0

    GrowTru

    @GrowTru

    1
    Reputation
    1196
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    GrowTru Unfollow Follow

    Best posts made by GrowTru

    • RE: Save/Export to MT5 & View Generated Code

      First make sure you have created your project in fxdreema as an MT5 project and not MT4. Project, new project, select MT5.

      If you didn't do this then there is a converter. https://fxdreema.com/converter

      Open metatrader and click file, open data folder.

      For MT4 open the folder MQL4, Experts
      For MT5 open the folder MQL5, Experts, advisors

      This is where you save your files.

      If you save a new expert advisor while metatrader is open you either need to refresh the list in the program or restart metatrader.

      To view the code, right click the expert advisor in metatrader and click modify.

      posted in Questions & Answers
      G
      GrowTru

    Latest posts made by GrowTru

    • RE: Moving to another VPS

      I guess you can't have it all without a big price tag. I found some posts, an older one talking about vultr previously providing 3.4GHz cores, then down to 2.4Ghz and a newer 2018 post states 2.6GHz...

      I don't know if you're using more than 1 CPU (1 core, VPS providers make it confusing) but this site talks about the issues with MT4 being an older 32 bit program and not being efficient on multiple cores. I also don't know how the back end of fxdreema works but it may be of use to you if you're using an MT4 compiler...

      https://www.mt4copier.com/improve-mt4-trade-copier-speed/

      posted in Questions & Answers
      G
      GrowTru
    • RE: Moving to another VPS

      Much better 🙂

      posted in Questions & Answers
      G
      GrowTru
    • RE: Moving to another VPS

      Indeed, so it comes back to who can you trust, my main concern in this thread. Out of interest how come you don't use Linux?

      posted in Questions & Answers
      G
      GrowTru
    • RE: Moving to another VPS

      I think what Miro is suggesting is possibly more suitable if you can trust them, that's some pretty amazing specs for the price from Contabo. As I say my experience is more down the tiny personal cheap VPS route. I agree that amazon isn't cheap when you climb the scales but I think it's fairly priced for a well known trustworthy company, especially if you can keep to the small options.

      posted in Questions & Answers
      G
      GrowTru
    • RE: Moving to another VPS

      Wow that is really low, slower than a cheap old USB 2 memory stick I have. The numbers look so similar on the new VPS that to me it seems throttled, something can't be right.

      You could give the free trial of AWS a try:
      https://aws.amazon.com/free/
      https://aws.amazon.com/ec2/pricing/

      It only applies to the t2.micro which has 1GB ram but you could do some tests with it at no cost. For 2GB you need the t2.small instance. Even then it might not be right for you, watch for bandwidth allowance because I think you only get 15GB a month included, anything more you're billed for. There's amazon lightsail as well which I believe is a simplified version of EC2 but again, it's getting confusing so I understand you avoiding them.

      I'm sure there are many reputable providers but while I have used others I don't know any real details about them. For example, I've used vultr.com/pricing but I know nothing about them as a company so I can't blindly recommend them based off 1 experience. They do use SSD's though and the prices aren't bad. There's also digitalocean.com/pricing who use SSD's as well but now I'm just listing providers without any knowledge if they're reliable and trustworthy.

      posted in Questions & Answers
      G
      GrowTru
    • RE: Moving to another VPS

      I agree amazon doesn't make it easy to understand, there are so many choices with non-descriptive names. I'm only familiar with basic private VPS's and have no idea what you require to host a website unfortunately. (outside of the simple online creators)

      I think customer support would be the best point of contact, or perhaps do some testing with services that don't require a contract until you find one that works comfortably and at a good price. That said, maybe InterServer will improve and you can stick with them. Good to have choices though.

      posted in Questions & Answers
      G
      GrowTru
    • RE: Moving to another VPS

      Yes it can be difficult finding trustworthy providers but I think amazon's service, AWS, is quite fairly priced and a company of that size shouldn't be involved in unscrupulous activities. At least if they were there should be enough users to call them out. I also think security and privacy are vital for a VPS, something I'm always unsure of with smaller providers.

      posted in Questions & Answers
      G
      GrowTru
    • RE: How can we define a hammer candle??????????????

      Single Candle Template

      posted in Questions & Answers
      G
      GrowTru
    • RE: How to run the same EA on two metatraders?

      Interesting, so each trade must have the magic number attached to the order number somehow but we can't see this. Useful to know.

      posted in Questions & Answers
      G
      GrowTru
    • RE: How to run the same EA on two metatraders?

      My assumption was that if you ran the same EA on 2 charts with different magic numbers, but used the "no trade" exists block, then the EA would check your account and see there was a trade already in existence despite it being produced by the EA with a different magic number because the account is a singular entity. I may be wrong on this.

      If I'm right then you could get round this by having each EA keep track of what's going on with the chart rather than the account. When the "buy now" block is executed it could add 1 to a variable so you know a trade exists, subtract 1 when closed. More complicated with SL and TP because a block isn't passed when these occur, perhaps look at current objects on the chart...

      posted in Questions & Answers
      G
      GrowTru