Bitcoin Forum
June 19, 2024, 09:26:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 »
21  Economy / Investor-based games / Re: anybody professional doublers here ? PM for exchange quality reflinks on: March 25, 2015, 08:50:24 AM


1. Investment send from
2. My Investments (0). 2 confirms.
3. Support of hourlycoins.com dont respond.

So ? Scam again ?
22  Economy / Investor-based games / Re: anybody professional doublers here ? PM for exchange quality reflinks on: March 25, 2015, 08:08:28 AM
Who want my 0.018 BTC for invest their reflink with design like as coinsdouble.com ?

proof

Please, PM me.
23  Economy / Investor-based games / Re: anybody professional doublers here ? PM for exchange quality reflinks on: March 24, 2015, 12:27:44 PM
multiply-crypt.com - spam
bigdoubler.com - spam
[Suspicious link removed].com - spam
cryptocoinx2.com - spam
bitget.in - spam
golden-gator.com - spam
bit-e.cf - spam
120bitcoins.com - spam
www.investbtc.net - spam
cryptotriple.org - spam
btc2me.com - spam
fordouble.com - spam
x2bit.com - spam
coinprofit.org - spam

Anybody need to test his/her skills ?  Grin


PM me with nonspam doublers quality reflinks for exchange.

Here

design not impresive there is. Don't invest there.
24  Economy / Investor-based games / Re: [6170 Payouts] CoinsDouble.Com - 100% PROFIT in 100 HRS - 10% INSTANT REF PAY on: March 23, 2015, 11:57:15 PM
proof 2015-03-19, 978 DOGE:




thank you, admin
25  Economy / Investor-based games / Re: anybody professional doublers here ? PM for exchange quality reflinks on: March 23, 2015, 09:03:17 PM
you should try with karl: http://moneyinpjs.com/invest-bitcoin/ this is a real business

this is more interested..
26  Economy / Investor-based games / Re: anybody professional doublers here ? PM for exchange quality reflinks on: March 23, 2015, 08:21:07 PM
multiply-crypt.com - spam
bigdoubler.com - spam
[Suspicious link removed].com - spam
cryptocoinx2.com - spam
bitget.in - spam
golden-gator.com - spam
bit-e.cf - spam
120bitcoins.com - spam
www.investbtc.net - spam
cryptotriple.org - spam
btc2me.com - spam
fordouble.com - spam
x2bit.com - spam
coinprofit.org - spam

Anybody need to test his/her skills ?  Grin


PM me with nonspam doublers quality reflinks for exchange.

https://bitcointalk.org/index.php?topic=954695.0

its not a doubler
27  Economy / Investor-based games / Re: What you need from a TRUEST HYIP Service??? on: March 23, 2015, 11:45:12 AM
Wave analysis, how it work:

46 sma's (simple moveing averages) optimizing on 72 valute pairs D1. This operation named optimization and take 3-4 hours on Celeron1.7Ghz 2GbRAM. The result of optimization save to file as format array Val1(int32 period1,int32 period2,int32 period3,int32 period4,int32 period5,int32 period6)

On fresh data pairs run next process named testing. It take 1-3 seconds on Celeron1.7Ghz 2GbRAM and show power of pairs in two columns.



tarball sources contain linux sources calculator.cpp,calculator.h and win32 sources  main.h, main.cpp, otskok.h,otskok.cpp

Example code otskok.h
Code:

#ifndef OTSKOK_H
#define OTSKOK_H
class Otskok
{
char* intToStr(int i);
bool strToInt(const char *s, int *i);
int strToInt(const char *s);
char* doubleToStr(double d,int precsion);
int rdtsc();
int find(const char *s, const char *key);
int find2(const char *s, const char *key);
char* substr(const char* S, const int pos, const int len);
char* timeToStr(const time_t st=0);
char* gmtimeToStr(const time_t st=0);
void sleep(int delay);
int mode;
/* TODO (root#1#): Journals */
struct deal{
int iOrderTicket;
int iOrderType;
int iOrderProfit;
int iOrderOpenTime;
int iOrderCloseTime;
double iOpenPrice;
double iOrderOpenPrice;
double iOrderClosePrice;
double iOrderStopLoss;
double iOrderTakeProfit;
int iOrderOpclose;
};
int curorderticket;
int totalorders;
int iTradesTotal;
int iTradesCurrent;
int iTradesTotalOP_BUY;
int iTradesTotalOP_SELL;
int iTradesTotalOP_BUYLIMIT;
int iTradesTotalOP_SELLLIMIT;
int iTradesTotalOP_BUYSTOP;
int iTradesTotalOP_SELLSTOP;
int iHistoryTotal;
int iHistoryCurrent;
int minprofit;
int maxprofit;
int minprofitcntmax;
int maxprofitcntmax;
bool prevorderprofitorno;
int drawdowncntmax;
int profitcntmax;
int drawdowncnt;
int profitcnt;
int sorderscnt;
int lorderscnt;
int totalprofit;
int curOrderTicket;
int curOrderType;
int curOrderProfit;
int curOrderOpenTime;
int curOrderCloseTime;
double curOpenPrice;
double curOrderOpenPrice;
double curOrderClosePrice;
double curOrderStopLoss;
double curOrderTakeProfit;
int curOrderOpclose;
deal *trades;
deal *history;
void journalsinit(bool init=true);
void add_row_history(double tOrderPrice, int opclose);
void add_row_trades(short tCmd,double tPrice,double tStop,double tTake);
void del_row_trades(double tOrderPrice, short opclose);
void OrderSelect(int tIndex, int selmode);
void OrderModify(double tOrderPrice,double tStop,double tTake);
void OrderSend(int cmd, double price, double stop, double take);
void OrderClose(int OrderTicket, double tOrderPrice, int opclose);
void OrderDelete(int OrderTicket);
void iOrdersControl();
/* TODO (root#1#): Tester */
struct optimizationvalparams{
short int param1;
short int param2;
short int param3;
short int param4;
short int param5;
short int param6;
short int param7;
int datetimeopt;
};
struct optimizationvals{
optimizationvalparams params[4];
/* int datetimestart;
int datetimeend;
int totalprofit;
int totalorders;
double totalprofitindex;
int totaldrawdown;*/
};
struct mdata{
time_t ctm[10000];//time_t
double open[10000];
double low[10000];
double high[10000];
double close[10000];
double volume[10000];
};
char testerpath[255];
char strategyset[255];
char datfile[255];
mdata* testermetadata;
char testersmas[36][22];
char testervals[255][22];
optimizationvals* testeroptval;
int testerperiod,testerspread;//,stopavg1b,stopavg1s,stopavg2b,stopavg2s;
int stopavg1b[2101],stopavg1s[2101],stopavg2b[2101],stopavg2s[2101],spreadtp[2101];
int testervalcnt,testersmacnt,testercuritem,testercursma;
bool testerfxok,testerdataok;
double topen,topen1,thigh,tlow,tclose;double tvolume;
int testerdigits,testercntper,tester2point;
double testerpoint;
double testercurh,testercuro,testercurl,testercurc;
int testercurbar;
time_t testercurdatetime;
int testermincnttrades,testermdrawdownclimit;
int randptr,randcnt,randcnt2,randbytes[65536];
void initrandbytes();
int getrand(int x1, int x2);
double mpage[33][2101][257][8];
bool mpageis[33][2101][257][8];
void mpage_update();
int testertest(int p1,int p2,int p3,int p4,int p5,int p6,int p7,int p8,int p9);
void testerstart(int k1,int d1,int k2,int d2,int k3,int d3,int l1,int l2,int limit);
double testersignal(int k1,int d1,int k2,int d2,int k3,int d3,int l1,int l2,int limit);
double maindex(const int index,const int period, const int price, const int shift);
double sma(const int period, const int price, const int shift );
double isma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double cci(const int period, const int shift );
double icci(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double atr(const int period, const int shift );
double iatr(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double rsi(const int period, const int price, const int shift );
double irsi(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double ichimoku(const int period, const int shift );
double iichimoku(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double momentum(const int period, const int price, const int shift );
double imomentum(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double ema(const int period, const int price, const int shift );
double iema(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double bandsup(const int period, const int price, const int shift );
double ibandsup(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double bandsdn(const int period, const int price, const int shift );
double ibandsdn(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double bears(const int period, const int price, const int shift );
double ibears(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double bulls(const int period, const int price, const int shift );
double ibulls(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double osma(const int period, const int price, const int shift );
double iosma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double demarker(const int period, const int price, const int shift );
double idemarker(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double demarker2(const int period, const int price, const int shift );
double idemarker2(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double stddev(const int period, const int price, const int shift );
double istddev(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double stochastic(const int period, const int price, const int shift );
double istochastic(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double stochastic2(const int period, const int price, const int shift );
double istochastic2(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double force(const int period, const int price, const int shift );
double iforce(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double ac(const int period, const int price, const int shift );
double iac(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double adx(const int period, const int price, const int aprice, const int shift );
double iadx(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double iadxmain(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double iadxup(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double iadxdn(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double adx2(const int period, const int price, const int aprice, const int shift );
double iadx2(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double gma(const int period, const int price, const int shift );
double igma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double tma(const int period, const int price, const int shift );
double itma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double sinema(const int period, const int price, const int shift );
double isinema(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double randma(const int period, const int price, const int shift, const double rma );
double irandma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double zerolagema(const int period, const int price, const int shift );
double izerolagema(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double lssma(const int period, const int price, const int shift );
double ilssma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double lwma(const int period, const int price, const int shift );
double ilwma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double volumesma(const int period, const int price, const int shift );
double ivolumesma(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double rvi(const int period, const int price, const int shift );
double irvi(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double rvi2(const int period, const int price, const int shift );
double irvi2(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double wpr(const int period, const int shift );
double iwpr(const int k1, const int d1, const int k2, const int d2, const int k3, const int d3, int l1, int l2, const int il);
double GetAppliedPrice(const int nAppliedPrice, const int nIndex);
int iLowest(int count, int start);
int iHighest(int count, int start);
void testerinit();
void testerloaddata();
void testerusefx();
void testersavefx();
int testerbacktest;
int actmode;
/* TODO (root#1#): Optimizer */
struct consolidatesorted{
char val[22];
int digits;
int datetime;
double priceopen;
double priceclose;
double pricehigh;
double pricelow;
double midBUYSTOP;
int cntBUYSTOP;
int cntBUYSTOPtotal;
int cntBUYSTOP2total;
double midSELLSTOP;
int cntSELLSTOP;
int cntSELLSTOPtotal;
int cntSELLSTOP2total;
double powerBUYSTOP;
double powerSELLSTOP;
double profitBUYSTOP;
double profitSELLSTOP;
double profitBUYSTOP2;
double profitSELLSTOP2;
int cntBUYSTOP2;
int cntSELLSTOP2;
bool used;
};
consolidatesorted* unsorted;
int datetimemin,datetimemax;
bool tradecurbar;
int optcurbuysell,cpuse,wsleep,optcntbars;
void test();
void test2();
void optimize();
/* TODO (root#1#): Debug */
void showlog();
void debug();
public:
double secsused;
int smastat[32];
Otskok();
void action(int t,int tperiod,int historymode,bool tcurbar,int tbackbar,int cntbars);
virtual ~Otskok();
};
#endif // OTSKOK_H

28  Economy / Investor-based games / Re: What you need from a TRUEST HYIP Service??? on: March 23, 2015, 11:30:44 AM
WOW !!!!

Very fast open positions.

In my Wave analysis the trades open fast as 2-3 trades per week. The profit >50pips on EURUSD etc. and no loss trades on 200 trades.

Proof in forex-mmcis.com

this is my pair scalper robot result
it open daily more 10-20 positions
 

Ok.
Scalper strategy must supported by forex-broker.
But, it's ok!

Can I see mt4|c++ code of your scalper robot ? ( PM me, if not for publish )
29  Economy / Investor-based games / Re: What you need from a TRUEST HYIP Service??? on: March 23, 2015, 11:20:31 AM
TRUST doubler website must have design and funtionality like as coinsdouble.com

Simple design. Simple proof. Simple functionality. Only this.

All other doublers website - spam.

If I'll see it, do invest start from 0.01 BTC

Professional website must have DDOS-protection, memcache dumped fork nosql.
30  Economy / Investor-based games / Re: What you need from a TRUEST HYIP Service??? on: March 23, 2015, 11:04:31 AM
WOW !!!!

Very fast open positions.

In my Wave analysis the trades open fast as 2-3 trades per week. The profit >50pips on EURUSD etc. and no loss trades on 200 trades.

Proof in forex-mmcis.com
31  Economy / Investor-based games / SCAM at start! ~~~WARNING~~~ on: March 23, 2015, 09:15:22 AM
multiply-crypt.com - spam
bigdoubler.com - spam
double ..-.. bitcoins.com - spam
cryptocoinx2.com - spam
bitget.in - spam
golden-gator.com - spam
bit-e.cf - spam
120bitcoins.com - spam
www.investbtc.net - spam
cryptotriple.org - spam
btc2me.com - spam
fordouble.com - spam
x2bit.com - spam
coinprofit.org - spam

Anybody need to test his/her skills ?  Grin


PM me with nonspam doublers quality reflinks for exchange.
32  Other / Beginners & Help / Re: Is there a way to earn 50$ in a month from faucets ? on: March 20, 2015, 08:30:26 PM

Another BTC-rotator

http://btcuah.gq/buldozer.swf

sources of swf

http://btcuah.gq/buldozer.as

I make about BTC0.1 per month

proof:

https://faucetbox.com/check/122yBy8nzawqDYZvF9QGpkTbcqqTAHyV1M
33  Economy / Digital goods / Re: YouTube Channel for sale (49 million views & 190,000+ subscribers) on: March 19, 2015, 08:56:23 PM
I will pay about BTC0.001 for this (non negotiable), if interested PM me.
34  Economy / Investor-based games / Re: [6170 Payouts] CoinsDouble.Com - 100% PROFIT in 100 HRS - 10% INSTANT REF PAY on: March 19, 2015, 10:00:37 AM
well i lost 0.60 BTC  into this site

if count of transactions more then 100 000 - very big advantage to server Apache|nginx+php+mysql.

Thereis memcache need for good work !

I know, how make websites with memcache   Tongue
35  Economy / Digital goods / Re: Wave analysis, Forex on: March 18, 2015, 09:31:29 PM
I move the sources with svn to git , cause Project Hosting on Google Code will close on January 25th, 2016

from

http://otskok-impuls.googlecode.com/svn/trunk/

to

https://github.com/ysle11/otskok-impuls

May be github better ?

Who knows.
36  Other / Beginners & Help / Re: Is there a way to earn 50$ in a month from faucets ? on: March 17, 2015, 06:54:00 PM
what are best faucets besides freebitco.in which I signed up already ?  Smiley

best, but not faucet , not gambling, but 50% a month - not a problem
37  Economy / Investor-based games / Re: [6170 Payouts] CoinsDouble.Com - 100% PROFIT in 100 HRS - 10% INSTANT REF PAY on: March 11, 2015, 08:56:29 AM
Its official, CoisDouble finally died. Im kinda sad because i made some good cash here and now its gone. RIP to the site that began more than a month ago and lasted this long. Better than most who last 2-3 days and then run.

If you guys start up again, give me a message and ill invest again.

 Grin where you buy marichuana ?  Grin Cool !
38  Economy / Micro Earnings / Re: Faucets rotator *buldozer.swf* only for serfers. on: March 11, 2015, 12:05:25 AM
i strongly advise NOT to click those links

Yes. You can read the Subject of a topic.
39  Economy / Currency exchange / Re: BTCUAH exchange for Ukraine on: March 11, 2015, 12:03:34 AM
looks to me like  a lame affiliate link spam ...

landing page.
It is for load balancing. More than 100 000 visitors look about BTCUAH.
40  Economy / Micro Earnings / Faucets rotator *buldozer.swf* only for serfers. on: March 10, 2015, 08:27:10 PM
http://btcuah.gq/buldozer.swf

http://btcuah.gq/buldozer.swf

THIS FILE USE FOR FREE.
THIS FILE IS FOR FAUCET SERFERS. YOU MUST WORK HARD. THIS FILE HELP YOU MAKE 0.0025 BTC per 24 hours instantly.

Instruction how use file:

Save file to some folder your ssd/hdd. Run buldozer.swf in Firefox browser and click to the links in there time to time. This ROTATOR help you maintaine your time for click the best results.

I make this buldozer.swf in FlexBuilder for myself working. I work on buldozer.swf every day time as year. In average I make 1-2 patches per week. After patching I am compile it to hdd and press F5 in Firefox. Continue using.

Why SWF ? Why not JS.etc. ?
  • I am use SWF because its fast to open new tabwindow just in one click.
  • I am use SWF because its fast SORT data on TIME column.

Where can I get sources of buldozer.swf as buldozer.as for make patch and compile with FlexBuilder2 ?
Write PM for get link.
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!