gg53 replied to the topic Nature of Markets – Randomness & Probability in the forum Trading Systems Discussion 10 years, 9 months ago
I can only repeat my previous statement:
There is NO such thing as TREND in a currency pair.
The “TREND” in EURUSD, for example, is the sum vectors of EUR vector (“trend”) and USD vector (“trend”). Very much the same as vector calc in Physics.
Once understanding the above – it’s quite easy to make a profitable trading strategy from…[Read more]
gg53 replied to the topic Nature of Markets – Randomness & Probability in the forum Trading Systems Discussion 10 years, 9 months ago
I can only repeat my previous statement:
There is NO such thing as TREND in currency pair.
The “TREND” in EURUSD, for example, is the sum vectors of EUR vector and USD vector.
Once understanding the above – it’s quite easy to make a profitable trading strategy from that.
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThis indie is an ancient one… I’ll try to meet your request with a more current version.
Sorry, it won’t be immediate and can take some time b4 delivery, since I’m quite busy this days.
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoGadi_TickVolume uses only ONE buffer.
The logic of histogram coloring is done without external buffers, just by comparing current value to previous one.
The white border line is EMA(1) of the histogram.
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThat UP move that you are refering to is probably a reaction to some kind of NEWS or announcement.
All my EA’s stop trading and close all positions related to that currency pair at least 30 min. before and after such news.
G.
Saver0 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
The reason for this is because its disabled during news. See the 2min in Red? That’s saying that there is a high impact news event that’s taking place in 30minutes. At these times we should not trade since the outcome can be very random and highly volatile in one direction. EA disabled buying/selling 30minutes before and 15minutes after…[Read more]
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoWhat “so big drawdown” are you talking about?
I posted a chart, not trading journal…
Logic is written in mql and interface to DB is C#.
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoAttached recent EU H4 :
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoGeorge wrote:
Hi gg, do you have any new charts? :) Can be long term version! If you can post at least one I would be happy. :) Have a nice day!What’s the purpose/question?
Attached recent EU M5 & M15:
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoAttached recent EU M5 & M15:
G.
gg53 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
The way to trade with my TickVolume is to look only for shorts when the values are below zero.
Your first trade (short) was correct, and resulted in profit whithin minimal bars and time.
The second one (long) was against the TickVolume and went into profit only after long time and by pure luck….
G.
gg53 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
Add:
string sym = Prefix+YourSymbol+Postfix;
Comment (MarketInfo(sym, MODE_BID));
To the MQ4 code.
It should return a non-zero number. If it returns 0, something is wrong with your prefix/postfix or the way your broker is interpreting it.
G.
gg53 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
In order to DEBUG the Prefix/Postfix for each currency pair:
add Comment with MarketInfo on that currency pair and watch its result on screen.
G.
Saver0 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
It has to be the following way
firstCurrency1 = EUR
secondCurrency2 = USDThen set the flip to true if you need the lines on the chart flipped. First and Second currency has to match the currency pair name of your broker’s.
I assume you tried placing ‘.’ just for suffix and another just for postfix right? Not both at the same time?
Send a…[Read more]gg53 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
Trade exit/SL is done only when the entry signal reverse. There is no fixed SL.
As to my Money-Flow indicator, I don’t recall ever showing or sharing it here so I don’t understand your conclusion on its inner work…
G.
gg53 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
Trade exit is done only when the entry signal reverse. There is no fixed SL.
As to my Money-Flow indicator, I don’t recall ever showing or sharing it here so I don’t understand your conclusion on its inner work…
G.
Saver0 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
Thanks for the update. How did you handle the 3% of the trades that failed? Did you use a SL?
Also your “money flow” indicator looks different because the concept behind it is different. The way I define money flow needs to be in its own thread so I won’t clutter this thread with that
And I noticed that looking at an averaged/sum from all…[Read more]Saver0 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
Did you set the currencySuffix and currencyPostfix to match your borker’s naming convention for currency pairs?
For example, if your broker’s eurusd is named .EURUSD then the currencySuffix would be . and you leave the postfix blank.gg53 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
Entry is based on Currency-Strength and TickVolume (my version on both) – trading both in trend and pullbacks.
It doesn’t trade in extreme market conditions and low and declining volatility.
BTW: My old & trusted “Money-Flow” indie looks and behave quite different from yours. I don’t know the reason for that.
G.
Saver0 replied to the topic Nature of Markets – Power of Probability, Compounding & 1pip in the forum Trading Systems Discussion 10 years, 9 months ago
Thanks for sharing your results GG!
Did you take the trade on every bar or was it based on an indicator of yours? Have you looked into placing the trade during pullbacks?
- Load More