@ontradingx That is not a 15 seconds period but a 45 minutes period. You can use a 'time filter' block and specify that period there.
Posts made by l'andorrà
-
RE: Candle Timeposted in Questions & Answers
-
RE: Enter before daily candle close....?posted in Questions & Answers
@marcussmale You can use a 'time filter' block below your 'once per bar' block and then specify there when you want to open your daily trade. I don't know if that can conflict other blocks. Can you please share the link to your project?
-
RE: percent of the candle.posted in Questions & Answers
@yazar-ilyas Ok. So if I understand it correctly you want the signal to be delivered when body size increased by 10%. But should it happen from which moment exactly? Are you considering the first pip of each new candle? Then you will get tons of signals.
-
RE: How do I round off Numbers?posted in Questions & Answers
@jstap We should suggest the admin to extent that feature to the 'comment (ugly)' block too.
-
RE: martingalposted in Questions & Answers
@ibrahim-3 Can you please specify more? What do you exactly need?
-
RE: why does draw a line once per bar not workposted in Questions & Answers
@crazycnw No. They are removed when you terminate the EA.
-
RE: EA with ma200posted in Questions & Answers
@gggvvvv Doing it using so many condition blocks will make the EA to open many more trades than planned. You should add a second condition bock on each branch limiting the pip range to be applied. For example, you can specify the minimum pip range for the segment is it supposed to be active. I hope this helps.
-
RE: percent of the candle.posted in Questions & Answers
@yazar-ilyas What do you exactly mean by 10%? A 10% for the body size or the whole bar?
-
RE: Close in profit and MT5 complete optimizationposted in Questions & Answers
@gooseman Why don't you try OHLC on a first optimization try and then moving into ticks when optimizing. That would identify the most potential option without consuming so much 'fan requirements'.
-
RE: EA with ma200posted in Questions & Answers
@gggvvvv Do you have any initial project to begin with? I will give a hand.
-
RE: Tutorial : Working with ex4 & ex5 indicator fileposted in Tutorials by Users
@anselem Good for you man! Congrats.

-
RE: Tutorial : Working with ex4 & ex5 indicator fileposted in Tutorials by Users
@len-1 Man, this smells like a problem with the indicator's code.
I guess you will need a programmer here to fix it, I'm afraid. -
RE: How to move stop loss based on percentages?posted in Questions & Answers
@gtoat777 Al trailing stop blocks need to be used on the 'on tick' tab all the time. Otherwise price info will not be updated.
-
RE: why does draw a line once per bar not workposted in Questions & Answers
@crazycnw You can do it this way:

-
RE: MODIFY TAKE PROFIT IN GRIDposted in Questions & Answers
@joao-4 But are both programmed at the exact same time? Or should the fisrt one be modifed after the second is open?
-
RE: Stochastic O + Bollinger Bandsposted in Questions & Answers
@sergelen3294 You can use Momentum as a quick detector. If Momentum rises abruptly in a short period (5 or so), you can close trates immediately.
-
RE: Close Open Position After 'x' Minutes With Crossover Conditionposted in Questions & Answers
@ozonevista Both 'close trades' settings are correct but no 'condition' blocks should be connected below them. If those trades were open with a different condition then yo should use variables.
-
RE: Background option doesn't workposted in Bug Reports
@fxdreema If I understand you correctly, that option should be automatically selected/deselected. However, it doesn't work unless I change it manually and that is someting I don't want to do if fxDreema can do it automatically.
