- Search Energy EXCH
-
PaulMF replied Apr 9, 2021That's not true. What the John4y asked is possible. I said to him that it was possible and I just answer to you that it is possible because you said it is not. That's not true. There is still a solution for those things you comment: - No need of ...
I will code your EAs and Indicators for no charge
-
PaulMF replied Apr 9, 2021It hasn't to be done with an EA. Indicators and Scripts can also do it.
I will code your EAs and Indicators for no charge
-
PaulMF replied Apr 9, 2021Yeah. The Reset button only shows back the last removed one. Anyway, that was just an example (quickly created) showing that this is possible. If I get some time later today, I will create one with that logic.
I will code your EAs and Indicators for no charge
-
PaulMF replied Apr 9, 2021Yes! Really good this week. Withdraw some money and enjoy the weekend
Nice paper backtest, probably will fail in the future, why? :(
-
PaulMF replied Apr 9, 2021You don't get the point of caviarblue. What caviarblue says makes sense. Proportionaly increasing the daily loss. Anyway, what would you expect from FTMO... These FTMO boys are just interested in the participation fees. Trading is not their business. ...
FTMO - For serious traders
-
PaulMF replied Apr 9, 2021Those lines have to be between curly brackets because they make use of the variable i. This variable changes its value in each iteration of the for loop.
Variable declaration question: for loop
-
PaulMF replied Apr 8, 2021This is also valid: int i = 0; for(;i<UncountedBars;i++) { ... } It doesn't have to be between curly brackets.
Variable declaration question: for loop
-
PaulMF replied Apr 8, 2021It is not very challenging! Easy for a programmer. One just has to read the documentation.
I will code your EAs and Indicators for no charge
-
PaulMF replied Apr 8, 2021Ok, John4y. Just created a simple example. Find attached an MT4 EA that will close and show back the window you want. Instructions: - Attach the EA to a chart. - Add any indicator (or even several indicators to the same window). - Click the number ...
I will code your EAs and Indicators for no charge
-
PaulMF replied Apr 8, 2021Yes, it is easily done in MQL5: ChartIndicatorAdd ChartIndicatorDelete It is also possible in MT4 with a different approach. Anyway, the mosiskv alternative is good.
I will code your EAs and Indicators for no charge
-
PaulMF replied Apr 8, 2021TradingView is for fancy traders. It isn't a real trading platform. Just a fancy community with fancy charts. MT5 corrected mistakes of MT4. They later found that most traders were ignorant and they had to introduce the so called Hedging (wrongly ...
MT4 or MT5, Which do you prefer?
-
PaulMF replied Apr 7, 2021[Common] Login=LOGINNUMBER [StartUp] Expert=MyEAs\EA_to_test.ex5 Symbol=EURUSD That works. [StartUp] instead of [Experts]
Running ex5 script from command line on Windows?
-
PaulMF replied Apr 7, 2021
Now, this thread is reallly interesting!Nice paper backtest, probably will fail in the future, why? :(
-
PaulMF replied Apr 7, 2021Yeah, I know it is being used to print the trend line. I just trying to say that it is a nonsense calculation. Why having to calculate the same value on every tick? It can be set on a global variable: pr = 0.05128205....
Metatrader 4 script meaning
-
PaulMF replied Apr 7, 2021If that happens, then you should start again and run it on a real account right after tsunami!
Nice paper backtest, probably will fail in the future, why? :(
-
PaulMF replied Apr 6, 2021Probably, because in the second version, the following part of code "Trade = 0" is sometimes not reached. Anyway, not enough information. Also, I wouldn't use open prices for that purpose. I would use open times.
Assistance with understanding difference in logic of 2 codes
-
PaulMF replied Apr 6, 2021They don't usually use a platform. Or they just create one for themselves.
Mt4 retailers
-
PaulMF replied Apr 6, 2021pr = 0.05128205....


It's a nonsense line of codeMetatrader 4 script meaning