- Search Metals Mine
-
a_trader replied Oct 20, 2010im probably done for today, i might still scalp some longs most of the time after a move this big, its best to stop itl likely range, it could even retrace, possibly the whole move dont try to catch big moves after a big move
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 20, 2010i think monthly statistics arent good id love to see the same statistics from accounts that are 2 yrs or older, and instead of month, show us a yr edit, oh i see its quarterly, that gives it more weight
What should be noted when going live with MT4?
-
a_trader replied Oct 20, 2010out of the 100% what % is newbs what % are experienced
What should be noted when going live with MT4?
-
a_trader replied Oct 20, 2010as you can see, i have alot of discretion in my decisions my mind changes fast, and often, like the market a few minutes ago i thought it could go far, now im thinking it wont i pretty much follow my gut, most of the time it works out i created this ...
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 20, 2010usually i would wait for heiken ashi to turn red since i entered high, and iv had a excellent day, i felt the need to exit we are now in a resistance areah, il buy again if a bar closes below the 10 ema
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 20, 2010i usually never buy high like this, but after seeing h4 & daily, i think we can go up a long ways, so i jumped in
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 20, 2010i definatly experienced some nasty broker tricks, i do see these tricks sometimes in demo nowadays for requotes & off-quotes, use a boolean, count the trades before you enter and after if the number doesnt change, keep trying to enter until it does ...
What should be noted when going live with MT4?
-
a_trader replied Oct 20, 2010my biggest problem is patience, and thinking i know what the market will do it proves me wrong all the time, i never learn i put my long ea back on the chart, iml eat some breakfast to wake up usually 4-6 hrs staring at a chart is all i can handle
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 20, 2010i closed my last trade on the pull back otherwise i was gonna exit below the fat red line iml take a break, maybe even a nap maybe later the trend will be clear again im still up over 1% today
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 20, 2010i opened the 2nd trade, then price went against me, i closed 1 trade il patiently watch before i decide my next move i put my ea named "none" on the chart it doesnt trade about 10% of the time, eu will reverse after the first hour, this could be one ...
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 20, 2010il keep posting as i close trades the gray box is the session i mostly trade, though i can trade anytime i let my ea open 2 trades, il try to let 1 trade stay open, incase theres a big move
EURUSD Semi-Automated Journal by a_trader
-
EURUSD Semi-Automated Journal by a_trader
Started Oct 20, 2010|Trading Journals|49 replies
iv decided to open a journal to help with discipline my entries are automated, my exits are ...
-
a_trader replied Oct 11, 2010i once shared your problem i realised if i wanted something, i had to get it you should learn to code
Manage T/P of Open And Pending Order in Semi-Martingale
-
a_trader replied Oct 10, 2010where it says if (OrderMagicNumber() == MagicNumber && OrderType() == OP_SELL) change it to if (OrderTicket() == ticket && OrderType() == OP_SELL) then put this at the top with your other settings extern int ticket=0; that eliminated the mn you ...
How to use my EA to handle a specific trade that was opened manually?
-
a_trader replied Jul 16, 2010i was gone a while, just now noticed, thanks very much
Changing timeframes of all charts simultaneously
-
a_trader replied Jul 1, 2010u save it as a template named default
Need EA that uses Renko to track the trend
-
a_trader replied Jul 1, 2010i dont mean its dificult for a coder, but for a coder to tell a novice how to do it these arent just the basic type of comment, theres 7eral places all through the ea that its being changed the length is longer than 1 object can hold, so itl take ...
Help needed with this to make changes on this EA (market scanner)
-
a_trader replied Jul 1, 2010well, the comments are scattered all throughout that ea actually, the coder made his comments the most complicated iv seen it seems like you dont know how to code it would be dificult to tell you how i dont realy have the time if none has helped u ...
Help needed with this to make changes on this EA (market scanner)
-
a_trader replied Jul 1, 2010what im saying, is that ea is using Comment() you cannot change the color or text size the ea would need to use objects to do that it can be done
Help needed with this to make changes on this EA (market scanner)
-
a_trader replied Jul 1, 2010that code i posted, i got it from a trade copy ea, its at tsd forum it uses files, internet maybe you can look at that code and figure it out good luck
Reading a text file from within EA?