Disliked{quote} Dave, can you save that chart as a template and attach it to FF? I would like to deep dive into that ideaIgnored
Attached File(s)
To free Gazans of Hamas, use whatever it takes.
simple MACD and EMA cross 1 reply
Help with MACD & MA of MACD Cross indicator 0 replies
Simple MACD System - Make 100 Pips a Week! 15 replies
Simple MACD system based on 2 channels 122 replies
New Simple MA Cross System 39 replies
Disliked{quote} Dave, can you save that chart as a template and attach it to FF? I would like to deep dive into that ideaIgnored
QuoteDislikedI created it and put it to work, but so far no cross has happened in the last two days, so I think it's working fine haha.
DislikedAs for your ideas to minimize the risk, I think they can work, but you're also giving away a lot of the profit. If you open a position with 0.01 lots, you're getting 10 cents per pip. So, if you start an account with a capital of $5,000 and you make 2,000 pips that month, your return is only about $200, which is okay, but not that big considering your initial capital.Ignored
QuoteDislikedDrDave, thanks a lot for the charts you're providing and the info you're sharing. I was looking at your last post and it really looks promising. Can we incorporate a stop loss to this system?
QuoteDislikedI believe using the combination of both stochastics is leading up to something.
Now that we're waiting for the EA for Lukass' idea, I think it would be good if we focus on DrDave's idea now and see if it works and how we can improve it. So DrDave, your idea is the Buy Zone starts when the Signal of Stoch 64 is above 50 and sloping up, and then we buy when the Signal of Stoch 16 crosses the Main Stoch, right? Do we exit when the Signal of Stoch 64 is sloping down no matter where it is, or only when it crosses below 80? And for sell I believe it's...
DislikedIt is usually better to leave pips on the table than to risk losing a lot of pips in a single bad trade. Or to have a long streak of losers that total to a large loss. When you look at an average of 2000 pips /month, 12 months /year, $0.10 /pip, that is $2400 /year made from a capital amount of $5000. That means your account grew by nearly 50%. Where are you going to get a return on investment like that?Ignored
DislikedSo if an automated system can give me 80 net pips in a day with me doing nothing, I am happy with that.Ignored
Disliked{quote} So, let's set the fixed set of rules, and we can work together to create the EA and test it, and see if it works. Even if it takes longer than the other EA, what do we have to lose? We can spend some time working on it and consider it a hobby if it didn't work. Are you happy with that? If so, we can start working on it this week step by step.Ignored
DislikedI am ready. But, this thread started with a MACD system. So doing stochastics seems far enough off topic to be thread hijacking. If Lukass is OK with it, let's proceed. Otherwise, we need to start a new thread.Ignored
DislikedFor the MACD EA. I have received it yesterday. Best of luck to you guys.Ignored
QuoteDislikedLukass, thanks for allowing us to use your thread to continue with the stochastic strategy, but again, it's your thread and DrDave's idea, so you guys decide and I will be happy with whatever you decide.
DislikedI'm thinking about looking at a currency strength indicator to filter more of the setups. Probably a combination of entering trades only during times a currency pair's corresponding markets are open and the strength of the currencies in the pair are opposite will filter most of the really low volatility periods as well as unprofitable ranging periods.Ignored
DislikedI think here you're saying that this is going to be different than Lukass' strategy where you're always in the market whether it was going long or going short, here it means that we have only a specific time window to enter a new trade. Now, I need to do some more research on that but it's doable. We can set a start time and end time for the EA.Ignored
QuoteDislikedNow, you're using two stochastics, would you like to use two stochastics with different values (one higher and one lower), or two stochastics with the same values but different time frames?
DislikedFrom what I already posted, first, you can see that the initial trades tend to go to profit whereas the late trades tend to be losers. Second, during low volatility periods, such as when the currency markets for the pair are closed and there are only little retail traders active, trades are entered that essentially do nothing for many hours. Because it is never obvious which way the price will head when the market opens again, these trades can go either way--to profits or to losses--simply depending on the direction that the market decided to go...Ignored
DislikedI purposely use 2 stochastics of different periods overlaid on the same window rather than a single stochastic and "looking" at a larger chart. Of course this "looking" at the larger chart is easily done in the code. However, I have 2 reasons not to do that. Note that I am using 16 period and 64 period stochastics. So if I am viewing the H1 chart, the stoch64 shows me what the stoch16 of the H4 chart looks like; I don't need to have the H4 open. In addition, because each bar of the H4 is built from 4 bars of H1, the stoch16 line on the H4 chart...Ignored
Dislikedit will always be the H4 chart that is identifying the buy and sell zones. On the other hand, I can tell the computer to get the Stoch16 for the current period, and the Stoch64 for the current period. Here, if you trade the M1 chart, you will get the Stoch16 for that chart and the Stoch16 for the M4 chart (which doesn't exist, but you get the idea), if you trade the M15 chart, it will get the Stoch16 for M15 and H1, and so on.Ignored
QuoteDislikedSo should the buy/sell zone always be initiated on the H4 no matter what time frame we're trading? I hope my explanation makes sense to you.