Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Gretta

Members
  • Posts

    190
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Gretta's Achievements

  1. Since we don't seem to be able to get an educated version, I'm just building strategies with Strategy Builder using Niniza indicators. The parameters are all given on their website.
  2. No surprise. Trending systems always have videos that show trending markets. Ranging systems show ranging market videos.
  3. Possibly. As I recall, set up the Windows etc folder and have a file return the authorization.
  4. Did this ever get educated?
  5. Getting is on the NinZaSonarlikeIcebergFinder_NT8
  6. Those are the results as shown here: https://mwshops.nl/#results Like I said, we need the template from them to get the settings.
  7. Working good, Thanks. We need to track down the template for the dozens of settings in order to duplicate his results:
  8. Can one of our educators please check?
  9. # 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. Unless a group buy could be put together.
  15. Sharing, no. Selling, yes. Not me but what you are looking for is JITNinja.

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...