- Search Forex Factory
- 74 Results (1 Threads, 73 Replies)
- Tigertron replied Apr 25, 2011
Source Code Is Attached — Thanks to all the folks who used my indi. My intention was to post the source code once I got all the bugs worked out. Then, while working out of town, my laptop was stolen. It had all the source code on it and I ...
- Tigertron replied Sep 8, 2009
Glad to hear that.
- Tigertron replied Sep 8, 2009
V1.5 — OK. Here it is. I had this version running on Friday and into the weekend and then into the open on Sunday. It ran all day today and through the close into another day. So far so good on my end. I did check it the best I could on ...
- Tigertron replied Sep 6, 2009
You maybe one of the two people that downloaded V1.4 that had a infinite loop triggered when the market closed. When I discovered it locked up I pulled the V1.4 real quick and put up a fixed version with the same v1.4 unfortunately 2 people had ...
- Tigertron replied Sep 4, 2009
V1.4 — OK. Thanks to everyone for helping me get the bugs shaken out. I spend most of my time in EURUSD on a 15 min chart. So I know it works pretty good there H4 charts proved to be a particularly tough bug. Mainly because a 4 hour candle ...
- Tigertron replied Sep 4, 2009
Hi studbiol, There is a feature in the pivot indicator that allows the values of the pivots to be shared with other EA's and indis. It is done through GlobalVariables. In my pivot indicator there is an input to make the variables global. This, when ...
- Tigertron replied Sep 3, 2009
That's it Ian. 4 Hour candles have a problem because a candle can span the CalcFromWhatHour and the indi will pick a start candle closest to the time you choose which may not be the correct time thus skewing the pivots. So until I solve this please ...
- Tigertron replied Sep 2, 2009
CilO, I'd hate to turn this into some super-do-all indi. I didn't want to make it give alerts just because so many people have so many different ideas for what should or shouldn't be included. What I *did* do, and this should help you too, is make ...
- Tigertron replied Sep 2, 2009
I have been doing all my testing on 5 digit. I did check it on a 4 digit, but not extensively or on all pairs. I will look into your problem closer. Thanks for the input. btw what cross are you talking about? Edit: I see the zero divide on 4 digit ...
- Tigertron replied Sep 2, 2009
What are you CalcFromWhatTimeZone and CalcFromWhatHour set too? Also what timezone are you in? I was always afraid there maybe some calculation problems from other timezones. -4 and 17 would (or should) correspond to New York 5pm close from any ...
- Tigertron replied Aug 30, 2009
Ok sorry for this but I made a typo in the modification to the market hours in V1.3. It only causes the indicator to start 1 hour late after that all the lines will be correct once the indicator knows the market is open. I fixed it and posted the ...
- Tigertron replied Aug 30, 2009
Thanks. I made it because I wasn't too impressed with the others I had found. I'm glad you like it.
- Tigertron replied Aug 29, 2009
just_ha, I think that problem should be solved now. Please get V1.3 on post #1. Tony
- Tigertron replied Aug 29, 2009
Sorry for the confusion Harry. I had to hold off posting V1.3 because of the bug with higher timeframes. It should be fixed I hope. Please go and get V1.3 on post #1 now.
- Tigertron replied Aug 29, 2009
You should be able to turn everything off except the Pivot Line (why have it all if you don't want that at least ). So, I will look into you problem and get back to you. ...OK, I see your problem. 4H is picking up 12 hours off. Expect V1.4 ...
- Tigertron replied Aug 29, 2009
Harry, I wish I was really as smart you say I am. I'm glad the indicator helps you. Please get V1.3 on post #1. I am hoping that the version I just posted will fix your troubles. I will look into it though. Thanks for pointing it out. I will try and ...
- Tigertron replied Aug 28, 2009
Under the inputs if you scroll down you should see two font size settings. One for vertical text and another for the rest of the text. Also, scroll through those entries. You should find every color and line style you could want to change.
- Tigertron replied Aug 27, 2009
My CloseStop is a Fractal level. Basically the last swing high or low point. To update; it didn't work that good. I got whacked on a 15 min bar that had my circuit breaker set almost 20 pips away. There was a lot of increasing volatility right ...
- Tigertron replied Aug 27, 2009
I just checked the daily PP against my PP and it is almost the same as the website. Its never going to be exact unless you use the same data feed. Just be sure you are calculating from the close of New York. 1700 EDT.
- Tigertron replied Aug 24, 2009
I haven't looked to close to your code but I use ATR as a circuit breaker now. So far is seems like a nice way to keep the range dynamic. I do something like this: double CircuitBreaker = NormalizeDouble((iATR(NULL,0,14,1)*3),Digits); if((Bid+Ask)/2 ...