Bitcoin Forum
May 23, 2024, 05:37:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 »
41  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 06, 2014, 09:48:42 AM
Yes, it is.. up/down diff on 500(never stop loss) and +1% on $percentual.

Quote
Its working now Wink
What should i set if I never want to sell at loss? (better waiting for price regeneration... the hell, its bitcoin Cheesy
But i want to take profit lets say with every 1% of increase from buying price? Something like this?  >>>
/* Custom trading algoritm parameters */
   $percentual=1.45; //Minimum percentage of profit on the purchase (Use the current fee applied by MtGox);
   $bidfee=0.45; //Just for simulation purposes (Use the current fee applied by MtGox);
   $up_diff=1; //(sell) profit points (in USD) above the purchase price;
   $up_diff_inv=500; //(sell) stop loss (in USD) below the purchase price;
   $down_diff=1; //(buy) profit points (in USD) below the selling price;
   $down_diff_inv=500; //(buy) stop loss (in USD) above the selling price;
42  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 06, 2014, 09:11:45 AM
Thank u feedback @bitcoin.newsfeed,
i've fixed the cURL problem: http://dann.com.br/hal10k_1click_apache.php-winx86.zip (forgotten to enable curl on php.ini, now its ok)

Quote
Dead intrd,
I am trying to run HAL10K stand alone 1-click-version.

I configured the configs.php file, but after the run i got this error message

PHP Notice:  Use of undefined constant CURL_HTTP_VERSION_1_1 - assumed 'CURL_HTT
P_VERSION_1_1' in C:UsershostDesktophal10k_1click_apache.php-winx86bitcoin
43  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 06, 2014, 12:06:14 AM
Good news

Just released v2.2 beta1

**Changelog**
* v2.2 beta 1
   * - Built-in apache+php pre-configured (1-click-to-run version for Windows), download here: http://dann.com.br/hal10k_1click_apache.php-winx86.zip and just run the: start_hal10k.bat
   * - Some EMA improvements
   * - Better graphic chart
   * - Massive bug fixes
44  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 05, 2014, 10:14:44 PM
snogcel,
My tuning on Live trading now, you can use for Paper too:

Code:
$percentual=0.45; 
$bidfee=0.45;
$up_diff=1;
$up_diff_inv=5;
$down_diff=1;
$down_diff_inv=5;
$secure_ticker=300.99500;
$emacross=true;
$emaShort=20;
$emaLong=44;
$emaDiff=5;
$last_two_orders=false;
$interval=60;
$timeout=80;

results..



Hey man,

Figured I'd check in - so far so good, I've set up your bot to take a longer position in terms of trades (really just trying to capitalize on major changes in market direction). Question for you, is there a recommended interval when running in paper mode or otherwise?

I set $interval=30 in my config file before starting up my test - will this interfere with the usefulness of the EMA trading method? It's been holding at btc @ 875 largely because it's been so bullish the last couple days, but wanted to show you what the resulting graph looks like:

As a side note - realized I never confirmed my MtGox account... Doh! Have to wait to get verified to transfer btc in there =\
45  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 05, 2014, 05:10:47 PM
For whom was testing the old version, just released the beta10 version w/ many bug fixes!

Hi Intrd,
I am very interested in your project. I installed xamp and source code. Could you explain the procedure to simulate sales with actual chart ?
thank you
PS : When do you think release MACD ?

Just access http://bitcoincharts.com/charts/mtgoxUSD, set the period (must be a period that supports interval 1min), click "Raw Data", copy/paste the contents of the table into a TXT file and replaces tabulations by "," comma). Save txt file into Data directory, edit $fake_datetime_of_firstbid and $fakegox_tickers variables, turn $reset_data=true, and done.. you have the current chart ready to perform the simulations.

PS: This boring procedure will end up so I make the bot fetch data from the API bitcoincharts automatically.. (yes, its in the todoList);

MACD soon..
46  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 05, 2014, 10:23:12 AM
New bug fixes in the files below:
Code:
https://github.com/intrd/bitcoin/blob/master/hal10k/functions.php
https://github.com/intrd/bitcoin/blob/master/hal10k/start.php
47  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 04, 2014, 07:02:55 PM
- What of usability with btc-e, cexio, cryptsy?
- Because if this can run on minimal linux, it'll be great for VPS / rpi / VM usage.

for now.. only MtGox. but surely we adapt other exchanges and currencies.
About the minimal linux version, you can wait to be launched by the middle of next week yet! Smiley

48  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 04, 2014, 08:05:03 AM

EMA crossover is working like a charm  Grin


EMA w/ stoploss backtesting
49  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 04, 2014, 07:07:12 AM
snogcel,
I would ask you to download all the files before testing again, did important fixes, including on the EMA method, now seems to be ok..
thanks man.
50  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 02, 2014, 09:31:14 PM
For all those who are having trouble to understanding the configuration file, I'm simplifying it and creating a "1click-to-run version" to not have to install apache+php!
51  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 02, 2014, 06:57:56 AM
snogcel,
sorry, another bug fix to solve this "ethernal limbo" bug, please fork files below and try again:
https://github.com/intrd/bitcoin/blob/master/hal10k/start.php
https://github.com/intrd/bitcoin/blob/master/hal10k/functions.php

thanks n keep testing!
52  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 02, 2014, 06:26:32 AM
$ 748.9999 <limbo/down> ask @ 767 stoploss: -223 (last: bid @ 767 [loss])
According to your defined parameters, you started the bot with a bid made at 767, and using a very high value for the stop-loss ($up_diff_inv and $down_diff_inv), then the bot will only sell at stoploss hit (-223) never!
If you want to see some action, you have two options:
- Set the first bid (767) to a nearest value of current: 748;
- Set a low value(maybe 5) for stoploss($up_diff_inv and $down_diff_inv);
53  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 02, 2014, 06:04:05 AM
Sorry snogcel! please fork again this file: https://github.com/intrd/bitcoin/blob/master/hal10k/functions.php
i've fixed a little bug Wink
54  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 02, 2014, 05:55:18 AM
To backtesting use $fake=true and $paper=false, to paper trading use $fake=true and $paper=true; (I will improve this vars on the next release)

Nice!! I've been checking this out - ended up moving from WAMP to XAMMP to fix an issue with curl, still seeing a problem though and I'm a bit stumped:

$fake = true;
$paper = false;

this creates the following error:

Notice: Undefined index: datetime in F:\xampp\htdocs\hal10k\start.php on line 56

commenting that line out of start.php seems to fix it, but then the simulation mode doesn't appear to actually do anything. Any ideas?

Can't wait to play around with this! Thanks for putting the work in on this, very cool project.

55  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: January 02, 2014, 04:41:24 AM

Just released the v2.0 beta 1, improved the bot decisions using the technique of EMA short/long crossover, now also possible beyond Backtesting, making simulation using Live ticker(Paper trading), among other improvements, changelog below:
  • New trading technique implemented: EMA short/long crossover
  • Paper trading: Differs to Backtesting, its a simulation with Live Tickers but w/ fake money balance.
  • Improvements in Clear Log file
  • Improvements in en_US translation
  • Improvements in Twitter oauth conf

New configurable parameters:
  • emacross - Turn on EMA crossover method;
  • emaShort - EMA short period(in seconds) for EMA crossover method;
  • emaLong - EMA long period(in seconds) for EMA crossover method;
  • emaDiff - EMA difference between short and long crossover;

Please test! i realy need feedbacks..  Wink
56  Economy / Trading Discussion / Re: HAL 10K - PHP Open source Trading bot on: December 30, 2013, 09:25:35 PM
That's cool that you enjoyed! The fact of using Twitter to notify operators and allow the decision to stop-loss with remote commands was really very good.

Please test my bot, your help will be very welcome!

Remembering that it works perfectly on Linux platforms, simply edit the file. BAT (used just to keep a non stop looping) and convert to a simple Shell Script+Crontab. (plan to do this soon, if no one do before..)

Woow this looks really awesome  (as is the name btw)! I love how you use twitter as an interface, that's clever.

Can we expect cross platform support as well (I don't have any windows machines for example) and would prefer to run 24/7 like this in the cloud or on something like a raspberry PI. I really would want to check this out though.

57  Local / Economia & Mercado / HAL 10K - PHP Open source Trading/helper bot on: December 30, 2013, 11:04:29 AM
----

Post traduzido em pt_BR aqui: http://dann.com.br/2013/bitcoin-php-open-source-hal10k-trading-bot/
Original thread c/ updates e outros detalhes aqui: https://bitcointalk.org/index.php?topic=391630

----

After losing some money on Bitcoin exchanges, I decided to develop my own Trading bot/helper. This bot acts with pre-defined parameters based on statistics and not with the emotion of the moment, so it's much easier to perform trading operations.

HAL10K is a Bitcoin trading/helper bot written in PHP (open source). It was developed to be used on the API MtGox, but can be easily adapted to other exchanges. Their decisions are based on customizable parameters and basic techniques for market analysis. It also works in semi-automatic mode, in which each loss(stop-loss) asks via Twitter for remote confirmation of a bot operator. Besides the "Live Trading" so it also runs simulations "Backtesting" using "Fake Balance" and historical raw data from BitcoinCharts.com. All bot actions(buying/selling) and alerts(high volume detected) are notified via Twitter. Log results is accompanied by HTTP control where the bot displays its own performance chart panel.

HAL10K was developed "from scratch", without taking as none basis of existing algorithms/trading techniques. This project is a learning exercise for Trading/Economics for me, my experience is limited in programming and Bitcoin. Yes, I'm already getting real profits with this trading bot, and the idea of ​​open source code assumed that sharing experiences, together we can greatly improve the algorithm and achieve even greater profits.

Contact: @intrd at Twitter or http://dann.com.br/2013/bitcoin-php-open-source-hal10k-trading-bot/
Donations: BTC Wallet: https://blockchain.info/address/19kAWVN553KyoU7vx9pYXu8ShVUsPVXzig
I'm open to questions/suggestions, any collaboration in the code is welcome.
The author of this project and its contributors are not responsible for any losses.

Tks to

Download

WEB Control panel & Console

Live statistics, sudden and death mode remote control


Console sample

Backtesting sample

Quote
Período de simulação: 21/12/2013 até 27/12/2013
Iniciando com 1.03161308 BTC @ 700
$ask [btc0/usd:699.43] @ $678 (lucro) #transaction
$bid [btc1.07/usd:0] @ $649.43505 (lucro) #transaction
$ask [btc0/usd:721.03] @ $672.513 (lucro) #transaction
$bid [btc1.08/usd:0] @ $665.41 (lucro) #transaction
$ask [btc0/usd:775.37] @ $718.795 (lucro) #transaction
$bid [btc1.14/usd:0] @ $679.995 (lucro) #transaction
$ask [btc0/usd:795.73] @ $701 (lucro) #transaction
$bid [btc1.14/usd:0] @ $701 (nulo) #transaction
Finalizando com 1.14 BTC @ 701

Twitter notifications sample

Bot notifying your operator a large volume that just happened; Bot requesting help on Stop-Loss decision; Bot informing a purchase(loss) made ​​starting from a Sudden Mode remote command, Buying 1.03BTC when the value of btc/usd was at 830USD.

Main features & configs
Exchanges
Text result logs
Audible beeps when running transactions (differentiated for profits/losses)
Trading parameters
  • up_diff - (sell) points profit (in USD) above the purchase price;
  • up_diff_inv - (sell) stop loss (in USD) below the purchase price;
  • down_diff - (buy) points profit (in USD) below the selling price;
  • down_diff_inv - (buy) stop loss (in USD) above the selling price;
  • percentual - Minimum percentage of profit on the purchase (Use the current fee applied by MtGox);
  • secure_ticker - Security value that prevents the bot to make sales below a certain value;
  • interval - Bot loop interval (in seconds);
  • timeout - Timeout in seconds for completion of the bid/ask;
  • sudden_mode - When active, the bot makes a purchase at the sale price, or a sale at the purchase price. Used only when there is a need for immediate order processing. It will be disabled after the order is processed; (ATTENTION)
  • reverse_prices - Same as Sudden, but definite. It will never turned off; (ATTENTION)
  • manualstoploss - When active, in every action stop-loss requests remote confirmation of the bot operator; (ATTENTION)
  • dire - Amount of past intervals used in the identification of market direction;
  • dire_limbo - Minimum variation (in USD) to define whether the direction is out of limbo or not (limbo: when the bot still trying to set the direction of the market);
  • vol_limbo - Minimum volume (in USD) to consider an abnormal change at the volume of an interval to another;
Backtesting
  • fake - Turns on/off simulation (backtesting); (ATTENTION)
  • fake_btc_balance - Initial amount of BTC for the simulation;
  • fake_btc_usd_buyedprice - Initial purchase price of BTC fake balance;
  • fake_datetime_of_firstbid - //Initial datetime (same as first line of fakegox_tickers file below);
  • fakegox_tickers - Access http://bitcoincharts.com/charts/mtgoxUSD, set the period (must be a period that supports interval 1min), click Raw Data, copy/paste the contents of the table in a TXT file and replaces tabulations by "," comma);
Twitter notifications
  • enable_tweet - Enable/disable Twitter notifications;
  • twitter_oauth - Data to access the Twitter API, if you do not have, go to: https://dev.twitter.com/apps and create your key w/ read/write permission access;
  • twitter_users - Twitter @users to be notified;
  • Alert bot operator on high volumes;
Graphic WEB interface
  • Graphic results log (period, last action, asks/bids);
  • HTTP control panel
  • Sudden mode (Activates sudden mode immediately, password is the two digit minute of the datetime displayed in the header above the chart, eg: "01" for datetime: 2013-12-30 04:01:18. It was done this way to prevent you run sudden-mode twice accidentally on a refresh page);
  • Death mode (Freeze the bot temporarily. The Password is "meuovo123654", can be changed in the file: makesudden.php)

Notes
  • The bot needs at least one bid and ask to generate the graphic chart correctly.
  • MtGox need at least 0.02BTC to process a transaction.

Todo
  • Paper live trading (fake trading with live data)
  • Implement Bitstamp and BTC-e API
  • Auto fetch BitcoinCharts data via cUrl
  • Implement advanced trading technics

Installing and running
Must be configured in configs.php and started on hal10k.bat (remember to edit hal10k.bat to correct default path: C:\xampp\htdocs\hal10k)

This project was developed in the environment described below, so please try to use a similar configuration
XAMPP version 1.7.7 (not included in the project)
 - Apache 2.2.21 (running as service to avoid strange problems in pChart lib)
 - PHP 5.3.8 (VC9 X86 32bit thread safe) + PEAR

Libs utilizadas (included in the project)
 - pChart 2.1.3 for graphics generation;
 - tmhOAuth for Twitter notifications;

Quote
HAL10K Bitcoin trading bot @copyright (C) http://dann.com.br - @intrd (Danilo Salles) contact@dann.com.br HAL10K is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 2 as published by the Free Software Foundation. HAL10K is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
58  Economy / Trading Discussion / HAL 10K - Bitcoin PHP trading bot on: December 30, 2013, 10:15:40 AM
HAL 10K - Bitcoin PHP trading bot

* Official post -> HAL 10K @ PHP Bitcoin trading & helper bot
* GitHUB stable Source code
* Bitcointalk announcemnt thread

After losing some money on Bitcoin exchanges, I decided to develop my own Trading bot/helper. This bot acts with pre-defined parameters based on statistics/strategies and not with the emotion of the moment, so it's much easier to perform trading operations.

HAL10K is a Bitcoin trading/helper bot written in PHP (open source). It was developed to be used on the API MtGox, but can be easily adapted to other exchanges. Their decisions are based on customizable parameters and trading techniques for market analysis. It also works in semi-automatic mode, in which each loss(stop-loss) asks via Twitter for remote confirmation of a bot operator. Besides the "Live Trading" so it also runs simulations "Backtesting/Paper trading" using "Fake Balance" and historical raw data from Bitcoincharts.com. All bot actions(buying/selling) and alerts(high volume detected) are notified via Twitter. Log results is accompanied by HTTP Control panel where the bot displays its own performance chart panel.

HAL10K was developed "from scratch", without taking basis of existing algorithms/trading techniques. This project is a learning exercise on Trading/Economics for me, when started this project my experience was limited in programming and Bitcoin. Yes, I'm already getting real profits with this trading bot, and the idea of ​​Open Source assumed that sharing experiences, together we can greatly improve the algorithm and achieve even greater profits.

Quote
Please, do not go to the Live trading before mastering the paper trading.
The author of this project and its contributors are not responsible for any losses.

WEB Control panel & console
Daemon



Live statistics, "Sudden" and "Death mode" remote control.




####Backtesting sample

Code:
Period: 21/12/2013 até 27/12/2013      
Starting w/ 1.03161308 BTC @ 700    
$ask [btc0/usd:699.43] @ $678 (lucro) #transaction  
$bid [btc1.07/usd:0] @ $649.43505 (lucro) #transaction  
$ask [btc0/usd:721.03] @ $672.513 (lucro) #transaction  
$bid [btc1.08/usd:0] @ $665.41 (lucro) #transaction    
$ask [btc0/usd:775.37] @ $718.795 (lucro) #transaction  
$bid [btc1.14/usd:0] @ $679.995 (lucro) #transaction    
$ask [btc0/usd:795.73] @ $701 (lucro) #transaction  
$bid [btc1.14/usd:0] @ $701 (nulo) #transaction    
Ending w/ 1.14 BTC @ 701

####Trading bot EMA Short/Long Crossover based


Perfect for high frequency trading, better than simple trading method

Twitter notifications sample


Bot notifying your operator a large volume that just happened;
Bot requesting help on Stop-Loss decision;
Bot informing a purchase(loss) made ​​starting from a Sudden Mode remote command, Buying 1.03BTC when the value of btc/usd was at 830USD.

Main features & configs
* Exchanges
  * MTGox API (MTGox app data. If you do not have access to the API gox, visit: https://www.mtgox.com/security and create your key (with read/write));
* Text result logs
* Audible beeps when running transactions (differentiated for profits/losses)
* Trading parameters
   - up_diff - (sell) points profit (in USD) above the purchase price;  
   - up_diff_inv - (sell) stop loss (in USD) below the purchase price;
   - down_diff - (buy) points profit (in USD) below the selling price;    
   - down_diff_inv - (buy) stop loss (in USD) above the selling price;    
   - percentual - Minimum percentage of profit on the purchase (Use the current fee applied by MtGox);    
   - secure_ticker - Security value that prevents the bot to make sales below a certain value;  
   - emacross - Turn on EMA crossover method (if emacross=true, Simple Market Direction Method automatically is turned off);
   - emaShort - EMA short period(in seconds) for EMA crossover method;
   - emaLong - EMA long period(in seconds) for EMA crossover method;
   - emaDiff - EMA difference between short and long crossover;
   - last_two_orders - Base next move on the last two transactions value;
   - interval - Bot loop interval (in seconds);  
   - timeout - Timeout in seconds for completion of the bid/ask;  
   - sudden_mode - When active, the bot makes a purchase at the sale price, or a sale at the purchase price. Used only when there is a need for immediate order processing. It will be disabled after the order is processed; (ATTENTION)      
   - reverse_prices - Same as Sudden, but definite. It will never turned off; (ATTENTION)    
   - manualstoploss - When active, in every action stop-loss requests remote confirmation of the bot operator; (ATTENTION)    
   - dire - Amount of past intervals used in the identification of market direction;  
   - dire_limbo - Minimum variation (in USD) to define whether the direction is out of limbo or not (limbo: when the bot still trying to set the direction of the market);    
   - vol_limbo - Minimum volume (in USD) to consider an abnormal change at the volume of an interval to another;    
Backtesting
   - fake - Turns on/off simulation (backtesting); (ATTENTION)
   - paper - Paper trading is simulation with Real Live Tickers but w/ fake money balance. (If Paper trading is true, $fake needs to be defined to "true")
   - fake_btc_balance - Initial amount of BTC for the simulation;    
   - fake_btc_usd_buyedprice - Initial purchase price of BTC fake balance;    
   - fake_datetime_of_firstbid - //Initial datetime (same as first line of fakegox_tickers file below);
   - fakegox_tickers - Access http://bitcoincharts.com/charts/mtgoxUSD, set the period (must be a period that supports interval 1min), click Raw Data, copy/paste the contents of the table in a TXT file and replaces tabulations by "," comma);
* Notificações via Twitter
   - enable_tweet - Enable/disable Twitter notifications;  
   - twitter_oauth - Data to access the Twitter API, if you do not have, go to: https://dev.twitter.com/apps and create your key w/ read/write permission access;
   - twitter_users - Twitter @users to be notified;    
   - Alert bot operator on high volumes;  
* Graphic WEB interface
   - Graphic results log (period, last action, asks/bids);  
  * HTTP control panel
         - Sudden mode (Activates sudden mode immediately, password is the two digit minute of the datetime displayed in the header above the chart, eg: "01" for datetime: 2013-12-30 04:01:18. It was done this way to prevent you run sudden-mode twice accidentally on a refresh page);  
         - Death mode (Freeze the bot temporarily. The Password is "meuovo123654", can be changed in the file: makesudden.php)    

Quote
The bot needs at least one bid and ask to generate the graphic chart correctly.
MtGox need at least 0.02BTC to process a transaction.

Installing: 1click-to-run (easy)
* Download here: hal10k_1click.zip w/ apache+php pre-configured, just run the: start_hal10k.bat

Installing: manual (advanced)
**GitHUB stable Source code**: https://github.com/intrd/bitcoin/tree/master/hal10k

Must be configured in *configs.php* and started on *hal10k.bat* (remember to edit *hal10k.bat* to correct default path: *C:\webserver\www\hal10k*)  

This project was developed in the environment described below, so please try to use a similar configuration:

* XAMPP version 1.7.7 (not included in the project)
** Apache 2.2.21 (running as service to avoid strange problems in pChart lib)  
** PHP 5.3.8 (VC9 X86 32bit thread safe) + PEAR  
* Libs utilizadas (included in the project)
** pChart 2.1.3 for graphics generation;  
** tmhOAuth for Twitter notifications;  

TodoList
* Add EUR
- Fake USD/EUR balance
- Implement Vircurex, BTC-e and Bitstamp API
- Create a version of .bat Windows looping file for Linux using Shell script+crontab
- Auto fetch BitcoinCharts API data

[/b]Changelog[/b]
* v2.4 beta 1 **(not at stable public release yet)**
   * php builtin webserver instead apache
   * added pivots(support & resistance) analysis
   * added MACD analysis
   * JS Graphic chart Client Side rendering
   * Now fetching past history data before starting bot (works on backtests, live & paper)
* v2.3 beta 1 **(not at stable public release yet)**
   * Fixed critical error at Market Direction decision (always returning MA, not EMA)
* v2.2 beta 1
   * Built-in apache+php pre-configured (1-click-to-run version for Windows)
   * Some EMA improvements
   * Better graphic chart
   * Massive bug fixes
* v2.1 beta 2
   * New trading technique implemented: EMA short/long crossover
   * Paper trading: Differs to Backtesting, its a simulation with Live Tickers but w/ fake money balance.
   * Improvements in Clear Log file
   * Improvements in en_US translation
   * Improvements in Twitter oauth conf
* v1.0 beta 2
   * First public version

> HAL10K Bitcoin trading bot (CC) copyleft http://dann.com.br - @intrd (Danilo Salles) <contact@dann.com.br> HAL10K is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 2, as published by the Free Software Foundation.

59  Economy / Trading Discussion / Re: Exporting tradebot CSV ask/bid log to Tradingview.com on: December 14, 2013, 11:44:55 AM
Like this https://www.tradingview.com/x/HDWElYA7/, but not manually.. importing CSV value, it's possible?
60  Economy / Trading Discussion / Exporting tradebot CSV ask/bid log to Tradingview.com on: December 14, 2013, 04:58:11 AM
I've developed a tradebot that generates the purchase/sale log in CSV format. It would be possible to export this log to Tradingview.com pointing arrows bid/ask? I already do this manually drawing, but it sucks. If not possible in tradingview, would some another tool?
Pages: « 1 2 [3] 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!