fxDreema

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

    Posts made by venetolibero

    • RE: Trailing stop (Group of Trades)

      __I discovered that the existing "Dynamic" option was actually in pips format instead of price level. So I renamed it and I added the price level option.
      The other option, I think it's not for this block, try "Trailing money loss" :)[/quote:1voggbtz]

      Thanks
      So I will try this block with no EA changes.

      posted in Questions & Answers
      V
      venetolibero
    • RE: Trailing stop (Group of Trades)

      With the next patch

      I have a request, can you add in Trailing stop (Group of Trades) block, under "Trailing Stop Mode" menù these 2 voices:

      1. Dynamic size (pips)
      2. % of profit (Current Price-Open Price)

      just like Trailing stop (Each Trade) block.

      THX
      venetolibero

      posted in Questions & Answers
      V
      venetolibero
    • RE: Compilation error

      __In your block 2 I'm not sure you want to use "Global variables in MT4" on the right side, you want to use "Value".[/quote:3itco8zj]

      😳 Good observation, thank !!

      posted in Bug Reports
      V
      venetolibero
    • RE: Compilation error

      __This is in the local version I guess. Can you check if for the first "Select Variable (right-click)" you have empty-looking, but not empty field, probably some space symbol is over there?[/quote:167kpoez]

      Same error also in "web" version.
      Maybe a Block "Modify Formula" code error, when i use a costant as number value, three spaces appear before Costant Name.

      posted in Bug Reports
      V
      venetolibero
    • RE: Compilation error

      Some little bugs in modify formula block

      // fxDreema block #16 (Modify "Formula" Results) //
      void block16(int _parent_=0)
      {
      	if (block16==false) {return;}
      	FXD_CURRENT_FUNCTION_ID=16;
      
      	=_value(50);
      	=;
      	=;
      	=;
      	// Result5 is not selected =;
      	
      	block9(16);
      }
      
      
      1. "=" before "__value(50)"
        2= "=;" (all three lines)
        unexpected errors

      bye venetolibero

      posted in Bug Reports
      V
      venetolibero
    • 1 / 1