Notes
Notes - notes.io |
var op=0, profit, jml_profit=0, ls=0, pr=0, cnt=0; ganti=0, jml_modal=0;
var panjang=0, buff, hasil="";
var macro, pesan, profit=0;
pesan = ">> DM MARTINGALE - R_100 V.2 <<n";
iimDisplay(pesan);
var y=Math.floor(Math.random() * 9) + 0
var random = "R_50";
var LDP = y;
var stake = 100;
var x=Math.floor(Math.random() * 10) + 5
var myArray= ['R_75', 'R_100', 'R_50','R_25','RDBEAR','RDBULL'];
var rand= myArray[Math.floor(Math.random() * myArray.length)];
for (i=1;;i++)
{
op++;
cnt++;
jml_modal += stake;
pesan = ">> DM Martingale Beta <<n";
pesan += "Stake $"+stake.toFixed(2) + " | Loop-" + cnt + "n";
pesan += "STAKE OUT : $" + jml_modal.toFixed(2) + " | OP Count : " + op + "n";
iimDisplay(pesan);
macro = "CODE:";
macro += "TAG POS=1 TYPE=SELECT FORM=ID:websocket_form ATTR=ID:prediction CONTENT=%"+LDP;
macro += "nTAG POS=1 TYPE=INPUT:TEXT FORM=ID:websocket_form ATTR=ID:amount CONTENT="+stake;
macro += "nTAG POS=1 TYPE=INPUT:NUMBER FORM=ID:websocket_form ATTR=ID:duration_amount CONTENT="+x;
macro += "nTAG POS=1 TYPE=SELECT ATTR=ID:underlying CONTENT=%"+rand;
macro += "nTAG POS=1 TYPE=INPUT:NUMBER FORM=ID:websocket_form ATTR=ID:duration_amount CONTENT="+x;
macro += "nWait seconds=50.5n";
macro += "TAG POS=1 TYPE=BUTTON ATTR=ID:purchase_button_bottomn";
macro += "Wait seconds=50.5n";
iimPlay(macro);
macro = "CODE:";
macro += "TAG POS=1 TYPE=DIV ATTR=ID:contract_purchase_profit extract=txtn";
macro += "Wait seconds=.5n";
iimPlay(macro);
hasil = iimGetLastExtract(1);
i = 0;
panjang = 0;
while (hasil[i] != null)
{
panjang++;
i++;
}
buff="";
if (hasil[0]=="L")
{
for(i=5;i<panjang;i++)
{
buff += hasil[i];
profit = buff;
}
ls+=1;
jml_profit -= profit;
if (stake==10)
{
if (cnt==7)
{
ganti=1;
cnt=0;
}
}
if (stake>10)
{
if (cnt==4)
{
ganti=1;
cnt=0;
}
}
if (ganti==0)
{
stake*=10;
}
else
{
stake*=10;
ganti=0;
}
}
else if (hasil[0]=="P")
{
for(i=6;i<panjang;i++)
{
buff += hasil[i];
profit=buff;
}
jml_profit = (Number(profit) + stake) - jml_modal;
break;
}
}
if (jml_profit > 0 ) {
pesan = ">> DM Martingale Beta <<n";
pesan += "STAKE OUT : $" + jml_modal.toFixed(2) + " | OP Count : " + op + "n";
pesan += "RESULT : $ "+jml_profit.toFixed(2) + " (PROFIT)n";
iimDisplay(pesan);
}
else {
pesan = ">> DM Martingale Beta <<n";
pesan += "RESULT : $" + jml_modal.toFixed(2) + " (LOS) | OP Count : " + op + "n";
pesan += "n->There are too many delays, or please check your internet connection!";
iimDisplay(pesan);
}
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team