/2 in that adjusment
Posts made by TipsyWisdom
-
RE: how to draw middle horizontal between two horizontal lineposted in Questions & Answers
@saeed-2 if it works like that, get rid of the additional draw line block and just put in the formula block, "Adjust the result "/2
But that may only work if the 2 lines are price lines....or some other value.
It wouldnt be a candle, I believe you would select "Value" and just put the variable in the blank value spot
-
RE: how to draw middle horizontal between two horizontal lineposted in Questions & Answers
without knowing what you pulled the data from, because I'd opt for that info instead. But the slightly cumbersome way you could do it would be to draw a fib, anchored to the 2 lines that you identified. Then use the 50 level of the fib as the median
-
RE: how to draw middle horizontal between two horizontal lineposted in Questions & Answers
depends on the lines. Did you anchor them to something else? It may be easier to get the median data of the points you drew lines.
-
RE: Get individual values for multiple trades on the chartposted in Questions & Answers

this could be the array block. lol
hop on over to the MQL5 forums and just place custom code in here.
Atleast I thought Miro came up with an Array of sorts some time. Very complicated stuff though.
-
RE: Martingale EA with Trailing TP (by groups)posted in General Discussions
@fisch1414 https://fxdreema.com/shared/UfRfZW7Dc
fixed the link for you. As for the EA, see if someone else can address it
-
RE: How do I loop my EA?posted in Questions & Answers
if its increase, you're talking about a strategy commonly used called Martingale or Paroli. Another account suicide, balance draining maneuver.

Its in the money management section of the buy and sell blocks.
-
RE: How do I loop my EA?posted in Questions & Answers
@ijoh are you trying to increase the lot size or decrease it?
-
RE: Candle Open, Close Positionposted in Questions & Answers
@l-andorrĂ
thanks! Unfortunately that also counts for the current candle too, so if the current candle the trade was opened on will still close the trade rather than open of candle. -
RE: Difficulty drawing Fibonacciposted in Questions & Answers
Nice work! Glad we could be of assistance
-
RE: How do I loop my EA?posted in Questions & Answers
@ijoh thats a good start!

But as I said, you will take losses. Its more rewarding to accept them and figure out how to enter a trade better....exit better....or stay out of losing trades better
-
RE: I need help!posted in Questions & Answers
@mancuso I need $1,000,000.
Maybe its a language issue, but when I'm asking for help for something I try to use some manners.
Perhaps you can try something like, for each position, closed trade, find lot size, place into variable. Check if variable is above or below the specified # you are looking for...not sure how you need it. Then change the market time frame of next blocks
-
RE: Need Help with Indicator Cross Over Signalposted in Questions & Answers
- Use a separate no trade for buys and sells
- remove OR
- Put that condition that you want to put in place of where the OR is currently. Don't make that one a cross as well, it will present you with more tradeable scenarios
-
RE: lots optimizationposted in Questions & Answers
on your constants page, change it from INT to double. it should allow it then.
-
RE: Need Help with Indicator Cross Over Signalposted in Questions & Answers
just put that 2nd condition before the first one. But we cant help unless we know what were looking at
-
RE: Calculate Pip Distance between a channel indicator and put that into a Variableposted in Questions & Answers
Darek, this block may be your savior.
