- Search Energy EXCH
- Paradox replied Nov 1, 2012
I checked an it seems that it should work. You will have to give me the output of your expert tab. Please use PM.
Still Basketting
- Paradox replied Oct 31, 2012
Here is the script for dynamically scaling or re-weighting a basket efficiently and accurately. Basically you can fudge around with the PositionWeighting to get the exposure you want or to scale in and out. Set ReverseTrades = true if you want to ...
Still Basketting
- Paradox replied Oct 31, 2012
You have to set them all to the same magic number. Probably just set the close all to 419 like in the default scripts should do it.
Still Basketting
- Paradox replied Oct 31, 2012
Here it is. It really depends on what you want to do with it. I like self contained code that I can test and build upon. But there are also advantages to a real chart even if it is offline. With this chart you cannot attach custom indicators. For ...
Still Basketting
- Paradox replied Oct 31, 2012
Good to see an active basket thread here. I have off and on worked on basket analysis and indicators. It seems most of the idea was to use hedging and mean reversion, cointegration etc to make a profit. I have never been able to get it to work with ...
Still Basketting
- Paradox replied Oct 31, 2012
What I didn't think was clear here if you want it to refresh is that you have to attach the basket indicator to and ONLINE chart. At least this is the issue I had.
Still Basketting
- Paradox replied Oct 31, 2012
Yes I did reverse the prediction on the negatively correlated patterns. I was thinking of mapping it to a future heatmap. But I have been down this prediction road before and there wasn't enough there. I doubt if I have any new insights. I am sure ...
Pattern-Finding EA
- Paradox replied Oct 31, 2012
Any coding problem can be solved. I did solve it to an extent and it is a useful discretionary ea but it does not have the flexibility that I would like and was already complex. I am trading box breakouts and re entering on new break outs. For ...
Profitable Grid Break-out Trading System(PGBTS)
- Paradox replied Oct 30, 2012
I played around with this a bit and converted it to an indicator so I could manually see past predictions. You might find it useful. I also added matching on negative correlations. This will help detrend the pattern predication. If you don't detrend ...
Pattern-Finding EA
- Paradox replied Oct 30, 2012
bull bear can you elaborate more on what you have found to work as far as time qualifying breakouts. I have code to automate breakout trading but am still trying to figure out the time element. Other than waiting for a close I don't have much. I ...
Profitable Grid Break-out Trading System(PGBTS)
- Paradox replied Sep 1, 2012
Thanks for this. I have compiled a db of 7 pip range bars based on your feedback. It has been great for testing some theories but in MT4 I will try to adapt this to just read the M1 data. Seems to be adequate and easier to make and get. If I am ...
Assorted Indicators/Scripts
- Paradox replied Aug 31, 2012
This I understand but it is about the same as volume. I made an indicator that does the same thing by summing M1 price movement. I attached the chart which is similar. You can see I am missing some large chunks of M1 data though. Also you can take ...
Assorted Indicators/Scripts
- Paradox replied Aug 30, 2012
This is an interesting display. Is the code for this somewhere? If not can you explain what your definition of a trend is and what the 20,0,5 params are in your functions.
Assorted Indicators/Scripts
- Paradox replied Aug 29, 2012
It would be more correct if it tried to make a couple trades here. Technically since price could have moved back an forth an infinite number of times there is no way to know what happened. Especially when you are using a lot progression. There is ...
Extracted Thread (per thread starter's request)
- Paradox replied Aug 7, 2012
Something I am trying to figure out how to do and it would make analysis alot easier would be if there is a way to reverse create a basket from currency weights. Example: EURJPY = 0.9 EURUSD = -1.1 USDJPY = -1 Has these net weights JPY = 0.1 EUR = ...
System to hedge every major dollar pair for profit / low DD
- Paradox replied Jun 1, 2012
Great to see this is still getting some attention. Sorry to hear you couldn't use my changes. Seems to run pretty nicely so I will try to give it a spin. To forexhards questions here are some answers. 1. a. This finder is a script. b. It has some ...
Extracted Thread (per thread starter's request)
- Paradox replied Apr 27, 2012
Thanks but that is just a nice CZ. I think I understand the CZ breakout trading or at least I am not having a problem being mostly successful with it. It is refining my entire trade management and strategy that I want to continue to improve and ...
help with Localized Stairstepping Heatmap indi
- Paradox replied Apr 24, 2012
The MP is based on SRZoneBars and CZ Map is CZBars. I think this by design otherwhise why even have different settings. What can I say, in the end indicators are a stupid gathering of facts. I reattached your picture with some markup why I think it ...
help with Localized Stairstepping Heatmap indi
- Paradox replied Apr 24, 2012
Yep that was probably the 1.09 release that had the major bug fixes. Between the refreshing of the WindowBox calculations and the double counting potential in the the 2 map algorithms you might have some changes that make you re-evaluate your ...
help with Localized Stairstepping Heatmap indi
- Paradox replied Apr 23, 2012
It doesn't have anything to do with coding logic. A CZ still has a logic around it and it is one that you defined yourself. To me I thought BoxLength and BoxSize meant that that many bars (BoxLength) the highs and lows have to to fit into a range of ...
help with Localized Stairstepping Heatmap indi