We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
Chinese character cannot be highlighted. But if the block including Chinese characters is ended with letter or mumber, it can be highlighted.
Could you help me? Thanks.
An example is provided for test:
CS金叉:=(REF(C,1)<REF(MABS,1) && C>MABS); CS死叉:=(REF(C,1)>REF(MABS,1) && C<MABS) ; CS金叉间隔12:=BARSLAST(CS金叉); CS死叉间隔AB:=BARSLAST(CS死叉); CS金叉间隔:=BARSLAST(CS金叉间隔12); CS死叉间隔:=BARSLAST(CS死叉间隔AB);
The text was updated successfully, but these errors were encountered:
the same blocks are in same color:
Sorry, something went wrong.
The pull request I recently made incidentally resolves this issue: #154
Thank you very much!
See #174
No branches or pull requests
Hello!
Chinese character cannot be highlighted. But if the block including Chinese characters is ended with letter or mumber, it can be highlighted.
Could you help me? Thanks.
An example is provided for test:
The text was updated successfully, but these errors were encountered: