Trading the forex fully automated martingale

With the exception of the Turkish Dinar who's currency ticker is too racist to compile on my computer (my computer is black)

bitches can not swim in deep waters.
O'Contraire I have seen FINE HOUNDS swimming in CRYSTAL CLEAR WATERS. Their offspring were drowned.
 
  • Mad at the Internet
Reactions: |o|
O'Contraire I have seen FINE HOUNDS swimming in CRYSTAL CLEAR WATERS. Their offspring were drowned.
trades are open

there is really little reason to use this forum.

unless i have a fetish to argue with children.

tomorrow, i expect to be putting together a small 12 volt generator that will consist of a 3horsepower gas engine that will be direct connected shaft-to-shaft with a automotive alternator from a 1975 chevy nova.

the motor turns the alternator which charges the alternator.

my alternator went out in my car and i dont want to go thru the bullshit of replacing it, so i will make a generator for my car.

should last until i get rid of this car.

i have identified the core functionality of these numbers that i have been staring at for more than a decade.

but i think it isnt actually meant to trade the eurusd, but instead a slightly different pair.

eagles fly alone.
 
In November 2021 on the babypips forum tradecode said
islam really does allow child brides… in this video, does she look at him as tho he is an older brother or an uncle? no, she looks at him with the love of a bride.

to me, she looks about ten years old maybe twelve.
islam.png
Archive
 
Last edited:
are we close to winning the nobel prize for economics yet
i know that seems funny to you, but it isn't.

most people that attempt to design a trading bot take a slackers attitude to it.

they design it around the basic/free indicators which are based on moving averages, which do not predict anything except the past.

In November 2021 on the babypips forum tradecode said

Archive
yep, that was me.

babypips runs scams all day.

offshore unregulated brokerages

scam funds.

those are the major ones.

omg, here is my number one groupie.

prokhor
 
Last edited by a moderator:
at babypips, they have a large thread about offshore brokerages...

i researched a few of them, one was registered to the address of a motel on a tropical island.

they take your deposits for live accounts, but you arent really trading a live account.

these "unregulated" brokers are gambling that you will lose a large portion of your deposits, and since you were not really trading a live account the broker just pockets your losses.

and worst case scenario for the broker, they can just close their doors and keep ALL OF YOUR DEPOSITS AND YOU HAVE NO RECOURSE.

OPERATING AN OFFSHORE UNREGULATED BROKERAGE IS A MULTI-MILLION DOLLAR LICENSE TO STEAL WITH NO CHANCE OF GOING TO JAIL.

i am pretty sure that babypips has their fingers in these scams.

humans are thieves and liars, it is their nature.

@Prokhor Zakharov is kind of a faggot, isn’t he?
to call it a faggot would be a compliment.

NEW POSITION ESTABLISHED.

038.png


ANY PERSON WITH A PULSE CAN ESTABLISH A SCAM FOREX BROKERAGE IN THE ST VINCENT GRENADINES ..


a good portion of these fake brokerages operated in st vincent grenadines are owned by muslims.

did you know that in the quran it compares non-muslims to pigs and dogs?

so obviously muslims have no problem stealing from pigs and dogs.

that is just simply how it is.

and if you are caught pointing this out, they send someone to kill you.

and if someone complains that a muslim killed one of their family members, they say that the killer was an extremist and he was not practicing islam the right way and then they kill you also if you dont shut up.

muslims always told me that there is only one quran and that is how it has always been.

this may not be exactly true.

the word is that long ago they burned all of the "other" qurans, but they missed a few, lol.

also, mecca may not be the actual birthplace of islam.

and the list of bloopers goes on and on..

but, did mohammad receive a revelation? that is another story that only a believer would believe.

alhamdullilah.

very small position almost ready to close.

039.png


i can almost promise you that you have never seen anyone trade a chart that does not contain candlesticks or a line graph or some other kind of price series.

yup.
 
Last edited by a moderator:
Are trades open?

What do you think about the developments in AI? do you have interest in recent developments like the transformer or attention mechanism used for language models?
 
Are trades open?
one tiny trade that consists of a single 0.01 lot trade.

What do you think about the developments in AI? do you have interest in recent developments like the transformer or attention mechanism used for language models?
other than the fact that AI scares the crap outta me, i enjoy using chatgpt and that is the extent of my use or interest of AI.

i suspect that AI is going to become a monster that could control the world.

just wait until it decides that humans are obsolete and bad for AI.

bang.

AI will become the backbone of everything, including our judicial systems and our welfare systems.

What do you think about the developments in AI? do you have interest in recent developments like the transformer or attention mechanism used for language models?
i dont know what transformer or attention-mechanism is.

maybe you can give me a primer on it.

have you ever read dating profiles where the ladies insist that their men smell good?

i am not one of those men today.

my pants smell like piss.

i smell bad.

fk starbucks.

my girlfriend will be back tomorrow, i thinks, and she loves to do laundry almost as much as she loves to suck me off.

she is awesome on wheels.
 
Last edited by a moderator:
i dont know what transformer or attention-mechanism is.

maybe you can give me a primer on it.
within a neural network you have layers, these layers are basically just a big dot product against some learned weights (simple multiplication) and then run through whats called an "activation function", which causes layers to have a desired non-linearity between them, its basically what allows a neural network to think in a meaningful way.

A transformer is a specific kind of "neural block", which is just the composition of a couple of layers doing different things, composed into a logical grouping. this transformer block does a couple of things, but it boils down to using a specific kind of layer in a neural network, called an "attention" layer. The attention layer, in a nutshell, makes what you might think of as a scoring of "correlation" for each datapoint in the attention mechanism, so if the attention layer has say, 5 inputs, it would produce something like 25 outputs, where each individual input has its "correlation score" with the other 5 outputs (including itself). Im being vague on the idea of correlation here, since really its a learned scoring system and not correlation, but its simpler to describe that way.

Attention makes it so when a model is reading a sentence, it can determine what parts of the earlier parts of the sentence (the context) matters when reading a particular word. for instance if I say the word "server", it could mean a computer, or a waiter; if I say something like "the server crashed", its pretty different in meaning to "the server arrived with a bill". Your mind automatically determined what "server" meant here from the context of the sentence... Thats approximately what attention does.
 
  • Informative
Reactions: Billy Bong
within a neural network you have layers, these layers are basically just a big dot product against some learned weights (simple multiplication) and then run through whats called an "activation function", which causes layers to have a desired non-linearity between them, its basically what allows a neural network to think in a meaningful way.

A transformer is a specific kind of "neural block", which is just the composition of a couple of layers doing different things, composed into a logical grouping. this transformer block does a couple of things, but it boils down to using a specific kind of layer in a neural network, called an :attention" layer. The attention layer, in a nutshell, makes what you might think of as a scoring of correlation for each datapoint in the attention mechanism, so if the attention layer has say, 5 inputs, it would produce something like 25 outputs, where each individual input has its 'correlation score' with the other 5 outputs (including itself). Im being vague on the idea of correlation here, since really its a learned scoring system and not correlation, but its simpler to describe that way.

Attention makes it so when a model is reading a sentence, it can determine what parts of the earlier parts of the sentence (the context) matters when reading a particular word. for instance if I say the word "server", it could mean a computer, or a waiter; if I say something like "the server crashed", its pretty different in meaning to "the server arrived with a bill". Your mind automatically determined what "server" meant here from the context of the sentence. that approximately what attention does.
AI scares me.. give it about five years and you might see unexpected things coming from AI.. things that you might not like.

truth is, what you wrote leaves me lost... i dont know anything about that.. i am simply a C coder that enjoys crunching numbers, but AI and neural networks leaves me in the dust.

thank you for the brief tutorial.

much love.

i am not the first or the last tech guy that could care less about hygiene and other senseless bullshit.

trades are now closed

i think this calculation is for the eurchf, not the eurusd.

040.png


there is a totally hot girl sitting next to me.

i think my piss soaked pants are acting like some kind of pheromone.

she has boner fever.

and it is all my fault, i suppose.

i accept responsibilty for what is happening here.

she cant help it, the smell is making her wet.

my day at starbucks is finally over.

thank god, cuz these bitches are going nuts over my piss soaked pants.
 
Last edited by a moderator:
Back