Information

Username: kenneyyfx
Member since: 12 Feb 2022
Last login: 04 Jul 2024
Status: Active

Activity

Where Created Comments
Algorithms 0 3
Forum Topics 1 10
Jobs 0 0

About

Due to Spotware blocking my accounts over disagreements i had to create other accounts i.e. kenneyy_eur, kenneyyfx, gmkenneyy and this one featuring mycTrader Id.

Last Algorithm Comments

KE
kenneyyfx · 4 months ago

I have played with your Fibo indicator and first and foremost i must congratulate you on the effort expended.

Have you seen any of the indicators i uploaded? (under gmkenneyy) - They all “indicate” where trend is heading. Consumers of your indicator should not be scratching their heads on how to use it like i have.

It would also be nice to show the fibo levels in numerical format and where the trend is heading. Keep things simple for your users.

KE
kenneyyfx · 5 months ago

Are you sure your calculation of the Sharpe ratio is correct?  I ask because i want to do something similar and have the bot populate an excel spreadsheet after each optimization pass has ended

KE
kenneyyfx · 5 months ago

Hi. I lke the work you've done here

This line of code will fail   "if (Currencies.ContainsKey(Bot.Account.Asset.Name))" because Bot.Account.Asset.Name will give a 6 character string i.e. “EURUSD” and tis will not match “CHF”, "EUR" etc