You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
It's just some free stuff like avast.)
Anyway, it doesn't matter, they can be a bit of a pain. As you see, I'll have to run several separate programs to get quotes for different characters... But at least I can already use it, thanks :)
You can also open several widget pages with the right symbols in one program.
By the way, it shows a virus in the executable when the folder is opened
By the way, it shows a virus in the executable when the folder is opened
So delete obj and bin folders and build the project.
When building this error occurs, maybe there are some components missing in Visualstudio? I have the 2015 version.
and the last version with a bad widget compiles fine )
When building this error occurs, maybe there are some components missing in Visualstudio? I have the 2015 version.
The last version with a bad widget compiles fine )
I already wrote:
you need in the line(MainWindow.xaml file)
<WebBrowser Name="WB" Grid.Column="0" HorizontalAlignment="Stretch" VerticalAlignment="Top" LoadCompleted="WB_LoadCompleted" Source="M:\website-widget-vwap_files/website-widget-quote-vwap-flex.html"/>
specify correct path to "website-widget-vwap_files" folder in "Source" property
The path must not be relative!
I've already written:
you have to in the line(MainWindow.xaml file)
<WebBrowser Name="WB" Grid.Column="0" HorizontalAlignment="Stretch" VerticalAlignment="Top" LoadCompleted="WB_LoadCompleted" Source="M:\website-widget-vwap_files/website-widget-quote-vwap-flex.html"/>
specify correct path to "website-widget-vwap_files" folder in "Source" property
The path must not be relative!