fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. KLG
    • Profile
    • Following 14
    • Followers 0
    • Topics 3
    • Posts 51
    • Best 7
    • Controversial 0
    • Groups 0

    KLG

    @KLG

    7
    Reputation
    16
    Profile views
    51
    Posts
    0
    Followers
    14
    Following
    Joined Last Online

    KLG Unfollow Follow

    Best posts made by KLG

    • RE: **Stop Loos for group/grid**

      @l-andorrà @jstap

      Thank you guys , i don't know how i did not think about it like this way 😅

      Screenshot 2024-12-15 174610.png

      sometimes taking a break will brings you hints 😊

      posted in Questions & Answers
      KLG
      KLG
    • RE: Introducing Gold Hunters MT5 EA

      @amincgi thanks, this is helpful

      posted in Tutorials by Users
      KLG
      KLG
    • RE: enum MA methods

      @Dave-Sapphire

      Hello mate,
      look at the example below

      MA type ENUM.jpg

      posted in Questions & Answers
      KLG
      KLG
    • RE: Introducing Gold Hunters MT5 EA

      ........

      posted in Tutorials by Users
      KLG
      KLG
    • RE: Trail stop not working at all

      any block needs to be connected to at least on other block to work,
      once per day will pass the "block activation" to the block next to it once per day ,
      i would recommend you separate the trailing stop block like this ( [ If position ]=>[ Trailing Stop ] ) since you want the "trade" once per day not the "trailing stop"

      posted in Questions & Answers
      KLG
      KLG
    • RE: The comment box doens't work

      string should work ! , I have used it before and its worked fine with me

      posted in Questions & Answers
      KLG
      KLG
    • RE: The comment box doens't work

      @l-andorrà yes , i checked it now
      .
      .
      .

      Comment .png

      Comment 2.png

      posted in Questions & Answers
      KLG
      KLG

    Latest posts made by KLG

    • RE: The comment box doens't work

      you are welcome

      posted in Questions & Answers
      KLG
      KLG
    • RE: My biggest project so far

      @jstap yes you are right, if you have a big project in FXDreema it will be annoyingly very slow in the back test, i save the project to mq5 file to copy the code to Claude 4.6 sonnet, but first you have to prepper the AI to get familiar with fxdreema MQL and the new MQL that is more efficient,
      make it study the documents of MQL5 then give it the code.,

      also you are right about the complicated projects, sometimes the simpler the projects is the better bot you will get.

      posted in General Discussions
      KLG
      KLG
    • RE: My biggest project so far

      lately i have been using Claude to translate my projects code (mq5) to the new MQL

      posted in General Discussions
      KLG
      KLG
    • RE: My biggest project so far

      Fxdreema uses old MetaQuotes Language which is not CPU and Memory efficient,
      now MQL is updated its faster, very light and efficient than what fxdreema uses

      posted in General Discussions
      KLG
      KLG
    • RE: The comment box doens't work

      @l-andorrà yes , i checked it now
      .
      .
      .

      Comment .png

      Comment 2.png

      posted in Questions & Answers
      KLG
      KLG
    • RE: Problem generating Oninit code?

      Data Export Limitations
      For example, exporting custom indicator data may require additional configuration beyond basic OHLC and volume data.

      posted in Questions & Answers
      KLG
      KLG
    • RE: Problem generating Oninit code?

      Use the "Write to File" Block
      files should be saved to the MetaTrader Files folder (typically MQL5/Files/).

      Step-by-Step Setup:-

      -Add the "Write to File" Block into your event handler (e.g., OnInit, OnTick, or OnTimer)

      -Set the filename (e.g., data.csv)

      -Define Data to Export: Connect data blocks (variables, OHLC data, indicator values) to the 'Write to File' block

      -Set Write Mode: Choose between REWRITE (overwrite) or APPEND (add to existing file).

      posted in Questions & Answers
      KLG
      KLG
    • RE: The comment box doens't work

      string should work ! , I have used it before and its worked fine with me

      posted in Questions & Answers
      KLG
      KLG
    • RE: Introducing Gold Hunters MT5 EA

      ........

      posted in Tutorials by Users
      KLG
      KLG
    • RE: Introducing Gold Hunters MT5 EA

      @amincgi thanks, this is helpful

      posted in Tutorials by Users
      KLG
      KLG