could you bring a definition of your understanding of machine learning ?
Posts made by bk7
-
RE: Payposted in Questions & Answers
-
RE: MT5 speed is slowposted in Questions & Answers
@jsauter86 more than one order within 1 minute ^^
-
RE: Decrease numbers after the comma to an integer 0.00221010posted in Questions & Answers
show your code please and also the variable type!
-
RE: [SOLVED] Cannot manage a position countingposted in Questions & Answers
that can'T work the way you are doing this!
you should try to loop less in a more efficient way and also determine the order you want to loop something!
-
RE: How to check the last closed trade is closed by Stop loss?posted in Questions & Answers
@jerkha do you have a project to share, so we can have a look at it?
-
RE: MT5 speed is slowposted in Questions & Answers
@roar did you encounter any problems once you use hlc/hlcc prices?
-
RE: MT5 speed is slowposted in Questions & Answers
a lot depends on your internet connection on live trading as well, but that doesnt matter for backtesting.
i use for a backtest just a 3900x ryzen with nvme ssd, it outperforms any desktop intel chip by far. i once notized that an old xeon 2670 is as fast as a 8700k in terms of multicore backtest duration. -
RE: MT5 speed is slowposted in Questions & Answers
I think it is. But I noticed it depends a lot on the machine you are using for a backtest.
-
RE: MT5 speed is slowposted in Questions & Answers
@jsauter86 said in MT5 speed is slow:
What I did to improve speed is change modelling in 1-minute OHLC. Yes, @ZAHER-AHMAD I will be interested in a slower more efficient method when I need to iron out the details, but I'd like to run through quickly in the beginning of a thought in order to see if it generally works.
@bk7 No, it is just very simple stuff that I was running by "every tick based on real ticks." According to a google search however, many people say that MT5 is naturally slower in comparison to MT4.
the mt5 backtest should be of higher quality...
you can speed it up with the once a bar for the main calculation and the other stuff with more calculations... -
RE: MT5 speed is slowposted in Questions & Answers
What’s in your 20 Blocks?
Do you need to recalculate it on every tick?
What is your ping on mt5 and mt4?
You can run an analysis on mt5 which functions take how long... -
RE: Check positionsposted in Questions & Answers
Just one but you have to test it first on demo or a backtest.
Keep in mind, that stocks indices and so an have different pip calculations. This version should work for forex -
How to map the variables to a bufferposted in Questions & Answers
Any ideas how to map all the variables to a buffer ?
-
RE: Check positionsposted in Questions & Answers
this might help you first i would try the loop version and then the trailingstep, if both dont work out there is bit more complex way.... just let me know
-
RE: Buy close and sell close strategy, someone can do it?posted in Questions & Answers
@piotras10000
you need to specify clear entry rules:for long:
criteria 1: 3 bars in a row bull candles
criteria 2: the last 3 bars min candle size is xyzenter buy on 4th candle open and close on 5th candle open.
if you come up with a criteria like this we can help you!
-
RE: How can I integrate that custom code into fxdreema ?posted in Questions & Answers
i will have a look at the studio! thanks for your answer!
-
RE: How can I integrate that custom code into fxdreema ?posted in Questions & Answers
@miki said in How can I integrate that custom code into fxdreema ?:
@beatking or by hand
thank you for your answer!
what do you mean with by hand?
-
RE: How can I integrate that custom code into fxdreema ?posted in Questions & Answers
thank you for your answer, maybe someone can help me with that

-
How can I integrate that custom code into fxdreema ?posted in Questions & Answers
How can I integrate that code into an fxdreema ea?
any ideas suggestions help or stuff like this are very welcome
thank you in advance! -
RE: Renko trailing stop. (ENG/ESP)posted in Questions & Answers
tricky and a bit slow probably. but would be easier to think about it. if we see your project...