@Rsendo
Manybe that were simply old objects. Many indicators have difficulty in removing old objects, in particular, at fast execution like backtesting
Posts made by sktsec
-
RE: El indicador se duplica en backtestposted in Questions & Answers
-
RE: convert an EA MQL4 to .EX4posted in Questions & Answers
Provided you have MT4 installed, just click the mql file to open it, then press the compile button
-
RE: Can a "last theoretical closed trade" test be done in FXDreema?posted in Questions & Answers
@MTAB
Sure you can try looping back the candle to see if the condition is satisfied.In case of touching from above, use 2 bool variables to denote the candle status. One for the candle above the indicator line, another for candle cut the line
-
RE: Broker & VPS reviewposted in General Discussions
@Tulefi said in Broker & VPS review:
@sktsec From a lot of painful experience, a home VPS is not great if your strategy relies on swift execution.
Only an Ad would say so
-
RE: Broker & VPS reviewposted in General Discussions
@Tulefi
Fast VPS is costly. Better run EAs using home PC.Marketings often over-emphasize on execution speed, and is even misleading.
-
RE: MT5 two EAs at same time on same account but only one is tradingposted in Questions & Answers
Have you try setting different magic numbers?
-
RE: I can't manage MAX AND MIN SPREAD SHOWING on chart when spread is floating.posted in Questions & Answers
@LooG
Have you try using custom indicator and setting the buffer using the value of ask-bid ? -
RE: global functionsposted in Questions & Answers
@calabria123
Manually put it in the global scope of source code could make it work. -
RE: 请教一下,这个要如何才能实现?posted in Questions & Answers
@l-andorrà
His problem is not well defined and cannot be solved no matter what the language is.First of all, he asked how to define A.
-
RE: Recover deleted file - indicatorposted in Questions & Answers
@neji63
Indeed the platform does not save any indicator uploaded. It just analysis the indicator code to get the information of input variables and output buffers.One way to recover deleted file is to use recovery software (like Rescuva), but it is not 100% working. Maybe you better get help from friends who are familiar with IT.
By the way, what is the indicator? can't you download it again somewhat else ?
-
RE: Using Object to enter tradeposted in Questions & Answers
@Masterfg
You selected attribute text or string to compare with numerical value -
RE: display the entered timeframe constantposted in Questions & Answers
@RGoo
Both Period() and _Period return the current period as integer. Say, 60 means 1 hour. -
RE: Web Request - $EVZ (barchart.com)posted in Questions & Answers
How can you request data from barchart.com ?
-
RE: RSI 50 CROSSposted in Questions & Answers
@fortune-na
You start with no position., no TP no SL. That means when a trade open, either buy or sell, there won't be any more trade then. Try removing "no position".BTW, better set a SL.
-
RE: Missing block on next dayposted in Bug Reports
@fisfro
Be careful when 2 PC working on the same project. I used to do this and ran into strange error