fxDreema

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

    bhadzLagayan

    @bhadzLagayan

    2
    Reputation
    236
    Profile views
    28
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    bhadzLagayan Unfollow Follow

    Best posts made by 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: 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

    Latest 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