- Search Forex Factory
- 97 Results (3 Threads , 94 Replies )
- KingHigh replied Nov 2, 2018
Hi Bionics, I have been a lurker and am very interested in what you are proposing. Supply and demand identification is the key to understanding reversals and understanding when the SMART MONEY guys are accumulating and distributing. I am using a VSA ...
The Equilibrium, a key to success!
- KingHigh replied Aug 11, 2016
The strength values in the matrix have a huge dynamic range and I can't rationalize how one cell can have a value of 65000 and a cell just below is -4. SoOO - are the strength values normalized in any way. Seems like a TF column should be in the ...
MADdash (Moving Average Distance)
- KingHigh replied Aug 22, 2015
Here is a coding error -- IMHO. In OnInit() the code is: double ticksize = MarketInfo(Symbol(),MODE_TICKSIZE); if(ticksize ==0.0001||ticksize ==0.001) pips = ticksize * 10; else pips = ticksize; It should be: double ticksize = ...
Pyramid system
- Tick Volatility - What is the typical expectationStarted Dec 12, 2014|Platform Tech|1 reply
Hi, Firstly, I am a programmer and not a trader. Have been modelling strategies and have a question ...
- KingHigh replied Sep 22, 2013
Hi Nisha4x, All, Have been investigating this strategy and the Basketv6 and I XO indies. Regarding Basketv6, I have not seen any experiment on creating the offline chart based on the sums of the individual pairs using std HA C,L,H,C instead of raw ...
Easy Basket Trading on Higher Time Frame (KOS System)
- Help: Problem getting File Mapping working with MT4/pascal dllStarted Jun 26, 2013|Platform Tech|3 replies
Hi All, Hopefully, I will get a quick answer on this. I have a prototype using Kernell32.dll and ...
- KingHigh replied May 19, 2013
Jurex, What are you doing here? You have posted 120 of 180 entries in this thread. Most of the other 60 posts come from newbies who love all the colors, shiny objects and a display that looks like a space station control center. And lastly no ...
Progress - The System
- KingHigh replied Mar 7, 2013
JTee1, I am glad to see that this method is still alive. I spent alot of time last year trying to automate the detection of strong possible trades beyond the harmony alert. Got sidetracked somewhere and now I see again that maybe I should get back ...
1 Min THV Flag Trading
- KingHigh replied Feb 2, 2013
Forgot to mention, it is also simple to maintain Highs and Lows as I copy the MTF samples forward. Cheers, KingHigh
In depth look at MTF indicators in back testing enviroment
- KingHigh replied Feb 2, 2013
Just a thought relating how I handle MTF. I never write an indicator where I cycle through the bars from 0 to limit -- as you do with the TimeArray. It only leads to disapointment. What I do is far superior to using the Time Array. As I move through ...
In depth look at MTF indicators in back testing enviroment
- KingHigh replied Aug 16, 2012
Using MTF indicators correctly — This strategy uses MTF inidcators, HA and MACD. When looking at historical data, it looks great when you look at a five minute MTG chart on a 1M chart. Beware, you just can't use the MTF indicator data with no ...
Freebie 1 min trading method
- KingHigh replied Aug 3, 2012
Renko Thoughts — Although I use my renko chart generation SW, I do not actually generate the charts. I can generate any nbr of renko block sizes in the same EA. Using the multiple Renko charts is cumbersome for this type of EA. Should I figure ...
Three pairs hedging/Renko
- KingHigh replied Aug 1, 2012
KingHigh Addendum to last post — Jeuro, I run two circles simultaneously which I call POS_SET and NEG_SET. POS_SET does a B, B, S and the NEG_SET does a S, S, B - based on whether we have up or down bars. Prof and Loss are managed completely ...
Three pairs hedging/Renko
- KingHigh replied Aug 1, 2012
3 Rbar Hedge Circle Results — Jeuro -- FYI Here is the result that was created by my multi-currency tester for the year - 2011. I have customized the tester to implement your strategy for EU,UC,EC and generate the three renko bar charts ...
Three pairs hedging/Renko
- KingHigh replied May 19, 2012
Forex CoIntegration Thread — Dirty Brown, You should go to the site below to get a really good thread on CoIntegration. It was started and then has mysteriously stopped with any substance. I believe the originator, Mediator, and some others ...
Overlay Positive Hedging EA
- KingHigh replied May 16, 2012
KH Overlay Positive Hedge Code Review. — I have went through the code and think I understand it. There are some peculiarities that do look strange. For Clarification: everything in this EA is based of Points and not Pips. Pips are thrown ...
Overlay Positive Hedging EA
- KingHigh replied May 16, 2012
KH Overlay Positive Hedging v2 update to v3 — DB - here is a correction to the code fixing SendSell(...) regarding return(Ticket). Sorry for the oversight. KingHigh
Overlay Positive Hedging EA
- KingHigh replied May 14, 2012
DirtyBrown, Please update post 1 so that it is correct. Thx, KingHigh
Overlay Positive Hedging EA
- KingHigh replied May 12, 2012
Investigate SigTrader For Cur Strength Charts — DB, If you download a Sigtrader MT4, you will find that they have currency strength charts - EURLFX, USDLFX, GBPLFX. You can use what ever indicators you want to determine how to trade EG. ...
Overlay Positive Hedging EA