MTH2014 replied to the topic MTH Renko Builder Indicator in the forum Indicator discussion 11 years ago
Hi Brother, do you already put all the files correctly, especially the library file (libSSA) ? the latest version of this indicator only work for MT4 build 765 up.. and also please check your chart total candles, and you should set your CycDiv maxbars value less than that.
If you use CycDiv with renko chart, then it is also possible that…[Read more]
MTH2014 replied to the topic MTH – OHLC MTF Moving Average in the forum Indicator discussion 11 years ago
Hi Brother, the source of course the ‘moving average formula’. the basic is just create 4 variables that store values of MA for O, H, L , C, then you could make it any ‘new’ values whatever you like base on your ideas. and about stepped MTF function of course you could ‘search’ bunch of examples online. By learning the ‘ratio’ between eve…[Read more]
MTH2014 replied to the topic MTH Renko Builder Indicator in the forum Indicator discussion 11 years ago
Hi Brother, Yes you could use CycDiv Indicator with ‘her’ default setting. You could use default setting with your renko chart or with standard candlestick chart.
The point is, you understand on how to use / read normalizing repaint indicator.
This is not an arrow signal indicator, but cycle and divergence indicator, to read and measure t…[Read more]
MTH2014 replied to the topic MTH Renko Builder Indicator in the forum Indicator discussion 11 years ago
Hi Brother, Yes you could use CycDiv Indicator with ‘her’ default setting. You could use default setting with your renko chart or with standard candlestick chart.
The point is, you understand on how to use / read normalizing repaint indicator.
This is not an arrow signal indicator, but cycle and divergence indicator, to read and measure t…[Read more]
gg53 replied to the topic Where eagles dare – Cariddi74 (& friends) trading journal in the forum Trading Journals 11 years, 1 month ago
Good NFP results today on EURUSD, AUDUSD, USDJPY.
The USD crash on NFP was easilly predicted.
Now comes the famous Min. 60% retracement.
G.
gg53 replied to the topic Random Help/Advice in the forum General Discussions 11 years, 1 month ago
Following the (shameless surrender) agreement of the Western-Powers(???) with Iran – Expect oil prices to drop further.
For those who doesn’t like the taste of oil in their morning coffee (read as = don’t trade oil…) – look for shorting the CAD, but do that only AFTER the coming friday NFP.
Canada is exporter of oil – and drop in oil price…[Read more]
gg53 replied to the topic Random Help/Advice in the forum General Discussions 11 years, 1 month ago
Following the (shameless surrender) agreement of the Western-Powers(???) with Iran – Excepct oil prices to drop further.
For those who doesn’t like the taste of oil in their morning coffee (read as = don’t trade oil…) – look for shorting the CAD, but do that only AFTER the coming friday NFP.
Canada is exporter of oil – and drop in oil price…[Read more]
MTH2014 replied to the topic Random Help/Advice in the forum General Discussions 11 years, 1 month ago
Hi Brother,
You could use Bar Timing to limit your order entry,
at your global, you could create variable
datetime CurrentBarTiming=0;
and under your main program loop inside OnTick() or Start() (for the old EA way).
you may look at this basic example bellow;
[Read more]
if (CurrentBarTiming !=Time[0]) // this will trigger if current…gg53 replied to the topic Random Help/Advice in the forum General Discussions 11 years, 1 month ago
This one looks like many trades on the same bar, since condition to trade are still true.
Limit the trades to only one per bar.
G.
gg53 replied to the topic Perfect Entry or "Perfect Trader"? in the forum Development 11 years, 1 month ago
The simplified formula version I’m using is:
Kelly % = W – [(1 – W) / R](I’m using Half Kelly)
W = % of winning trades
R = ratio of avg gain of winning trades relative to the avg loss of losing trades.That’s why logging of each trade result is required – and recalculate the Half Kelly% for each new open trade.
Initial and first log ent…[Read more]gg53 replied to the topic Perfect Entry or "Perfect Trader"? in the forum Development 11 years, 1 month ago
Yep.
FXEZ: Profit & Loss are not fixed in my trading style.
I start with SL and no fixed TP, and try to minimize risk by trailing Stop (and hopefully BE). Profit is trailed after BE in dynamic decreasing steps – change in conditions will trigger immediate TP.
G.
gg53 replied to the topic Perfect Entry or "Perfect Trader"? in the forum Development 11 years, 1 month ago
I’m familiar with that thread, but I’m using Half Kelly with trding log right now. I’m happy with the results compared to fixed lot sizing and %balance/equity sizing.
G.
gg53 replied to the topic Perfect Entry or "Perfect Trader"? in the forum Development 11 years, 1 month ago
I have to deeply dig… but I’ll find it.
G.
gg53 replied to the topic Perfect Entry or "Perfect Trader"? in the forum Development 11 years, 1 month ago
Recently I’m using Half Kelly – since my trades are usually don’t suffer from large DD.
G.
gg53 replied to the topic Perfect Entry or "Perfect Trader"? in the forum Development 11 years, 1 month ago
That’s why I mentioned logging trade results and using Kelly based on your trade log.
The difference in performance, in my case and experience, is HUGE.
G.
Saver0 replied to the topic Currency Strength/Power/Value Indicator in the forum Indicator discussion 11 years, 1 month ago
Not a bad idea at all! The two currency lines aren’t perfect mirrors so looking at the times went delta_fastest cross the delta_slowest and/or when slow_of_first_currency cross fast_of_first_currency and when the slow_of_first_currency_cross fast_of_first_currency_cross in the opposite direction can also give good signals at least to alert us to…[Read more]
MTH2014 replied to the topic Currency Strength in the forum General Discussions 11 years, 1 month ago
You mean 45 and 315 degrees..?
[/quote]Ideally Yes Brother, just diagonally up or diagonally down to the right side of our chart..lol, and 100% sure they never comeback to the left side…hehehe…
MTH
MTH2014 replied to the topic Currency Strength in the forum General Discussions 11 years, 1 month ago
Hi Brother, from my noob understanding about physics , maybe we could say Density as ‘World Market Influence Share’ ratio between major currencies..

We’re not measuring single object, but multiple objects (at least major currencies), that interact each others and create chain reaction..
just like combat aircraft radar facing…[Read more]
Saver0 replied to the topic Useful Links in the forum General Discussions 11 years, 1 month ago
This looks very cool Simplex! Have you used it before?
gg53 replied to the topic Perfect Entry or "Perfect Trader"? in the forum Development 11 years, 1 month ago
Academic research suggest that Kelly is slightly more profitable while “Fixed Ratio” is better in handling DD.
I haven’t seen real traders long term results on this.
G.
- Load More
Dear G.,
How do you get your information from Iran & Iranians? Via West-Powers’ broadcasting?
what do you think about world? are you in Earth planet or in your mentioned planet in FF (i can’t remember the name of your ideal planet)?
as tracking your kind comments and ingenuity in analyzing and programing, i respect you as a wise & smart man, so…[Read more]