@l-andorrà no sir, inside bars high && low should be inside on Mother Bars High && low too..
Posts made by deathkid13
-
RE: Logic For Multiple Inside Barsposted in Questions & Answers
-
RE: Create time stamp for optimisationposted in Tutorials by Users
@jstap yes sir I mean, for this to show on Comments Properly, should I put it as Start + Relative to show on comments when is the proper time for it to End?
-
RE: Logic For Multiple Inside Barsposted in Questions & Answers
technically sir, to define the Mother Bar, I need minimum of 2 inside bars. Now, not all the time after 2 bars the next candle will be breakout candle right?
that is why, I need to check if the next formed candle closed is a breakout candle, another inside bar or a candle that Invalidates the mother bar

-
Logic For Multiple Inside Barsposted in Questions & Answers
Hi guys, I need to get the loop logic for Multiple Inside Bars.
The condition is this: Mother Bar has initial 2 candle inside.
so Basically it will be Candle 1 & 2 High/Low is inside Mother Bar High/Low
Now, if new candles formed high/low is still inside the Mother Bar Range I should Get its candle IDs.
Now if a latest candle CLOSES below or above mother bar range, I need to get the ATR Average Value from the breakout candle to the Mother Bar.
-
RE: Create time stamp for optimisationposted in Tutorials by Users
@jstap hello sir, does it work even on MT5?
-
RE: How To Get the New Candle Range + Average of ATR from the Rangeposted in Questions & Answers
@l-andorrà I do know loops but I do not understand how it works adding NewBars. I do know how to get averages tho. but for new bars no.
-
RE: How To Get the New Candle Range + Average of ATR from the Rangeposted in Questions & Answers
@l-andorrà yes sir, all ATR Values of that Range before the breakout, not just the Highest and Lowest
-
How To Get the New Candle Range + Average of ATR from the Rangeposted in Questions & Answers
Hi guys, can you help me to get the all New Candle Bar that is Formed from the Initial Range.
Example Logic:
Initial Range = Candle 1-10 Highest and Lowest < averageATR of that candle Range.
now, sometimes newly formed Candles wont break the range immediately so the candle Range will Increase right?
That is what I want to get, as long as the new candle bars is formed inside the range keep on getting its candle range.
then if a Latest Candle 1 breaks the range either high or low, I want to get the average ATR of all of the candles inside that range.
-
RE: How to get the Average Value of the Indicator for nBarsposted in Questions & Answers
@jstap thank you sir! another question sir, what if my Range is based on time?? how do I get my average ATR for that range???
-
RE: How to get the Average Value of the Indicator for nBarsposted in Questions & Answers
@jstap hello bro, I just wanna ask about something on this code because i don't quite get it.on the For Loop, you put index on the end of iATR but on mt5 documentation it doesnt need candle index parameters but it works. Can you please enlighten me how this works? I don't get it from just the documentations
-
RE: Check Distance Price Fractionposted in Questions & Answers
@jstap sorry for the late reply bro, so if I remove all the pip rules in settings, it will use points instead of pips on any pair right?
-
How to get the Average Value of the Indicator for nBarsposted in Questions & Answers
Hi guys, I need help to get the Average Value of the Indicator (e.g ATR) for nBars.
Example:
I need to get the Average Value of ATR for 20 Candles.You can suggest how to do it using Custom Code or Blocks.
Thanks
-
Check Distance Price Fractionposted in Questions & Answers
Hi Guys! on Check Distance Block, when I use the Value - Pips - I mean as a price fraction.
Technically if I use the Price Fraction should be converted into Pips right??? but when I tested it on mt5 it use as points not pips.
-
High/Low Based Trailingposted in Questions & Answers
Hi guys, i need help to do my logic of trailing stop on fxdreema.
For buy position
If Candle 1 Close breaks the Recent Highest Candle Move SL on the Low of that Recent Highest CandleFor sell position
if Candle1 Close breaks the Recent Lowest Candle Move SL on the High of the Recent Lowest Candle -
MT5 Fast vs Slow Optimizationposted in Questions & Answers
Hi guys , as per the titles says , which one do you use to optimize your EA? Fast or Slow?
I do know that slow uses every possible combinations while fast picks some of the "best" as per mt5.
Can you share your thoughts on this which one is better?
-
RE: GMT Time not Working as expectedposted in Questions & Answers
@jstap so for better backtesting specially when using vps to deploy an ea , server time is the best option?? coz it uses chart time?