- Joined
- Jan 7, 2021
Very shamefur behaviour. Not very coor.hopefully suicidal.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Very shamefur behaviour. Not very coor.hopefully suicidal.
Don't worry about that. He couldn't bother me if he tried. He is a childish whining bitch.Very shamefur behaviour. Not very coor.
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.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.
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?position update
following is my risk model: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?
Have you considered just using a float instead of double? You’re using double the bit space for your variable memory.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;
It doesn't really matter.. what I'm doing works just fine.Have you considered just using a float instead of double? You’re using double the bit space for your variable memory.
It’ll make it faster. Something for consideration if you upgrade it further.It doesn't really matter.. what I'm doing works just fine.
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.It’ll make it faster. Something for consideration if you upgrade it further.
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?my program processes my trades tens of thousands of times faster than I could ever do it manually
I appreciate your very kind and professional questions.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.
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.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.