- ago
I see an error in C# Coding QuickRef > Backtest Strategy (see image below) Thank you.

0
136
Solved
2 Replies

Reply

Bookmark

Sort
- ago
#1
There is no error: as you can see, the Strategy compiled OK. Renaming the topic title:

WAS: C# coding ref error
IS: Squiggly lines on class/method names

Simply put, there are several instances with the same class name created by the compiler. You can rename the class name if you wish to get rid of the squiggly lines.
0
Best Answer
Glitch8
 ( 7.81% )
- ago
#2
It's just a side effect of the Roslyn syntax highlighting that the editor component uses, if you rename MyStrategy to another name like MyStrategy2 then it should resolve.
1

Reply

Bookmark

Sort