- Search Energy EXCH
-
GoldTheHun replied Jun 5, 2015Thanks for the info. I agree, it should be used in conjunction with PVSRA. Thanks once again
PVSRA (Price, Volume, S&R Analysis)
-
GoldTheHun replied Jun 5, 2015Mauro-J, If you dont mind me asking. How do you get thosed Standard Deviation Lines (SD Lines)? Thanks...
PVSRA (Price, Volume, S&R Analysis)
-
GoldTheHun replied May 25, 2015Thanks for your input Kilian.. However my situation is like this: I work with 2 brokers at the same time, so the charts from both of them are open in front of me all the time. Recently I have come to realize something. If broker "A" starts to give ...
Is it possible to overlay another broker's quotes in mt4?
-
Is it possible to overlay another broker's quotes in mt4?
Started May 25, 2015|Platform Tech|2 replies
I am wondering if anybody succeded overlaying a second broker's quotes in mt4 chart using a ...
-
GoldTheHun replied May 18, 2015Thanks for the explanation. Well, whenever you have time, I will be waiting for it for sure. Take care..
Robot Lab Project
-
GoldTheHun replied May 14, 2015Correlation Divergence is really interesting. Your original idea seems better, not the CCI method. I personally like your original idea better. Since entry and exits are based on performances compared to open value, beginning of each day trades ...
Robot Lab Project
-
GoldTheHun replied May 14, 2015First of all thank you for sharing valuable information and codes. I believe the bsket index should be created using geometric average. Using your example above, it would be: BasketClose = ((1*USDCHF.Close) * (1/GBPUSD.Close)) ^ (1/N) This way pip ...
Robot Lab Project
-
GoldTheHun replied Apr 29, 2015First of all I want to thank you for sharing such a great tool. May I suggest to make the Long entries on down tick, and short entries on an uptick? This way the slippage could be minimized.. Thanks once again..
Need4Speed Scalping
-
GoldTheHun replied Dec 17, 2014I think one should have 2 different TPs. One is static, one is dynamic, whichever hits first. In my opinion dynamic TP would be something like this: For Long entries for example : EntryPrice + (Sqrt(BarsSinceEntry) * (ATR + (Stdev(ATR) * x)) Here ...
Statistically testing every indicator with my Genetic Algoritm
-
GoldTheHun replied Dec 10, 2014What software package are you using? It looks very interesting
Machine Learning with algoTraderJo
-
GoldTheHun replied Dec 8, 2014This model that I mentioned: if TP comes first =+1, if SL comes first =0, could also be modeled using logistic regression, but with what predictor variables ? I personally don't know
Machine Learning with algoTraderJo
-
GoldTheHun replied Dec 8, 2014Lets say if you have 100 pip TP and SL, I would want to predict which comes first: TP or SL Example: TP came first +1 SL came first 0 (or -1, however you map it)
Machine Learning with algoTraderJo
-
GoldTheHun replied Dec 8, 2014Subscribed and wish you good luck on your journey
Machine Learning with algoTraderJo
-
GoldTheHun replied Dec 3, 2014Yes you are right. He just posted the answer to your question. Thepipster quoted : "It is based on the lot size of a single trade, regardless of how many trades are open. 4 lots size should close on $400 profit target."
Try My EA! Need Group Feedback...
-
GoldTheHun replied Dec 3, 2014It wasn't a random answer. It should be (4/0.01)*37=$14,800. To make sure you should ask Thepipster
Try My EA! Need Group Feedback...
-
GoldTheHun replied Dec 3, 2014Thepipster mentioned $1 per 0.01 lots. So I guess the mm calculates the equity level based on that.
Try My EA! Need Group Feedback...
-
GoldTheHun replied Dec 3, 2014No it wasn't a question. The ea manages the TP with equity level, not based on individual trades
Try My EA! Need Group Feedback...