PwR EVA
-
0002097
- Posts: 9
- Joined: Thu Nov 17, 2011 9:30 pm
Re: PwR EVA
Good morning, last Friday I had 1 win and 7 losses. It was a bad day, but my R:R will help me recover. 
You do not have the required permissions to view the files attached to this post.
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: PwR EVA
Attached is an indicator to show us the trades. Well, that's what I think it does, I'll rely on the OP to correct me.0002097 wrote:Good morning, last Friday I had 1 win and 7 losses. It was a bad day, but my R:R will help me recover.
It displays a copy of the PwR indicator, and draws little blue and red "v"s wherever it detects a hook (if it isn't in a trade already). It then draws the modified FIBO objects as appropriate.
Friday looks like this:
Let me know what you think.
You do not have the required permissions to view the files attached to this post.
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: PwR EVA
I forgot to mention the number of bars used in determining the hook are user configurable along with start/stop hours and min/max candle size:gaheitman wrote:It displays a copy of the PwR indicator, and draws little blue and red "v"s wherever it detects a hook (if it isn't in a trade already). It then draws the modified FIBO objects as appropriate.
Code: Select all
extern int Start_Hour=8;
extern int End_Hour=15;
extern int RecentEndPoint=1; //look at previous bar to see if it is up/dn
extern int Vertex=2;
extern int DistantEndPoint=3;
extern int MaxCandleHeight = 10;
extern int MinCandleHeight = 1;
-
0002097
- Posts: 9
- Joined: Thu Nov 17, 2011 9:30 pm
Re: PwR EVA
Hi Gaheitman! Sorry for the late response, I will try your indicator as soon as I can, I'm currently on exams so there's no trading for me these days. I will also update the forward test results as soon as my life comes back to normal.
Regards, 0002097
Regards, 0002097