Monte Carlo Predictor MT5
35 USD
ダウンロードされたデモ:
301
パブリッシュ済み:
27 9月 2018
現在のバージョン:
3.3
Didn't find a suitable robot?
Order your own one
on Freelance
フリーランスにアクセス
Order your own one
on Freelance
取引の機会を逃しています。
- 無料取引アプリ
- 8千を超えるシグナルをコピー
- 金融ニュースで金融マーケットを探索

Hi Evgeny.
I'm using MC Predictor, Box Profile and DSD, thanks for those greats indicators.
I would like to suggest that you use threads or even GPU to improve MC Predictor performance, I've an workstation with a Xeon E5 1680 V3 processor with 64GB RAM but I've to set MC to 16 candles and improve channels to 0.2 to run MC predictor.
Best regards,
Roger.
Hi Evgeny.
I'm using MC Predictor, Box Profile and DSD, thanks for those greats indicators.
I would like to suggest that you use threads or even GPU to improve MC Predictor performance, I've an workstation with a Xeon E5 1680 V3 processor with 64GB RAM but I've to set MC to 16 candles and improve channels to 0.2 to run MC predictor.
Best regards,
Roger.
Hello.
Thank you for your interest in my products.
Indeed, the indicator MCP does not work fast, but I put a lot of effort into optimizing the code to make the indicator work as fast as possible, and I reached the limit.
In addition, not all programs can be accelerated by increasing the power of the computer, because there are algorithms in which it is impossible to start performing the next action until the result of the previous action is known.
The simplest example is - in the expression (a+b)*c multiplication cannot be performed before the result of the parenthesized expression is known.
Therefore, the number of processor cores and the amount of RAM do not always contribute to the proportional acceleration of programs. ))
Perhaps, for some algorithms, it is better to create hardware (a highly specialized microchip), and then these algorithms will be executed at lightning speed, but this is a topic of a separate conversation that is not related to programming for a PC. ))