Trading the forex fully automated martingale

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
Houston we have confirmation.

All trades are closed

Maintain radio silence please



Screenshot_20240926-202315.png
 
Last edited:
//gogo
double wantlots=0;
double baselots=0.01;

double mx=1;
double mx1=2;
double mx2=3;

if(pos> 5) wantlots+=(baselots*mx);
if(pos>10) wantlots+=(baselots*mx);
if(pos>15) wantlots+=(baselots*mx);
if(pos>20) wantlots+=(baselots*mx1);
if(pos>25) wantlots+=(baselots*mx1);
if(pos>30) wantlots+=(baselots*mx2);
if(pos>35) wantlots+=(baselots*mx2);
if(pos>40) wantlots+=(baselots*mx2);
if(pos>45) wantlots+=(baselots*mx2);
if(pos>50) wantlots+=(baselots*mx2);
if(pos>55) wantlots+=(baselots*mx2);
if(pos>60) wantlots+=(baselots*mx2);
if(pos>65) wantlots+=(baselots*mx2);
if(pos>70) wantlots+=(baselots*mx2);
if(pos>75) wantlots+=(baselots*mx2);
if(pos>80) wantlots+=(baselots*mx2);
if(pos>85) wantlots+=(baselots*mx2);
if(pos>90) wantlots+=(baselots*mx2);
if(pos>95) wantlots+=(baselots*mx2);
if(pos>100) wantlots+=(baselots*mx2);
if(pos>105) wantlots+=(baselots*mx2);
if(pos>110) wantlots+=(baselots*mx2);

//wantlots=0;

if(GlobalVariableCheck("DISABLED")) wantlots=0;
if(AccountMargin()==0 && pos<30) wantlots=0;
//if(AccountMargin()==0) wantlots=0;
//GlobalVariableDel("DISABLED");

if(AccountFreeMargin()<(AccountBalance()*0.10)) wantlots=0;

if(AccountMargin()==0)
{
//gogo
if(Bid!=lastbid) {lastbid=Bid; tradectr++;}
if(tradectr<30)
{
PlaySound("rainpuddle.wav");
Comment("TRADECTR: ",tradectr);
Sleep(1000);
return;
}//if
}//if

Print("price=",price);
Print("lots=",golots);
Print("optype=",optype);
Print("symbol=",Symbol());
//stoploss=Ask+0.0020;
//takeprofit=Bid-0.0020;

int ticket=OrderSend(Symbol(),optype,golots,price,slippage,stoploss,takeprofit,"My order",16384,0,CLR_NONE);
Print(ticket," OrderSend failed with error #",GetLastError());

if(ticket<0)
{
Comment("xOrderSend failed with error #",GetLastError());
Print(Symbol()," OrderSend failed with error #",GetLastError());
}
else
{
Comment("OrderSend placed successfully");
Print("OrderSend placed successfully");
if(!GlobalVariableCheck("NOTP")) GlobalVariableSet("settp",0);
}

ALL TRADES ARE CLOSED

BALANCE; $2,147.85


 
Last edited by a moderator:
//gogo
double wantlots=0;
double baselots=0.01;

double mx=1;
double mx1=2;
double mx2=3;

if(pos> 5) wantlots+=(baselots*mx);
if(pos>10) wantlots+=(baselots*mx);
if(pos>15) wantlots+=(baselots*mx);
if(pos>20) wantlots+=(baselots*mx1);
if(pos>25) wantlots+=(baselots*mx1);
if(pos>30) wantlots+=(baselots*mx2);
if(pos>35) wantlots+=(baselots*mx2);
if(pos>40) wantlots+=(baselots*mx2);
if(pos>45) wantlots+=(baselots*mx2);
if(pos>50) wantlots+=(baselots*mx2);
if(pos>55) wantlots+=(baselots*mx2);
if(pos>60) wantlots+=(baselots*mx2);
if(pos>65) wantlots+=(baselots*mx2);
if(pos>70) wantlots+=(baselots*mx2);
if(pos>75) wantlots+=(baselots*mx2);
if(pos>80) wantlots+=(baselots*mx2);
if(pos>85) wantlots+=(baselots*mx2);
if(pos>90) wantlots+=(baselots*mx2);
if(pos>95) wantlots+=(baselots*mx2);
if(pos>100) wantlots+=(baselots*mx2);
if(pos>105) wantlots+=(baselots*mx2);
if(pos>110) wantlots+=(baselots*mx2);

//wantlots=0;

if(GlobalVariableCheck("DISABLED")) wantlots=0;
if(AccountMargin()==0 && pos<30) wantlots=0;
//if(AccountMargin()==0) wantlots=0;
//GlobalVariableDel("DISABLED");

if(AccountFreeMargin()<(AccountBalance()*0.10)) wantlots=0;
if(AccountMargin()==0)
{
//gogo
if(Bid!=lastbid) {lastbid=Bid; tradectr++;}
if(tradectr<30)
{
PlaySound("rainpuddle.wav");
Comment("TRADECTR: ",tradectr);
Sleep(1000);
return;
}//if
}//if
Print("price=",price);
Print("lots=",golots);
Print("optype=",optype);
Print("symbol=",Symbol());
//stoploss=Ask+0.0020;
//takeprofit=Bid-0.0020;

int ticket=OrderSend(Symbol(),optype,golots,price,slippage,stoploss,takeprofit,"My order",16384,0,CLR_NONE);
Print(ticket," OrderSend failed with error #",GetLastError());

if(ticket<0)
{
Comment("xOrderSend failed with error #",GetLastError());
Print(Symbol()," OrderSend failed with error #",GetLastError());
}
else
{
Comment("OrderSend placed successfully");
Print("OrderSend placed successfully");
if(!GlobalVariableCheck("NOTP")) GlobalVariableSet("settp",0);
}
Every time I check in on this golden thread it turns more and more deranged.

I pray to god that isn’t the actual code you’ve dedicated your life to friend. If it is, God help the trades.

Congrats on making it past 2,000;)📈
 
Trades are open

Screenshot_20240926-224820.pngScreenshot_20240926-224824.png

I AM SETTING UP A ZOOM MEETING WITH MY ANDROID METATRADER SCREEN SHARED.

MEETING ID: 499 672 1744

PLEASE LET ME KNOW IF IT IS WORKING.

TRADES ARE OPEN

JUST CURIOUS... WHAT IS THE TOTAL FUNDING RECEIVED BY THIS WEBSITE MONTHLY/ANNUALLY?

I MIGHT WANT TO MATCH OR TRIPLE THAT AMOUNT.
 
Last edited by a moderator:
I too wish for the meeting to be recorded as thus far ive seen no video proof of your exploits
 
  • Like
Reactions: |o|
i have no plans to record the zoom meeting.

i do plan to purchase another phone that i can use as a dedicated zoom meeting device that will run 24 hours//day.

MEETING ID: 499 672 1744

PASSCODE: V5N6TZ

i have ended the meeting, it works fine..

when i purchase a dedicated phone in a few days, i will run 24 hours day.
 
Last edited by a moderator:
Can you record the zoom meeting?
Did not record, but we chatted for about an hour, some thoughts:

This is definitely not a troll, this guy is serious about everything hes saying; he somehow stumbled into kiwifarms from saidit.net (Im unfamiliar with this forum but shoutout to them I guess).

He has a 8th grade education and is a self taught trader.

He really has spent 20 years thinking about how to trade the fx spot market, and does some calculation to determine what to do, but of course hes pretty sparse on details of what specifically hes looking at, considering hes on record saying backtesting is useless Id still love to hear how he decides what to calculate his strategy with.

He censors his curses because he uses phone transcription when posting, in fact, hes not signing off his posts with "trades are open" as some weird flare, I think hes genuinely looking at open trades on his phone screen and remarking that he has open trades at the end of his transcription message... Trades really are open guys.

He seems like a well natured boomer that really doesnt see how his posts could come off as satire, like using gambling fallacies as trading strategy.


i have ended the meeting, it works fine..

when i purchase a dedicated phone in a few days, i will run 24 hours day.

Could you dig up some of your old forum posts from metatrader? seems like it'd clear up if youre a troll for some people.

TRADES. ARE. OPEN.
 
Last edited:
After speaking with user await, it seems that I look like a troll because what I'm saying and doing is sort of over the top and fantastic.

I get it

Thank you for the nice review of our zoom chat, Mr await..
Screenshot_20240927-010056.pngScreenshot_20240927-010059.png
Trades are open

Could you dig up some of your old forum posts from metatrader? seems like it'd clear up if youre a troll for some people.
I tried posting a message on that forum the mql4.com if that's the site that you're talking about.. I think that is the official forum of the mediterator quotes company but I never really did anything there I think I posted something there looking for some information about how to do sockets out of mediter or how to do serial properly serial communications like serial port but I didn't get anything out of that site other than reading it I don't have any posting history at that website.

My bad
 
Last edited by a moderator:
they are not to be treated like they are less than they are to be treated nicely.
And I'm sure they will do that for gay boys who don't have fake tits and manginas, too...
Thailand it's an entirely different situation compared to how things are here in the United States.
Is it? The U.S. is on it's way there. Once every "trans" kid is chopped up, there will be no "hons" here either.
Only hot shemales to consoom and protecc.

Tailand? In the trash it goes like any other shitholes in which slicing and dicing kids for the coom is ok.
 
Last edited:
Back