Trading the forex fully automated martingale

Very shamefur behaviour. Not very coor.
Don't worry about that. He couldn't bother me if he tried. He is a childish whining bitch.

Trades are open

Lots: 0.38 ($3.80/pip)

Expected profit $180 (7.7%)

Screenshot_20240930-121116.pngScreenshot_20240930-121120.png

In the beginning, I would be happy to take a $25,000 or $50,000 deposit..

.. but down the road I'm pretty sure that we will insist on a minimum investment amount of $25 million or $50 million, otherwise we are just chasing pennies.

Video: Rolls-Royce silver spur stretch


position update.

010.png
 
Last edited by a moderator:
first, they demand that i share my software, and they dont even know if it works.

next, they insult me.

in the end, they run away like the children that they are.

fucking retards.

most of you couldnt shit your way out of a paper bag as a trading systems developer.

fuck this site.

i am logging off.
I had added this thread to the "watched threads" on the forum and then it decided to do that thing it does where it stops giving me notifications, so I'm just now catching up.
 
So if I'm understanding your changes correctly, you're bumping up your lot sizes? So basically you're getting more confident with the bot and kicking it up a notch?
following is my risk model:


//gogo
double wantlots=0;
double baselots=0.01;

double mx1=2;
double mx2=3;
double mx3=4;
double mx4=5;

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

//wantlots=0;

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

if(AccountFreeMargin()<(AccountBalance()*0.10)) wantlots=0;
 
May be buried in 45 pages somewhere but mind me asking of you are basing the trading actions or shorter term technical triggers in a purely quantitative manner or are you looking at depth of market or is it a grab bag of subjective indicators?

Currency has lots of left skew so I am genuinely curious about your approach. Not asking you to give away secret saucr but curious.
 
When I get my money straight, it is my plan to be the executive producer of an internationally syndicated radio and television talk show.

The topic of the show will be investing and trading.
View attachment 6472018


]I have modified my risk model:

//gogo
double wantlots=0;
double baselots=0.01;

double mx1=1;
double mx2=2;
double mx3=3;
double mx4=4;

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

//wantlots=0;

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

if(AccountFreeMargin()<(AccountBalance()*0.10)) wantlots=0;
Have you considered just using a float instead of double? You’re using double the bit space for your variable memory.
 
  • Thunk-Provoking
Reactions: Mankirk

Have you considered just using a float instead of double? You’re using double the bit space for your variable memory.
It doesn't really matter.. what I'm doing works just fine.

My first computer had 64k of memory and not even all that was available for writing programs some of it was used by the operating system etc, so with the computer like that you would be very conservative about how you waste memory but with these modern computers that have gigabytes of memory it's not a big deal to use a couple extra bites and so I don't worry about such things.

There's only one problem to worry about in the business of gambling and that is losing. If and I want to emphasize the word if.. if I can eliminate losing from the equation, then I don't really have a problem. Of course everyone in the world of investing knows that you cannot eliminate losing from the equation, but I thought I'd give it a try anyways.
 
Last edited by a moderator:
It’ll make it faster. Something for consideration if you upgrade it further.
As things are, my program processes my trades tens of thousands of times faster than I could ever do it manually and that really is more than I need.

The truth is I could run my trading terminal using a standard Telco line dial-up connection.. it would be a little bit clunky but it would run just fine..

Again, the real problem with gambling is eliminating the problem of losing.. the problem of trading is not about having a high enough speed computer, because I could crunch these numbers on a IBM 286 just fine using DOS and a shell program written in C.

Following is an audio recording of my metatrader code populating a grid by executing trades, it plays the machine gun sound when it opens a trade.
 
Last edited:
my program processes my trades tens of thousands of times faster than I could ever do it manually
I'm literally a nobody. I don't trade, or watch stock market stuff, or code whatsoever. As a nobody know-nothing, aren't you concerned that your bot won't compete with someone else's bot who might be more well-optimized? Or is that not a thing?
I wish you the best, and may your trades always be open.
 
I'm literally a nobody. I don't trade, or watch stock market stuff, or code whatsoever. As a nobody know-nothing, aren't you concerned that your bot won't compete with someone else's bot who might be more well-optimized? Or is that not a thing?
I wish you the best, and may your trades always be open.
I appreciate your very kind and professional questions.

There's really only one thing to be concerned about when trading... Is the price going to go up or is the price going to go down, and how far will it go up or down?

That is the important question to find an answer to.

My code runs just fine.. the issue with optimizing was an issue 30 or 40 years ago but not now.. you've got to really try to write code that runs too slow.

It really isn't that big of a deal for a trading bot to run fast enough, because how slow would things happen if you had to do it manually by hand? All that my code does is it automates what I would do with my eyes and my hands and it doesn't take much to go a lot faster than I can do it by hand.

The only thing I'm worried about now is trying to finish this project which really is an impossible thing to do.

This thread has been running for right at one week and I pulled off several martingale style grids and nothing got really crazy nothing dug in too hard.. I've been doing this for 20 years and that's pretty hard to do.


Position update

Screenshot_20241001-000545.pngScreenshot_20241001-000549.png
 
Last edited by a moderator:
On the left side of the chart, slightly above the bid and the ask price you will see a blue line sticking out from the left.. that is the break even point.

And then up towards the top of the chart on the left you will see a white line sticking out from the left.. that is the current Target or TARG.

Also before anybody asks, yes, disabled mode is active because I'm thinking about letting the price go up above the white Target line before I close. If disabled mode is not active on a buy trade it will automatically close my trades when the bid goes up above the white line and since I don't want that to happen and I want it to go up further I just engage disabled mode and it's really easy to do all I have to do is switch time frames.

012.png
 
Last edited:
you haven't done anything. you're deranged, retarded, possibly schizophrenic and hopefully suicidal.
Fyi, there is nothing about my personality or behavior that would even suggest schizophrenia., Except of course for my way out in left field sense of humor which is entirely fabricated.. My girlfriend has schizophrenia.. when she is not doing well she hears messages that come from high level secret government agencies and she is delusional and paranoid, those are the standard symptoms of schizophrenia and I do not exhibit any of those symptoms.

------

This man(postfeetpls) should be pleased to know that that has actually been my plan b for several several years.

I figured that I would just give every bit of effort that I can possibly give towards finishing this project and then I'm out of here.

I wouldn't be doing it because I I'm feeling unstable emotionally but instead it would just be an exit plan.

I have an ideal place chosen for this where I would be undisturbed and out of the rain and all that.

These are not immediate plans but instead they are soft plans that are intended as a plan b.

I figure I would pick up about 50 ft of ski rope type of rope from my local home improvement company or hardware store and pick up three 5 gallon buckets put them together and stack them upside down to stand on them.

Naturally I would prefer to finish my project but what are the odds come on?

I might as well be trying to hunt for unicorns as to hunt for a trading method that would allow me to win every time. I do understand how absolutely ridiculous it is what I'm trying to do.
 
Last edited:
be nice
Fyi, there is nothing about my personality or behavior that would even suggest schizophrenia., Except of course for my way out in left field sense of humor which is entirely fabricated.. My girlfriend has schizophrenia.. when she is not doing well she hears messages that come from high level secret government agencies and she is delusional and paranoid, those are the standard symptoms of schizophrenia and I do not exhibit any of those symptoms.

------

This man(postfeetpls) should be pleased to know that that has actually been my plan b for several several years.

I figured that I would just give every bit of effort that I can possibly give towards finishing this project and then I'm out of here.

I wouldn't be doing it because I I'm feeling unstable emotionally but instead it would just be an exit plan.

I have an ideal place chosen for this where I would be undisturbed and out of the rain and all that.

These are not immediate plans but instead they are soft plans that are intended as a plan b.

I figure I would pick up about 50 ft of ski rope type of rope from my local home improvement company or hardware store and pick up three 5 gallon buckets put them together and stack them upside down to stand on them.

Naturally I would prefer to finish my project but what are the odds come on?

I might as well be trying to hunt for unicorns as to hunt for a trading method that would allow me to win every time. I do understand how absolutely ridiculous it is what I'm trying to do.

You're too much of a pussy to do a flip, faggot.
 
Back