fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. jacksonrileeye
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by jacksonrileeye

    • RE: Retrieve specification info and put it into a variable.

      This has solved the problem.
      Screenshot From 2026-08-21 19-17-13.png

      posted in Questions & Answers
      J
      jacksonrileeye
    • RE: Retrieve specification info and put it into a variable.

      In the MT5 terminal there is a value that is set by brokers called the maximal volume. There is a minimal volume value also. Apparently there is a function called "SymbolInfoDouble" that allows the retrieval of symbol information from the specifications tab. You can use it like this apparently (according to AI): double max_volume = SymbolInfoDouble(_Symbol, SYMBOL_VOLUME_MAX);
      But in fxdreema there isn't any way to retrieve information like "maximal volume" from the specifications tab. This screenshot (if it uploads) shows maximal volume listed under specifications.
      /home/j/Pictures/Screenshots/Screenshot From 2026-08-21 06-25-55.png

      Screenshot From 2026-08-21 06-25-55.png

      posted in Questions & Answers
      J
      jacksonrileeye
    • Retrieve specification info and put it into a variable.

      I want to be able to retrieve a value from the symbol specifications of the currently opened chart symbol (specifically the maximal volume value) and then just put it into a variable listed under "Variables" so I can then use it elsewhere for other purposes.

      posted in Questions & Answers
      J
      jacksonrileeye
    • Bucket Of Trades Dilemma

      Hello, I really wanted to refrain from having to posting on here but I am not a programmer and programming really isn't my thing however, I like trading and finding unique solutions to problems so here I am with a problem that I am struggling to solve.

      Explanation: I am making an EA and it involves using the "Bucket of Trades" block. My EA uses mathematical formulas that employs values from the "Bucket of Trades" like opening prices and accumulative lot sizes. Everything seemed fine until I encountered a problem. Once a position is opened the details of the order is filtered into the "Bucket of Trades" however, once the position became closed the order details remained, this is a problem since I intend to only use the information of positions that are open but as I said once a position is opened the information remains in the " Bucket of Trades" even if the position may become closed in the future. Is there some way for me to have "Bucket of Trades" to only tally information for trades/orders that are currently running and then exclude that information once the trades/orders close as to not ruin my calculations? Sort of like a "Bucket of Running Trades" or "Bucket of Open Trades"?

      Any help on this issue would be appreciated, thank you.

      posted in Questions & Answers
      J
      jacksonrileeye
    • 1 / 1