Jump to content

noyp

Members
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by noyp

  1.  

    I tried the same for ASCII file but my charts are not showing correct. If you dont mind can you please share 1 csv file that is loading fine for you?i`ll make my files on that format i guess there is some issue for my files and i can`t find it

     

    Try below link, my csv includes asking price thats why it has more columns than normal, usually most are just bid prices

     

    hxxps://www.mediafire.com/file/4e47kf28dzm8j6x/EUR_USD_D1.csv/file

    hxxps://www.mediafire.com/file/5ddgzf4sy0jfuct/EUR_USD_H4.csv/file

    hxxps://www.mediafire.com/file/iiltk6bz74wycjt/EUR_USD_W1.csv/file

     

    And this the ascii setup info file, replace the DT generated txtinfo.info

     

    delimit = ;

    skip = 0

    dt = 1

    ti = 2

    op = 3

    hi = 4

    lo = 5

    cl = 6

    vol = 11

    oi = 0

    dtformat = DD_MM_CCYY

    tiformat = HH_MM

    ext = csv

    cf = 5

     

  2. can someone guide me how to load data in DT7? sorry for noob question but how can i load some instrument data to get charts for

     

    For DT and ASCII Data

     

    hxxps://www.mediafire.com/file/mrpyyf2yvpj7zr5/DTandASCIIData.pdf/file

     

    For DT and eSignal

     

    hxxps://www.mediafire.com/file/k0mmgrhcuyja52y/DTandeSignal.pdf/file

     

    For DT and EOD MetastockDownloader

     

    hxxps://www.mediafire.com/file/u6n1b3lhxjz6xcu/DTandMetastockDownloader.pdf/file

     

    For DT and Tradestation Utility

     

    hxxps://www.mediafire.com/file/hzhgeehhif07f3w/DTandTradeStationUtility.pdf/file

     

    For DT and Genesis EOD Data

     

    hxxps://www.mediafire.com/file/kcsv4mff7yy4jx1/DTandGenesisEODData.pdf/file

     

    For DT and Qcollector

    hxxps://www.mediafire.com/file/66bli56tevysj9j/DTandQcollector.pdf/file

     

  3.  

    of course.....unfortunately I understood that it was the cleaner for the 14 release....I could see if something can be done for the new release but I would need the login credentials for the demo

     

    i think credit card details is needed to activate trial mode of MC14 as per their website, have no idea how to bypass the process

  4. Hi Everyone,

     

    This should be able to be used to feed DT with live data>>>

     

    https://indo-investasi.com/showthrea...-from-FXCM-com

     

    However I couldn't get it to import into DT7. Maybe one of you guys may get some luck and post a how to.

     

    I think its something to do with the .csv format maybe needs to changing to prn on the download.

     

    I think DT has some issues with reading certain ascii .csv files.

     

    BR

     

    M

     

    You can use ninjatrader for free if you have an fxcm account, then convert the easylanguage tradestation indicator into ninjascript to have a real time data feed into dynamic trader. If anyone is willing to convert easylanguage into ninjatrader script that would be great.

    DTTSUtility.txt

  5. Heres the mettodet source file for 5 digit broker

    https://www.4shared.com/s/f651oc48fiq

    . Hope someone can convert this to mt5

     

    Use below setup for your txtinfo.inf especially the cf item

    delimit = ,
    skip = 1
    dt = 1
    ti = 2
    op = 3
    hi = 4
    lo = 5
    cl = 6
    vol = 7
    oi = 0
    dtformat = CCYYMMDD
    tiformat = HHMMSS
    ext = prn
    cf = 5
    

  6. it has a weird format in its time column with an AM/PM and an extra comma after the volume

     

    20211127,00:00:00 AM,1.1316, 1.1321, 1.1311, 1.1313, 7616,

    20211126,11:00:00 PM,1.1293, 1.1321, 1.1289, 1.1316, 23833,

    20211126,10:00:00 PM,1.1293, 1.1295, 1.1282, 1.1293, 22976,

    20211126,09:00:00 PM,1.1291, 1.1296, 1.1278, 1.1293, 17968,

    20211126,08:00:00 PM,1.1277, 1.1295, 1.1274, 1.1291, 13708,

    20211126,07:00:00 PM,1.1284, 1.1295, 1.1276, 1.1277, 15084,

×
×
  • Create New...