Skip to content
View tomas-rampas's full-sized avatar
💻
CMaking...
💻
CMaking...
  • Prague, Czech Republic
  • 02:49 (UTC +02:00)
Block or Report

Block or report tomas-rampas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Dukas.Net Dukas.Net Public

    Download, convert and export Dukascopy tick data. Package converts tick data from proprietary Bi5 format to standard CSV file with raw tick data or OHLCV data resampled to custom time frame resolut…

    C# 13 5

  2. Powershell script for downloading jF... Powershell script for downloading jForex libraries. Needs Powershell 3.0 and above.
    1
    Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "RemoteSigned"
    2
    
    
    3
    $jforex3Jnlp = 'jforex_3.jnlp'
    4
    $baseURL = 'http://platform.dukascopy.com/demo_3/'
    5
    $sourceJnlpURL = "$baseURL$jforex3Jnlp"