Loop itself is a block. Formula (has selection of body size) is also a block.
Posts made by sktsec
-
RE: Average Body Sizeposted in Questions & Answers
-
RE: Average Body Sizeposted in Questions & Answers
Yes. This will work:
Loop for candles id (10 times) --> formula (add body pips on a sum) --> the final sum (after looping) is what you want
-
RE: Community Project: Here is a profitable EAposted in General Discussions
A lot of EA could be "profitable in backtest" but not in live trading.
Your algo triggered buy when
- RSI < 20
- MA cross above
- preceded by a bull candle with relatively large body
In reality, in so called oversold, there is often a bull candle and then the market continue to fall
-
RE: Why this error is coming ?posted in Questions & Answers
The error message itself has told you the problem
-
RE: BackTesting different from live tradingposted in General Discussions
It's normal that backtest result is unlike live one, in particular, MT4. MT5 may be better.
Simply because backtest is not live
-
RE: why this EA dosnt work?posted in Bug Reports
The EA works, just your conditions have yet been met
-
RE: Best way to learn?posted in Tutorials by Users
Start a small project
condition --> once per bar --> buy/sell
Learn coding is good as you can do your own customized indicator
So you wouldn't waste time on customized indicator with unknown details -
RE: indicator create errorposted in Questions & Answers
You should also put the indicator in the MQL indicator folder
-
RE: Error In Journalposted in Questions & Answers
Does the error affect your computation or can you neglect it?
-
RE: CLOSE TRADES block not workingposted in Questions & Answers
Close what trade? Do you have any trade?
-
RE: Start variable in parabolic SARposted in Questions & Answers
The one in MT4 do not have the start parameter. You may use customized indicator instead
-
RE: Constants name is now limited ?posted in Questions & Answers
@Steven888
I was also aware the limitation as I often used long name.In your case, you may try to manually edit your saved config file of the optimized EA parameters. As I can recall, it is just a text file with a list of variables set to specific values
-
RE: In-block variable name was altered after savingposted in Bug Reports
@jstap
Thanks for your help. Yes, the boxes worked well with variables as alwsys. Just the case I specific did not work.