
ricky.global9

Info
Username: | ricky.global9 |
Name: | ricky.global9 |
Member since: | 22 Dec 2018 |
About
Signature
Last Algorithm Comments
@Gerbil M5 Scalper: 27 Dec 2018, 11:48
Few trades but accurate and works good, but whenever SL is triggered it gives a huge loss. Can you not do something for this?
@Forex Robot EURUSD: 23 Dec 2018, 09:13
Good work, but very few trades.
I have backtested it for an year monthly wise, and gives an average of 4 trades per month. I think to make money using it i will have to increase the lot size to 2k
Last Forum Posts
@how to use third library of NuGet?: 10 Jan 2019, 17:47
xxxhailmaryxxx@gmail.com said:
hi,I want to use https://www.nuget.org/packages/R.NET.Community/ for calculating complex indicators.
but if I did
"nuget install R.NET.Community"
I got the file
"R.NET.Community.1.7.0.nupkg"
is there anyway to add this file to cAlgo Reference?
Yes you can do this by following these simple steps...
1. First install your required nuget to a .net developer platform like Visual Studio
2. After successfully installation exit vs and enter to your cAlgo
3. Click on the Manage References button, then go to Libraries and click on Browse button and provide your installed valid nuget dll's path
4. Finally click Apply
That's it, nuget is imported to your cAlgo program...