| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Scalp the Little Gits, dsu https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3695 |
Page 11 of 33 |
| Author: | nonlinear [ Wed Jun 25, 2014 11:57 pm ] |
| Post subject: | Scalp the Little Gits, dsu |
Dsu, I don't dare speak for Steve, but that is not what Steve is asking. Steve, I am pretty sure Dsu means how far into the ATR the pair has moved between the daily open and the trade time after the London open, or between the daily open and the trade time after the NY open. If it has already moved too far into the ATR, then less likely to continue the 5 or 10 pips. That's my dimwit view anyway. |
|
| Author: | dsugums [ Thu Jun 26, 2014 2:17 am ] |
| Post subject: | Scalp the Little Gits, dsu |
I will try to explain if this makes any sense for using ADR as a filter. During the start of new day, the ADR High/Low Level usually is +/- from the open price. If the pa moves below open price, new ADR high is made (which will be lower than previous one). If the pa moves up, the previous low will be the ADR low level. Each time a new low/high bid occurs, the ADR High/Low change. So, for filtering purpose, I think we should have at least 15pips from the ceiling/floor of the ADR high/low levels for the trade to succeed. If we just use ADR pips as filter, the EA will stop trading once the range has been met. Even though the daily range is hit, price might retrace by more than 15pips from ADR level for London to make another stab at the ADR levels. Summary is that we need to get dynamic ADR high/low for the day and trade accordingly if there is room to move from these levels. I know I probably made Steve so confused he will be cursing me |
|
| Author: | nonlinear [ Thu Jun 26, 2014 2:27 am ] |
| Post subject: | Scalp the Little Gits, dsu |
Dsu, I think you and I are saying the same thing? We are just measuring how far price has moved % wise into the ADR between the daily open and the start of the proposed pending order in the direction of the trade. Agree? That could be, for example, 65 or 85% to cut off opening pending trades, depending on the pair. |
|
| Author: | SpiderX [ Thu Jun 26, 2014 4:09 am ] |
| Post subject: | Scalp the Little Gits, dsu |
Maybe you should give these rules, each condition line by line in pseudo code form. That makes things easier. Cheers |
|
| Author: | dsugums [ Thu Jun 26, 2014 4:24 am ] |
| Post subject: | Scalp the Little Gits, dsu |
Let me try, I am just novice coder: ADR_High = iLow(Null,Period_D1, 0) + ADR/factor ADR_Low = iHigh(Null, Period_D1,0) - ADR/factor For Long if (ADR_High - PriceCeiling > 15/factor) For Short if (PriceFloor - ADR_Low > 15/factor) |
|
| Author: | SteveHopwood [ Thu Jun 26, 2014 9:07 am ] |
| Post subject: | Scalp the Little Gits, dsu |
V 1g is in post 1. Copied from post 1: I have added code to delete pending trades once your trading session has ended. |
|
| Author: | dsugums [ Thu Jun 26, 2014 9:07 am ] |
| Post subject: | Scalp the Little Gits, dsu |
Some good trades for London open. Now back to zzzzzz Next try at US open if still hungry |
|
| Author: | SteveHopwood [ Thu Jun 26, 2014 9:12 am ] |
| Post subject: | Scalp the Little Gits, dsu |
I coded 1g before reading the previous few posts. Give me time to try to understand them - they make little sense to me at the mo. |
|
| Author: | SteveHopwood [ Thu Jun 26, 2014 11:44 am ] |
| Post subject: | Scalp the Little Gits, dsu |
I took a bath, so V 1h is in post 1. Copied from the edited post 1:
|
|
| Author: | nonlinear [ Thu Jun 26, 2014 12:39 pm ] |
| Post subject: | Scalp the Little Gits, dsu |
Thanks for the modifications Steve, looking good so far (3 losers and 1 winner on the old version, but two of these were bad trades for the following reason). My criminal's daily open is five hours after the GMT+0, which is causing the EA to miss good trading opportunities and take bad ones. I am not saying that the daily open at GMT+0 or even +3 is best, but I do believe the daily open at GMT-5 is not the level would should start off of, or at least the one that I want to use. This EA requires really good spreads, which limits our criminal selection, particularly for U.S. traders (you guys overseas are spoiled with GP). So, when you have a chance, could you (pretty please) also add an hour offset variable to control the hour of the daily open relative to the broker or computer time? Thanks as always! |
|
| All times are UTC | Page 11 of 33 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|