fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. bhadzLagayan
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 1
    • Topics 13
    • Posts 28
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by bhadzLagayan

    • Formula of % of Balance => Lots

      Anyone here knows what the formula of "% of Balance =< Lots"?

      I want to create a custom money management block that will calculate the lots to be use using % of balance but the balance is user input. I don't know what is the formula of that since it considers the pip value of the pair it trade.

      Thank you!

      posted in Questions & Answers
      B
      bhadzLagayan
    • Is the Check Profit (Unrealized) Block includes the commission and swap fee in calculation?

      Is the Check Profit (Unrealized) Block includes the commission and swap fee in calculation?

      posted in Questions & Answers
      B
      bhadzLagayan
    • Applying to be an affiliate of FXdreema.

      Hello FXDreema team,

      I wanted to express my appreciation for your amazing platform, which I have been using as my main workstation for Algo Trading. I also wanted to inquire if you would consider me as an affiliate for your website. Over the years, I have conducted free webinars and taught around 120-140 people, and I believe I could be a valuable Sales Agent/Affiliate for your platform.

      Becoming an affiliate would greatly help my income, and I am more than willing to teach others how to use your platform. I am also open to working full-time as an affiliate if you consider me for this role. I am passionate about your platform and believe that I can effectively promote it to others.

      Therefore, I would like to request that you consider implementing some sort of affiliate program. Thank you for providing such an incredible platform, and I hope you have a great day.

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: fxDreema affiliate

      @fxbam yeah, me too. I am actually teaching FXdreema for living now and that affialite thing would help me alot. Hoping in the future.

      posted in General Discussions
      B
      bhadzLagayan
    • RE: fxDreema affiliate

      I am actually teaching FXDreema now to a number of clients. I am not actually advertising it because I do not think of any incentive of doing so. This could be really great for the site, @fxDreema.
      You ca use https://www.refersion.com/ for this. Believe me, this will be Viral if those long time users have an affiliate package.

      I would do this full time if that happens! Hope you can consider this. You be giving a lot of your FXdreema users extra jobs! More Power to you!

      posted in General Discussions
      B
      bhadzLagayan
    • RE: Check Profit (unrealized) Take Profit point not showing

      Hi! no you cant see the line using the check average line.

      What I did for that old project is I simulated a line using drawline method and refer to the last trade as the starting point.

      I created a loop that will compute for the profits of the trade, convert it to a single value, then plot using drawline.

      Goodluck!

      posted in Questions & Answers
      B
      bhadzLagayan
    • Making a SubWindow indicator

      Hi! I have multiple computation that I want to TRACE on a subwindow?
      I have the computations but I was wondering how can I plot it? thanks

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: Edit EA Variables on chart

      Hi! thanks for noticing. Yes. I have several.

      posted in Questions & Answers
      B
      bhadzLagayan
    • Edit EA Variables on chart

      Hi! How can I make a Trading panel that I type into to change the variables in the settigns pannel without opening the EA properties?

      like the is a part in the chart where the EA is attached to that takes the SL, TP and lot size.

      thanks

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: Call a function for calculating next higher timeframe ** SOLVED **

      Thank you for the reply. Turns out you can directly code.

      You can call the function Period(). This will give you the current timeframe then use if else or swtich to lower it down.

      If ( Period() == PERIOD_H4 ) TF = PERIOD_H1;

      Not elegant, i know, but works. Just make sure that the TF is a variable with a ENUM_TIMEFRAMES as the type.

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: remotely send Set files to EA

      I kinda looking into that option but what I am looking for is the Terminal to Terminal Communication/file transfer/control sort of thing

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: remotely send Set files to EA

      Yeah.

      I have a trading group that relys on the weekly optimized set file. having that function can really help everyone.

      Hello sir Fxdreema, would like some insights. hehe

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: Call a function for calculating next higher timeframe ** SOLVED **

      will this work in reverse? like I need the next lower timeframe?

      posted in Questions & Answers
      B
      bhadzLagayan
    • Timeframe Conditions Problem

      Hi! I need help.

      How can I do this. I want to work on my the lower timeframe of my chart timeframe.

      For example, my EA is attach to H4 but I need to work on conditions at a the next lower timeframe.

      its like,

      if Current timeframe is H4, may calculations in H1.

      Does anyone know how to do this? thanks!

      posted in Questions & Answers
      B
      bhadzLagayan
    • remotely send Set files to EA

      Hi! I manage a group that uses my EAs to trade. Our current set up is I optimize the EA, upload the set file and the clients will update their EAs on their terminals.

      Question is, it their a way the we can send set files automatically via a remote/main computer/Terminal?

      Some suggested I just use Copy Trading but It kinda defeats the purpose of the group that they learn how to use an EA. So thats out of the options.

      thanks!

      posted in Questions & Answers
      B
      bhadzLagayan
    • MT5 to Telegram group

      Hello guys!

      I am trying to build an EA that sends signals to a telegram group. I do not need a screenshot, just the signal from all the charts in a MT5 terminal.

      I just want this formal

      "GOLD BUY NOW @ 1797.50-1795.50

      sl @ 1793

      TP 1 : 1799
      TP 2 : 1802
      TP 4 : 1807"

      I there a way that I can build it in FXdreema?

      posted in Questions & Answers
      B
      bhadzLagayan
    • getting the money value profit of last closed trade

      I want to get the value of the profit(in money) of the last closed trade and use it in my calculations for the existing open trade.

      Example
      trade 1 (closed) = -10USD

      Then I will use that "-10USD" in some calculations for trade 2.

      Thanks

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: Counting consecutive losses

      Thank you very much for this! it works!

      posted in Questions & Answers
      B
      bhadzLagayan
    • Counting consecutive losses

      Hi guys, Is their a way to count the consecutive loses?

      example
      trade 1 SL
      trade 2 TP
      trade 3 TP
      trade 4 SL
      trade 5 SL
      trade 6 SL
      trade 7 SL

      Consecutive losses is 4.
      is their a way I can get that "4" in that sequence, so on and so fort?
      thanks

      posted in Questions & Answers
      B
      bhadzLagayan
    • RE: MQ5 convertion to MQ4

      This works, Thank FXDreema!

      posted in Questions & Answers
      B
      bhadzLagayan
    • 1
    • 2
    • 1 / 2