fxDreema

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

    Posts made by len 1

    • RE: If close parent trade resulting in boolean to close all resulting children trades

      @l-andorrà THERE IS an original trade from which the others result from (if trade button), and it results in opening up subsequent trades that follow, I am tlking about closing out the first trade of all of them.

      posted in Questions & Answers
      L
      len 1
    • RE: If close parent trade resulting in boolean to close all resulting children trades

      If I open a trade and then multiplies trades, and it goes positive for 3 minutes and then in 10 minutes go severely negative, is there a way to close the first trade (that all other trades multiplied from) and by doing so, close every subsequent or following trade by doing that one action? Thanks

      posted in Questions & Answers
      L
      len 1
    • If close parent trade resulting in boolean to close all resulting children trades

      Hello friends...
      So, if there was a parent trade made by conditions, that multiplied because of conditions set forth, and now there are multiple trades. Suppose 20 have resulted as a result of those conditions....
      Is there a way to close all the trades instantaneously, if the parent trade is manually taken out or closed? I suspect a boolean would be needed here, but the question is what blocks could be used for that? So far I have looked at "For each Closed Trade" (Magenta tab) but shouldnt that be at the top of each sequence? Same as "For each Trade"(Magenta tab)....OR, the "check how it was closed" (light pink) tab?
      Or "If trade/order" tab (blue tab)?
      I know they could be used, but all I want to do is to identify if a PARENT trade was manually closed and once that happens, close out its entire family of trades.

      Thanks...I appreciate all of your help. Thanks
      Len

      posted in Questions & Answers
      L
      len 1
    • RE: So, about custom code blocks and absolute values, suppose I want the difference between 2 lines, but just want the absolute value

      @l-andorrà so then is this absolute distance in pips or ?....
      For example, if I have a moving average that is at 86.795 and another at 8.830, is the distance .035 or is it 3.5 pips? or how will that absolute distance be registered?

      posted in Questions & Answers
      L
      len 1
    • Is there any way to save a secondary project with another name without overwriting

      So say I have a project A, (and I want to add more steps and not sure if it will work), but I add some steps into the bot. Instead of saving with a new name, like project B and overwriting everything I previously programmed, is there a way to keep project A, without having to copy and paste every step?

      posted in Questions & Answers
      L
      len 1
    • RE: Open discussion on defining end of trend

      It sounds like you got some secrets that you respectfully you opt others not to share. This whole forum is on making each other better.

      posted in General Discussions
      L
      len 1
    • RE: So, about custom code blocks and absolute values, suppose I want the difference between 2 lines, but just want the absolute value

      As always, youre the best L'Andorra! This should help me with something. I am going to resume soon. Thanks

      posted in Questions & Answers
      L
      len 1
    • RE: How do I get absolute value of a number?

      If I was to look at the difference between two moving averages and put those values into a variable, how do I position my blocks to include the varNumber=Math
      Abs(varNumber) into a variable? Is there an order to which I would do that? and when it comes time to compare the values in a condition block, do I use a variable or do I use custom code blocks?

      posted in Questions & Answers
      L
      len 1
    • RE: So, about custom code blocks and absolute values, suppose I want the difference between 2 lines, but just want the absolute value

      So, should I make boolean if I wanted to choose whether to multiply by -1 if negative and just +1 if positive? I wanted to compare candle stick ma's by comparing their absolute value distances, but I was thinking the custom code block may minimize the amounts of blocks I need to do the same thing

      posted in Questions & Answers
      L
      len 1
    • Trailing stop

      Are these JPGs really not here, deleted, or uploaded incorrectly?

      posted in Questions & Answers
      L
      len 1
    • RE: Getting Current Market Price and writing it to a Constant

      So then, how are you using ask or bid? If they are all just relative definitions, then what are you using to standardize your meaning of it relative to the current price?

      posted in General Discussions
      L
      len 1
    • RE: Getting Current Market Price and writing it to a Constant

      IF this is true "The bid price represents the maximum price that a buyer is willing to pay for a share of stock or other security. The ask price represents the minimum price that a seller is willing to take for that same security" Is it right to say, when calculating the distance of retracement when in a sell, you would use the bid from the opening price distance, and when a buy, you would use ask relative to opening price? I always get these mixed Ultimately I am trying to find a best way to get current price as it is dynamic and use that distance from opening price to calculate a break even point or trailing stop so, spread is never an issue anymore. How to get current price as it is?

      posted in General Discussions
      L
      len 1
    • So, about custom code blocks and absolute values, suppose I want the difference between 2 lines, but just want the absolute value

      Re: How do I get absolute value of a number?

      How do I use the MQL Code Block to display the number I am seeking? For example I want the difference of Two moving averages and I have a value whether positive or negative and then I use the code Block, then what follows the code block? I ultimately want to display the absolute value on my screen but I am not sure how to put it into comment ugly

      posted in Questions & Answers
      L
      len 1
    • Using Indicator Visible/Indicator Appear, not able to use arrows although input parameters and buffers are used, Any suggestions?

      0_1639837316038_Screenshot (464).png 0_1639837331517_Screenshot (465).png

      So notiice here I inputted the parameters and Have also include buffer 0 and buffer 1 as the buy and sell arrows. The code did not have any color reference that I could find in the input tab on the picture and I wasnt sure if I needed to specify MA Trend Line method, either.

      Can you please advise if this is close to attempting to properly use the buffers to get a signal for an arrow? How can I use the indicator appear or indicator visible if I cannot get the arrow to be detectable?

      posted in Questions & Answers
      L
      len 1
    • RE: Tutorial : Working with ex4 & ex5 indicator file

      @l-andorrà Yeah, well, have to ask to find out anything. I appreciate it!

      posted in Tutorials by Users
      L
      len 1
    • RE: INDICATOR RISE FALL

      @miro1360 Hi Miro.
      Are these defaults that have to be followed and/or are there minimums to be followed?

      posted in Questions & Answers
      L
      len 1
    • RE: Tutorial : Working with ex4 & ex5 indicator file

      @len-1 0_1639489602807_Screenshot (460).png

      Here is the copy of the edit indicators page

      posted in Tutorials by Users
      L
      len 1
    • RE: Tutorial : Working with ex4 & ex5 indicator file

      @xfire I am just wondering what is wrong in this. I have copied the input parameters but I keep getting the pink compliation errors. I did correct them but I still don't know why I am getting them![alt text](0_1639489493543_Screenshot (458).png image url)

      posted in Tutorials by Users
      L
      len 1
    • ANY WAY TO GET PIP DISTANCE BETWEEN UPPER BOLLINGER BAND AND LOWER BOLLINGER BAND?

      I HAVE TRIED THE CONDITION BLOCKS SUBTRACTING LOWER BAND FROM THE HIGHER BAND BASED ON OPENING AND OR CLOSING PRICE AND I MULTIPLIED THAT DIFFERENCE BY 10000 AND PLACED IT ALL INTO A VARIABLE AND PUT ONTO THE COMMENT UGLY DISPLAY....

      I KEEP GETTING A ZERO PIP AMOUNT

      THANKS

      posted in Questions & Answers
      L
      len 1
    • Abrupt losses at a new high or new low...how to avoid, detect, and end loss quickly; maybe reverse trade?

      Candle ID0? Impossible.
      Market Price? Doesn't work on present candle, at least for what I have put together
      Cross of previous candle midpoint?!!
      I even tried dropping to a lower time frame from a 1 hour to a 15 minute....

      I STILL CANNOT ISOLATE THAT DEADLY CANDLE THAT INTIATES ALL THOSE LOSING TRADES...

      AAAAAUUUUUUGHHHHH!! CRY. LOL 🙂

      Better through a picture... 🙂 I appreciate any input!! THANKS

      posted in Questions & Answers
      L
      len 1
    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 1 / 9