Jump to content

โคด๏ธ-Paid Ad- Check advertising disclaimer here. Add your banner here.๐Ÿ”ฅ

Gretta

Members
  • Posts

    182
  • Joined

  • Last visited

Everything posted by Gretta

  1. # Define the file to search for (e.g., by name or path) $fileName = "example.txt" # Replace with your file's name $searchPath = "C:\Users\YourUsername\Documents" # Replace with the folder to search in # Define the text to find and replace $textToFind = "old line of text" # Replace with the text you want to find $textToReplace = "new line of text" # Replace with the new text # Find the file $file = Get-ChildItem -Path $searchPath -Recurse -Include $fileName -ErrorAction SilentlyContinue if ($file) { # Read the file content $content = Get-Content -Path $file.FullName # Replace the specified line of text $newContent = $content -replace [regex]::Escape($textToFind), $textToReplace # Save the updated content back to the file Set-Content -Path $file.FullName -Value $newContent Write-Host "File updated successfully: $($file.FullName)" } else { Write-Host "File not found: $fileName" } Sure. See the above.
  2. Correct and I created a Powershell script that fixes the config file automatically. So I run that before opening NT and I've got the correct time.
  3. Here's what I discovered: When I edit the config to show "<TimeZoneInfoSerializable> />" and open NT, it will display my correct time zone in settings, but it will be greyed out. If I then close the workspace, it will change the line to "<TimeZoneInfoSerializable />" dropping the extra ">" If I then open it, it will go back to the UTC greyed out problem. Then if again edit it to "<TimeZoneInfoSerializable> />" it will open with my correct zone but greyed out. I guess I could create some sort of macro that would automatically edit the file every time, but what a pain.
  4. That's the problem then. Remove the unlocker file and restart. Your time zone adjustment will return to normal. This plus other annoying bugs in NT made me switch back to Metatrader. As limited as it is, Metatrader is at least stable, has tons of strategies and indicators, and the data is free.
  5. This happened to me using a cracked version of NT by a certain "educator." When I removed his crack, the terminal was restored to normal. His crack froze the time zone adjustment for some reason and there was nothing he could do about it.
  6. Unless a group buy could be put together.
  7. Sharing, no. Selling, yes. Not me but what you are looking for is JITNinja.
  8. Try to focus here. The topic is what triggers a machine ID change for NT. The ID can change even if you do NOTHING except normal Windows updates. That's the point. You kept insisting that it couldn't. I proved from NT support that you were wrong.
  9. No one is talking about bitlocker but you. It has nothing to do with what I posted.
  10. I haven't a clue what you're talking about. I'm not telling anyone to do anything. I'm pointing out that a Windows update can change your hardware ID in the way that NT creates it.
  11. "fundamental software (BIOS/UEFI version, Windows updates, firmware updates,"
  12. https://forum.ninjatrader.com/forum/ninjatrader-8/platform-technical-support-aa/1118149-when-i-opened-nt8-it-said-i-have-a-new-machine-id-number
  13. rohit = brokey
  14. Any videos demonstrating how to actually use any of these to enter trades?
  15. So we need 5 for $75 each. I'm in.
  16. ampf, can you check with brokey and see what his pricing would be for various bulk order sizes? Have him quote 4, 5, 6, 7 group sizes.
  17. 5 people at $75 each maybe?
  18. You can edit the code directly with dnSpy
  19. 1. Create a strategy with dozens of parameters 2. Optimize it to find a good cherry picked backtest 3. Create a website and sell. 4. $$$
  20. How about when people post an unlock request, you post exactly what the indicator/strategy name is, along with the website offering it, so the rest of us will know?
  21. Any chance of getting this latest version fixed? PredatorXOrderEntry_TRIAL_V3.0.0.0.zip
  22. The latest version of Tradesaber which is just the order entry addon is available free on https://tradesaber.com/order-entry-buttons/
  23. Scam. Requires signing up through their affiliate brokers.

โคด๏ธ-Paid Ad- Check advertising disclaimer here. Add your banner here.๐Ÿ”ฅ

×
×
  • Create New...