Assign, install and work with StockSharp Installer.


Assign, install and work with StockSharp Installer.
Atom
9/1/2020


The Installer allows you to:
- download and install Designer, Terminal, Hydra
- buy or install connectors MT 4, MT 5, MatLab
- buy and install additional software
- install the program together with bought connectors
- track the process of purchasing new programs
- download the API library and automatically tracks its updates.
- download the purchased training lessons, the Shell.



How to install the program:

1. Download stocksharp_setup.exe (.NET 6 will be installed automatically).

2. Start the installation file stocksharp_setup.exe and follow the instructions.
Sometimes Windows prevent the installation and pop up the warning like below:
Smart screen eng
In this case click More info in the warning window. You'll get the next one:
Smart Screen eng run
After clicking "Run anyway" button the installation begins.

3. After installation, open the program window.

Installer.UI.png


How to work with Installer:

Installer allows you to:
- select programs available for download
- manage updates of downloaded programs
- purchase available paid programs

For the convenience of finding the necessary product in the program, you can choose the type of application.

Installer.UI_choose.png

To install the desired application, you need to:

1. Select the app, click install, agree to the license agreement, and click Continue.

Installer.UI_download.png

2. After this you need to choose the installation path.
IMPORTANT! It is necessary that the folder where the program will be installed is empty.

Installer.UI_dir.png

3. After selecting the directory, click Continue.

4. Select Execute and the installation process begins.

Installer.UI_instal.png

5. After installation, you can use the program.

To delete the program, select delete and click Continue.

Installer.UI_del.png

To repair, select repair and click Continue.

Installer.UI_repair.png

Installer independently tracks all software updates and updates itself automatically. Therefore, there is no need to delete it after installation.
Installer is not closed by clicking on the "X" in the program window, but is closed via the toolbar, select the menu (using the right mouse button) Close.

You can also check for updates by clicking the check for updates button in the right corner of the program window.

Installer.UI_force_update.png

If updates are available, a notification will appear.

Installer.UI_updat.png

To purchase paid apps, select the software you need and click the Buy button.

Installer.UI_buy.png


<< < 3 4 5 6  >
Ouederni Slim

Avatar
Date: 3/25/2022
Reply


Hi each time i run Sdesigner i get this error

S#.Designer

System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'StockSharp.Designer.MainWindow' that matches the specified binding constraints threw an exception.
---> System.TypeLoadException: Method 'AddLink' in type '#=zcBGjmmYQ71GT9HlC5NZdJx8=' from assembly 'StockSharp.Xaml.Diagram, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at StockSharp.Xaml.Diagram.DiagramExtensions.CreateRegistry()
at StockSharp.Designer.DesignerStrategiesRegistry..ctor(StrategiesRegistrySettings settings)
at StockSharp.Designer.MainWindow.InitializeStrategiesRegistry()
at StockSharp.Designer.MainWindow..ctor()
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
at System.Windows.Application.DoStartup()
at System.Windows.Application.<.ctor>b__1_0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

OK

can you help me please
thanks
Thanks:

N

Avatar
Date: 8/28/2022
Reply


can't install the installer, gives NullReferenceException

Code

13:40:23.320 | ProductProvider | updating packages info...
13:40:23.339 | StockSharpPackageSource | trying to resolve nuget v3 service index at https://nuget.stocksharp.com/x/v3/index.json
13:40:30.816 | StockSharpPackageSource | nuget v3 service index is not available: NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load the service index for source https://nuget.stocksharp.com/x/v3/index.json.
---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at NuGet.Protocol.HttpSource.<>c__DisplayClass15_0`1.<<GetAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at NuGet.Common.ConcurrencyUtilities.ExecuteWithFileLockedAsync[T](String filePath, Func`2 action, CancellationToken token)
at NuGet.Common.ConcurrencyUtilities.ExecuteWithFileLockedAsync[T](String filePath, Func`2 action, CancellationToken token)
at NuGet.Protocol.HttpSource.GetAsync[T](HttpSourceCachedRequest request, Func`2 processAsync, ILogger log, CancellationToken token)
at NuGet.Protocol.ServiceIndexResourceV3Provider.GetServiceIndexResourceV3(SourceRepository source, DateTime utcNow, ILogger log, CancellationToken token)
--- End of inner exception stack trace ---
at NuGet.Protocol.ServiceIndexResourceV3Provider.GetServiceIndexResourceV3(SourceRepository source, DateTime utcNow, ILogger log, CancellationToken token)
at NuGet.Protocol.ServiceIndexResourceV3Provider.TryCreate(SourceRepository source, CancellationToken token)
at NuGet.Protocol.Core.Types.SourceRepository.GetResourceAsync[T](CancellationToken token)
at StockSharp.Installer.InstallerRepoProvider.StockSharpPackageSource.GetImplAsync(String src, CancellationToken token)
13:40:30.956 | ProductProvider | nuget: unlocked
13:40:30.958 | ProductProvider | update check failed: System.NullReferenceException: Object reference not set to an instance of an object.
at NuGet.Configuration.PackageSourceProvider.LoadConfigurationDefaultSources(IEnumerable`1 configurationDefaultSources)
at NuGet.Configuration.PackageSourceProvider..ctor(ISettings settings, IEnumerable`1 configurationDefaultSources, Boolean enablePackageSourcesChangedEvent)
at NuGet.Configuration.PackageSourceProvider..ctor(ISettings settings, IEnumerable`1 configurationDefaultSources)
at StockSharp.Installer.InstallerRepoProvider..ctor()
at StockSharp.Installer.InstallerRepoProvider.<>c.<.cctor>b__27_0()
at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
at System.Lazy`1.CreateValue()
at StockSharp.Installer.InstallerRepoProvider.GetInstanceAsync(CancellationToken token)
at StockSharp.Installer.NugetHelper.SearchPackagesAsync(Boolean allowPrerelease, CancellationToken token, ILogReceiver log)
at StockSharp.Installer.ProductProvider.UpdatePackagesInfoAsync(Boolean allowPrerelease, CancellationToken token)
at StockSharp.Installer.ProductProvider.RunImplAsync()
13:40:31.011 | ProgressHelper | STATUS: Error checking for updates
13:40:31.012 | ProgressHelper | System.NullReferenceException: Object reference not set to an instance of an object.
at NuGet.Configuration.PackageSourceProvider.LoadConfigurationDefaultSources(IEnumerable`1 configurationDefaultSources)
at NuGet.Configuration.PackageSourceProvider..ctor(ISettings settings, IEnumerable`1 configurationDefaultSources, Boolean enablePackageSourcesChangedEvent)
at NuGet.Configuration.PackageSourceProvider..ctor(ISettings settings, IEnumerable`1 configurationDefaultSources)
at StockSharp.Installer.InstallerRepoProvider..ctor()
at StockSharp.Installer.InstallerRepoProvider.<>c.<.cctor>b__27_0()
at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
at System.Lazy`1.CreateValue()
at StockSharp.Installer.InstallerRepoProvider.GetInstanceAsync(CancellationToken token)
at StockSharp.Installer.NugetHelper.SearchPackagesAsync(Boolean allowPrerelease, CancellationToken token, ILogReceiver log)
at StockSharp.Installer.ProductProvider.UpdatePackagesInfoAsync(Boolean allowPrerelease, CancellationToken token)
at StockSharp.Installer.ProductProvider.RunImplAsync()
13:40:31.017 | S#.Installer.Console | press any key to continue...
Thanks:

emrah Gunes

Avatar
Date: 9/4/2022
Reply


I have installed the Installer, but when it runs I get the attached error, what is the reason?
image8534.png 601 KB (180)
Thanks:

MHAMED AMINE RAHMANI

Avatar
Date: 9/16/2022
Reply


Hello,

Please i couldnt install your trading platform the net 5 is no more supported now it s net6 but i did installed both of them but couldn t run the setup_installer.bat.

Thank you
Thanks:

Norbert

Avatar
Date: 9/21/2022
Reply


Microsoft defender keeps deleting the file, I cant install. Is there any other solution then switching Microsoft Defender off?
Thanks:

liuqiba

Avatar
Date: 10/19/2022
Reply


I had clik "StockSharp.Installer.UI.exe" ,but nothing changing
win 10
had net 6 sdk
Thanks:

liuqiba

Avatar
Date: 10/19/2022
Reply


I had clik "StockSharp.Installer.UI.exe" ,but nothing changing
win 10
had net 6 sdk
Thanks:

Юрий Басангов

Avatar
Date: 10/19/2022
Reply


liuqiba Go to
I had clik "StockSharp.Installer.UI.exe" ,but nothing changing
win 10
had net 6 sdk


Hello, what do you mean under "nothing"? Can you attach screenshot and logs? Logs are placed in C:\Users\*YOUR USERNAME*\Documents\StockSharp\Installer\Logs
Thanks:

Oscar Khoo

Avatar
Date: 11/5/2022
Reply


Not sure what are the errors? Can anyone help? Thanks.

04:36:22.565|Debug |ProgressHelper| GET https://nuget.stocksharp...etstandard11/index.json
04:36:22.821|Debug |ProgressHelper| NotFound https://nuget.stocksharp...etstandard11/index.json 255ms
04:36:22.824|Debug |ProgressHelper| GET https://api.nuget.org/v3...etstandard11/index.json
04:36:23.194|Debug |ProgressHelper| OK https://api.nuget.org/v3...m.valuetuple/index.json 946ms
04:36:23.260|Debug |ProgressHelper| GET https://nuget.stocksharp...ite3.v110_xp/index.json
04:36:23.499|Debug |ProgressHelper| NotFound https://nuget.stocksharp...ite3.v110_xp/index.json 239ms
04:36:23.502|Debug |ProgressHelper| GET https://api.nuget.org/v3...ite3.v110_xp/index.json
04:36:23.785|Debug |ProgressHelper| OK https://api.nuget.org/v3...etstandard11/index.json 959ms
04:36:23.887|Debug |ProgressHelper| GET https://nuget.stocksharp..._sqlite3.osx/index.json
04:36:24.341|Debug |ProgressHelper| NotFound https://nuget.stocksharp..._sqlite3.osx/index.json 453ms
04:36:24.344|Debug |ProgressHelper| GET https://api.nuget.org/v3..._sqlite3.osx/index.json
04:36:24.441|Debug |ProgressHelper| OK https://api.nuget.org/v3...ite3.v110_xp/index.json 937ms
04:36:24.490|Debug |ProgressHelper| GET https://nuget.stocksharp...qlite3.linux/index.json
Thanks:

Oscar Khoo

Avatar
Date: 11/6/2022
Reply


Can anyone help? Thanks.

04:36:22.565|Debug |ProgressHelper| GET https://nuget.stocksharp...etstandard11/index.json
04:36:22.821|Debug |ProgressHelper| NotFound https://nuget.stocksharp...etstandard11/index.json 255ms
04:36:22.824|Debug |ProgressHelper| GET https://api.nuget.org/v3...etstandard11/index.json
04:36:23.194|Debug |ProgressHelper| OK https://api.nuget.org/v3...m.valuetuple/index.json 946ms
04:36:23.260|Debug |ProgressHelper| GET https://nuget.stocksharp...ite3.v110_xp/index.json
04:36:23.499|Debug |ProgressHelper| NotFound https://nuget.stocksharp...ite3.v110_xp/index.json 239ms
04:36:23.502|Debug |ProgressHelper| GET https://api.nuget.org/v3...ite3.v110_xp/index.json
04:36:23.785|Debug |ProgressHelper| OK https://api.nuget.org/v3...etstandard11/index.json 959ms
04:36:23.887|Debug |ProgressHelper| GET https://nuget.stocksharp..._sqlite3.osx/index.json
04:36:24.341|Debug |ProgressHelper| NotFound https://nuget.stocksharp..._sqlite3.osx/index.json 453ms
04:36:24.344|Debug |ProgressHelper| GET https://api.nuget.org/v3..._sqlite3.osx/index.json
04:36:24.441|Debug |ProgressHelper| OK https://api.nuget.org/v3...ite3.v110_xp/index.json 937ms
04:36:24.490|Debug |ProgressHelper| GET https://nuget.stocksharp...qlite3.linux/index.json
Thanks:
<< < 3 4 5 6  >

Attach files by dragging & dropping, , or pasting from the clipboard.

loading
clippy