I look at c:\users\AppData\Roaming\Wealthlab7, but there is no WealthLab7 only the old Fidelity folder. So where are they?
Rename
1. "Show hidden files":
https://support.microsoft.com/en-us/windows/view-hidden-files-and-folders-in-windows-10-97fbc472-c603-9d90-91d0-1166d1d9f4b5
2. Now Strategies can be found here:
c:\Users\Windows username\AppData\Roaming\WealthLab7\Strategies
https://support.microsoft.com/en-us/windows/view-hidden-files-and-folders-in-windows-10-97fbc472-c603-9d90-91d0-1166d1d9f4b5
2. Now Strategies can be found here:
c:\Users\Windows username\AppData\Roaming\WealthLab7\Strategies
I found it, thank you.
I found my stategies, but...
When I open some of them I get expected source code. But others have only a single cryptic line with the strategy name embedded, such as
Can you explain?
When I open some of them I get expected source code. But others have only a single cryptic line with the strategy name embedded, such as
CODE:
"1|71|00|16|NNFast2_202102056889| "
Can you explain?
Blocks based strategies usually appear quite terse. Is this the whole code?
This is not blocks based. Oh, I see it now...
I opened it with NotePad and this one line is what I immediately saw. The line I posted is followed by a more than 50 lines of whitespace. Scrolling down shows me the strategy source code. Sorry for the bother.
Edit: All that whitespace was in the strategy description. Who knew? I have no idea how it goth there. I re-entered the strategy description and the whitespace is gone.
The heading is now...
I opened it with NotePad and this one line is what I immediately saw. The line I posted is followed by a more than 50 lines of whitespace. Scrolling down shows me the strategy source code. Sorry for the bother.
Edit: All that whitespace was in the strategy description. Who knew? I have no idea how it goth there. I re-entered the strategy description and the whitespace is gone.
The heading is now...
CODE:
1|81|00|16|NNFast2_2021020522|Test a Neural network.6|LenMoz18|6374845508327231120|3|Len32237| //using System.Text; //using System.Windows.Forms; using System.IO; (remainder of strategy code)
Where do I post a strategy named Test3 that was built with VS2019?
If I post it here:
c:\Users\Windows username\AppData\Roaming\WealthLab7\Strategies\EK
It won't show up in the strategy window:
Unless I post it here:
But I would like to use a sub folder so to be able to separate my strategy's.
Thanks
If I post it here:
c:\Users\Windows username\AppData\Roaming\WealthLab7\Strategies\EK
It won't show up in the strategy window:
Unless I post it here:
But I would like to use a sub folder so to be able to separate my strategy's.
Thanks
Expand the Test3 node that you marked in blue. Compiled Strategies show up in
their own nodes.
their own nodes.
Ok, that's fine but I guess that means I can't use a folder to hold my strategies, correct?
Correct, each assembly you compile will have its own node in the tree.
Your Response
Post
Edit Post
Login is required