@jstap Thank you again
Posts made by Uriel 0
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@jstap This MQL code, could be used on MT5, right?
-
RE: How do I round off Numbers?posted in Questions & Answers
@fxdreema Please sir, add on
**"Once per day block" :
-Hours component format
-Reset option**"Time filter":
-At certain option, on component format would be great too (This is just to get a simplest way to put hours without a lot of inputs)**Average calculation
**Get digits without put blocks and informationThank you:)
-
RE: help me .How to check profit (average)posted in Questions & Answers
@sidudu sorry, why put the same conditions on differents Events sections? I'm not sure if the logic is correct. But wow. I usually chech my conditions when I'm building the EA, here and on strategy tester, just to identify mistakes. You can also add an "arrow" to per each condition gotten, just to check if is working as you want. I think that you must to put all your conditions on "On tick" label, and divide the EAs (if are differents). Usually, bears and bulls don't behave on the same way, then, is suggested make a bearish and bullish EA per separated
-
RE: how to close position at open price of next candleposted in Questions & Answers
@maniamuthan i'm not sure about your condition, but you can try something like these


-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@jstap Oh, really thank you!
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@jstap Sorry, I updated https://fxdreema.com/shared/TYNmO0vQd
I'll check your suggestion
-
TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
Hello, I'm trying to do this function, but, looks that there are something wrong; there are any way to do this in an optimal way?
Basically, the formula is to get TP (based on H/L pips average from last 3 candles. How get them? subtracting [ (C1 H - C1 L) + (C2 H - C2 L) + (C3 H - C3 L) / 3 ] *10000 (5 digit)

I let to you the project, because there are some inconsistencies and I consider that the logic is right to me, but actually on Backtest work wrong . Thanks:)
-
RE: How to Calculate Pip Value for Different Digits Pairposted in Questions & Answers
@l-andorrà there are another way to recognize it without those blocks? I mean, adjust each one the number to multiplicate: 10, * 100, 10 000?
-
RE: load custom indicator to chart via custom code/ function on init?posted in Questions & Answers
@bk7 Thank you!! I'll try it
-
RE: load custom indicator to chart via custom code/ function on init?posted in Questions & Answers
@bk7 sorry, could you provide to me an example? Because I don't know how to do it. Thank You!!
-
RE: load custom indicator to chart via custom code/ function on init?posted in Questions & Answers
@bk7 After 4 years, did you get it?



