- Search Crypto Craft
- 613 Results (17 Threads, 596 Replies)
- fry2010 replied Dec 29, 2008
look for articles on elliot wave. Try to count the waves and apply the fibs to this, its not neccessarily from the high to the low. Another point to consider is that price doesnt have to hit the fibs 'bang on target', as you will have difference in ...
choosing hi/lo point for drawing fibs
- fry2010 replied Dec 29, 2008
maybe he has actually found somthing to work on. Yes no stop loss is suicide, but he talks about good honest profit not the usualy 90% accuracy etc. Holy pendant have you thought about using an indicator to try and find divergence? Such as MACD or ...
100% Sure Win but only in trending n ranging.
- fry2010 replied Dec 29, 2008
thank you Jhig. It is a slightly worrying comment. Ill have to go for an ECN, although they require much more dough.
Brokers Do Take Opposite Trades!
- fry2010 replied Dec 29, 2008
how do you guys decide what kind of waves these are? seems like there are endless possibilities? all i am capable of understanding are the 12345 impulsive and 123 corrective. Those bat and butterfly patterns elude me.
Elliot wave Analysis in stocks
- fry2010 replied Dec 28, 2008
Look mid-way through page 2 and you will see in BIG CAPITAL LETTERS.
Brokers Do Take Opposite Trades!
-
Brokers Do Take Opposite Trades!
Started Dec 28, 2008|Broker Discussion|67 repliesI thought I wud just make people aware in case they wasnt sure of the rumers that brokers do ...
- fry2010 replied Dec 28, 2008
totally agree with u there. I think if somone does have a profitable method they wud not share it to people they do not know on a forum, i no i wudnt. However there was one guy that did have a profitable method and was very keen in sharing, so that ...
So how much are you making?
- fry2010 replied Dec 28, 2008
paradoxical, u say there is no consitant profitable strategy. Why are there a fair few stragtegys in this forum with 5 stars that have been going for somtime? Personally I dont really bother with them myself, i am just curious as to why they seem to ...
So how much are you making?
- fry2010 replied Dec 27, 2008
major news events usually happen after all the proffesionals and institutions know about it. So pretty much useless too. As for indicators they are good tools and do exactly as they are programmed to do, its just how people use them that is in ...
Why Indicators will fail you
- fry2010 replied Dec 26, 2008
surley is hes wrong most the time just take the opposite of what he says?
Why CNBC shows Liar Jim Cramer Weekly?
- fry2010 replied Oct 2, 2008
Ok now I have a new problem. I would like to incorperate martingale strategy to my ea. Would I be correct in using something like this: double Lot = 0.1; if (OrderProfit() < 0) { Lot = Lot * 2; } else { Lot = 0.1; }
How to stop trading when Profit is made?
- fry2010 replied Oct 1, 2008
finally I have sorted it. I have removed the return(0); from that for loop, also added this to it: if(TimeMonth(OrderCloseTime()) == Month()) { profitmade = true; } else { profitmade = false; } So now it is working very well. Thanks for your help ...
How to stop trading when Profit is made?
- fry2010 replied Sep 30, 2008
cool sure. Here is where Im using the code u suggested, aswell as where I have tried the way I done it. I think the problem is somthing to do with its returning of the bool profitmade. When it makes the first profitable trade it stops trading ...
How to stop trading when Profit is made?
- fry2010 replied Sep 29, 2008
unfortunatly that does the same thing as what I had before. But it is an interesting way of doing it. Thanks for reply. Maybe I am not returning correctly? It is like it is ignoring it all together? I have placed this part of ur suggested code into ...
How to stop trading when Profit is made?
- fry2010 replied Sep 29, 2008
You dont need anyindicator or EA for this. Althought you could code and EA to place a trade for news for you, just get the EA to make a pending order, or activate when it recieves news. But anyway if you cant make a trade because you are not there, ...
Post-timed order placement
-
How to stop trading when Profit is made?
Started Sep 29, 2008|Platform Tech|7 repliesI am struggling to get an EA to stop trading once it makes profit for the month. So basically ...
- fry2010 replied Aug 1, 2008
sounds complicated. It must use indicators or price to determine a kind of percentage as to the number of times before it moved up or down. So when a certain condition is met it will know that it has a ...% chance of it going up.
# of EA's on 1 account
- fry2010 replied Aug 1, 2008
No probs mate. Sounds exciting. Id love to know how to make an EA learn. Its like Poker Robots. They have the ability to learn, and the expensive onces become very powerful. Do you think the way it learns is by working out for example the typical ...
# of EA's on 1 account
- fry2010 replied Jul 31, 2008
Can anyone share with me what they use to determine support and resistance? Are you just looking at points where price most frequently 'stopping' at? Basically Im comming round to the idea that less is more. I have been through many many indicators ...
No Brainer Trades