Jump to content
Medved Trader Forums

rocarr

Members
  • Posts

    54
  • Joined

  • Last visited

Posts posted by rocarr

  1. Weird. When I restored an even older backup my custom colors came back and now when I restore from the most recent

    backup I have custom settings too.It is now showing "new chart color set" in menu when it didn't before.

    So if I only want to restore color sets, would it work to uncheck everything except "user settings (roaming)" ?

  2. I have been using a custom color set for my charts for many months now but today all

    my charts have changed back to the default color set view.

    I have tried restoring several different back ups and even my column layout but the charts

    stay the same.

    What is the backup file that saves the color set view?

  3. I was trying out a new computer build and I now get an error about AMTD streaming.

    It was working on my old computer yesterday and still works with QT. Here is error details

     

     

     

    Medved Trader encountered an Error

    Unable to start Streamer AMTD. Error: Error compiling script for streamer AMTD

    Please contact Medved Trader technical support and provide the error details

    AppVer: 1.0.4050.2052 Err.Flags: Log, ShowIndicator, ShowToUser
    Compile Error at (13,807): Error# CS0162: Unreachable code detected
    Compile Error at (58,1357): Error# CS0168: The variable 'ex' is declared but never used
    Compile Error at (30,2975): Error# CS0168: The variable 'ex' is declared but never used
    Compile Error at (30,3007): Error# CS0168: The variable 'ex' is declared but never used
    Compile Error at (28,4342): Error# CS1061: 'MT.Trading.MTTradeTicketSettings' does not contain a definition for 'AllowDisplaySize' and no extension method 'AllowDisplaySize' accepting a first argument of type 'MT.Trading.MTTradeTicketSettings' could be found (are you missing a using directive or an assembly reference?)
    Compile Error at (32,4352): Error# CS1061: 'MT.Trading.MTTradeTicketSettings' does not contain a definition for 'AllowDisplaySize' and no extension method 'AllowDisplaySize' accepting a first argument of type 'MT.Trading.MTTradeTicketSettings' could be found (are you missing a using directive or an assembly reference?)
    Compile Error at (41,4413): Error# CS0168: The variable 'ex' is declared but never used
    Compile Error at (41,4420): Error# CS0168: The variable 'ex' is declared but never used
    Compile Error at (47,5407): Error# CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity
    Compile Error at (20,5431): Error# CS0219: The variable 'temp' is assigned but its value is never used
    Compile Error at (24,5774): Error# CS1061: 'MT.Trading.MTTradeTransaction' does not contain a definition for 'TrailingPrice' and no extension method 'TrailingPrice' accepting a first argument of type 'MT.Trading.MTTradeTransaction' could be found (are you missing a using directive or an assembly reference?)
    Compile Error at (21,5810): Error# CS0200: Property or indexer 'MT.Trading.MTTradeTransaction.StatusDisplay' cannot be assigned to -- it is read only

     

  4. I don't know how long it has been this way but the high, low, close prices shown on the

    historical charts are not right for some stocks in MT.

    An example is NLY. I bought it for 11.70 on 9/11/13 but on the chart it shows a high of

    10.49 and low of 10.2577. 

    I looked in QT and it showed a range between 11.74 and 11.48 which is correct.

    Volume is different too.

  5. I can't get into MT now. The first error box says:

    An error occurred while opening the NEWS data file.

    System.IO.IOException: Data error (cyclic redundancy check).

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)

    at System.IO.File.Copy(String sourceFileName, String destFileName)

    at MT.StoredData.SNews.OpenMMF(String filename) in C:\MedvedTrader\StoredData\SNews.cs:line 548

    at MT.App.OpenSNEWS() in C:\MedvedTrader\MT\App.cs:line 2568

    And then whether yes or no is selected I get

    Data error (cyclic redundancy check).

    Please contact Medved Trader technical support and provide the error details

    AppVer: 1.0.3924.2214 Err.Flags: Log, ShowIndicator, ShowToUser, ShowSync

    System.IO.IOException:

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

    at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)

    at System.IO.File.Copy(String sourceFileName, String destFileName)

    at MT.StoredData.SNews.CreateMMF(String filename, Int32 InitialCapacity) in C:\MedvedTrader\StoredData\SNews.cs:line 435

    at MT.App.OpenSNEWS() in C:\MedvedTrader\MT\App.cs:line 2601

    at MT.App.Application_Startup() in C:\MedvedTrader\MT\App.cs:line 3323

  6. Thanks for reply. Good to know all settings can be backed up.

     

    The reason I got interested was because one of my portfolio views

    changed recently. The column names and widths were completely different in

    only one portfolio ( I have several watchlists). It has not happened again

    so I don't know if it was a bug or a glitch in my computer. Will report if it

    happens again.

  7. I'm a little confused about backups.

    If I save a column layout in the ribbon it has a file extension of .PortColLayout.

     

    Under file..load layout..it wants only .layout extension and will not load any other.

     

    I was assuming that file... save layout not only saves column layout but all other

    settings too but then what is the difference between that and the .MTExport file

    you get when you use the export tab?

  8. The latest version ol MT seems to have a problem when adding to or trying to

    edit the items in the portfolio.

    I never had this problem in previous versions.

     

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
       at MT.PortItem.set_Symbol(String value) in C:\MedvedTrader\MT\PortItem.cs:line 87
       at MT.PortItem.CopyFrom(PortItem existingItem) in C:\MedvedTrader\MT\PortItem.cs:line 73
       at MT.PortItem..ctor(PortItem existingItem) in C:\MedvedTrader\MT\PortItem.cs:line 64
       at MT.PortItem.NewPortItem(PortItem existingItem) in C:\MedvedTrader\MT\PortItem.cs:line 32
       at MT.PortfolioSimple.AddSymbol(PortItem item) in C:\MedvedTrader\MT\PortfolioSimple.cs:line 508
       at MT.PortEditSimple.SetupNewRow(Row row) in C:\MedvedTrader\MT\PortEditSimple.cs:line 1126
       at MT.PortEditSimple.Grid_AfterAddRow(Object sender, RowColEventArgs e) in C:\MedvedTrader\MT\PortEditSimple.cs:line 1110
       at C1.Win.C1FlexGrid.C1FlexGridBase.OnAfterAddRow(RowColEventArgs e)
       at ..()
       at ..(Int32 row, Int32 col)
       at ..StartEditing(Int32 row, Int32 col, Char key, Boolean force, Point ptMouse, Boolean dblClick)
       at C1.Win.C1FlexGrid.C1FlexGridBase.StartEditing(Int32 row, Int32 col, Char key, Boolean force)
       at C1.Win.C1FlexGrid.C1FlexGrid.StartEditing(Int32 row, Int32 col, Char key, Boolean force)
       at ..StartEditing(Char key)
       at ..OnKeyPress(KeyPressEventArgs e)
       at C1.Win.C1FlexGrid.C1FlexGridBase.OnKeyPress(KeyPressEventArgs e)
       at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
       at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
       at System.Windows.Forms.Control.WmKeyChar(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ************** Loaded Assemblies **************

  9. I have SMA, EMA and DEMA for chart indicators and when I click on change/edit, hide indicator
    it does not work for these. However I also have events, dividends and it will hide. I am able to
    change the settings for the others but they will not hide.
    I don't know if it has anything to do with it but I received a critical error message about a day ago
    and restarted MT. Am sending a copy of that.

     

    Medved Trader encountered a critical error and will need to shut down

    Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on.

    Please contact Medved Trader technical support and provide the error details

    AppVer: 1.0.1940.2030 Err.Flags: Log, ShowIndicator, ShowToUser, ShowSync
    System.InvalidOperationException:
       at System.Windows.Forms.Control.get_Handle()
       at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
       at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args)
       at System.Windows.Forms.WindowsFormsSynchronizationContext.Post(SendOrPostCallback d, Object state)
       at MT.RegWin.MTManagedWindow.UIPost(SendOrPostCallback code, Object state) in C:\MedvedTrader\RegWin\MTManagedWindow.cs:line 730
       at MT.ChartWindow.MTSettings_ChartSettingsChanged(Object sender, PropertyChangedEventArgs e) in C:\MedvedTrader\MT\ChartWindow.cs:line 509
       at System.ComponentModel.PropertyChangedEventHandler.Invoke(Object sender, PropertyChangedEventArgs e)
       at MT.MTSettings.<>c__DisplayClassf.<OnPropertyChangedAsync>b__d() in C:\MedvedTrader\MT\MTSettings\MTSettings.cs:line 387
       at MT.App.ActionQueueProcess() in C:\MedvedTrader\MT\App.cs:line 124
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()

     

×
×
  • Create New...