gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 1 month ago
…”The main idea is very nice”… Agree.
…” and works”… No.
This project isn’t working yet, and have missing parts in it’s logic. I think you need to read carefully from start to understand the concept, not just 1/3 of it….
Same goes to mohammed witwit “testing” and remarks.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 1 month ago
…”The main idea is very nice”… Agree.
…” and works”… No.
This project isn’t working yet, and have missing parts in it’s logic. I think you need to read carefully from start to understand the concept, not just 1/3 of it….
G.
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 1 month ago
There is no problem in TP. If your entry is accurate based on RSI – your exit should be based on same.
Just exit LONG when RSI=~65.
G.
Moderator Edit: This post was marked as inappropriate. I do not see a reason for that, so I removed the mark. (simplex)
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 1 month ago
There is no problem in TP. If your entry is accurate based on RSI – your exit should be based on same.
Just exit LONG when RSI=~65.
G.
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 1 month ago
There is no problem in TP. If your entry is accurate based on RSI – your exit should be based on same.
Just exit LONG when RSI=~65.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 1 month ago
on Volume related indicators:
such as ForexGT_VolumeOsc, ForexGT_TickVolume, VZO, TVI, etc.
Always confirm and validate your strategy and Volume related indicator behaviour & parameters with assets that have REAL volume data, Such as Futures, Indices, commodities (such as DAX, S&P, Oil, etc.).
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 1 month ago
on Volume related indicators:
such as ForexGT_VolumeOsc, ForexGT_TickVolume, VZO, TVI, etc.
Always confirm and validate your strategy and indicator behaviour & parameters with assets that have REAL volume data, Such as Futures, Indices, commodities (such as DAX, S&P, Oil, etc.).
G.
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 1 month ago
Watch out from “Patterns” and Guru’s that preach about them.
Human mind is “rigged” to find “patterns” in everything we look.
I can show you clouds in the form of people faces, and in a full moon I can even point to a specific ones on the face of it…
Same goes to chart “patterns”. Your mind is playing tricks on you. The ONLY TRUE chart is…[Read more]
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 1 month ago
Watch out from “Patterns” and Guru’s that preach about them.
Human mind is “rigged” to find “patterns” in everything we look.
I can show you clouds in the form of people faces, and in a full moon I can even point to a specific ones on the face of it…
Same goes to chart “patterns”. Your mind is playing tricks on you. The ONLY TRUE chart is…[Read more]
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 1 month ago
Watch out from “Patterns” and Guru’s that preach about them.
Human mind is “rigged” to find “patterns” in everything we look.
I can show you clouds in the form of people faces, and in a full moon I can even point to a specific ones on the face of it…
Same goes to chart “patterns”. Your mind is playing tricks on you. The ONLY TRUE chart is…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
On Trailing Stop:
First one is self-explained.
The second one is a proportional Trailing, maybe suitable to my previous post on that subject, i.e. reduced trailing as approaching TP.
Formula: ProportionalSL =(CurrentPrice – OrderOpenPrice) x Ratio – Spread
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
On Trailing Stop:
First one is self-explained.
The second one is a proportional Trailing, maybe suitable to my previous post on that subject, i.e. reduced trailing as approaching TP.
Formula: ProportionalSL =(CurrentPrice – OrderOpenPrice)| x Ratio – Spread
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
On Trailing Stop:
First one is self-explained.
The second one is a proportional Trailing, maybe suitable to my previous post on that subject, i.e. reduced trailing as approaching TP.
Formula: ProportionalSL =(CurrentPrice – OrderOpenPrice)| x Ratio – Spread
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
On Trailing Stop:
First one is self-explained.
The second one is a proportional Trailing, maybe suitable to my previous post on that subject, i.e. reduced trailing as approaching TP.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
Can you please send an MT4 screenshot/picture that demonstrate such “anomaly” and the potential problem it might cause?
Thanks.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
In my ForexGT_VolumeOsc the OB/OS are user parameters and adjustable. I’m sure some coder here can do the same for VZO version.
As for the “Ignore Weekend” – we decided to go with simplex ClearMethod version, so maybe he’ll be kind enough to add such option.
G.
gg53 replied to the topic Tick chart in main window?! in the forum Indicator discussion 10 years, 2 months ago
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
On EA’s StopLoss:
Instead of using just ATR factor for SL, we can use some more “inteligent” approach, such as the Max or Min value between our current ATR and the latest Peak/Trough.
Such as:
SL = Min(SL_Factor*ATR, iHighest(NULL,0,MODE_HIGH,10,1))
This will result in shorter, but logical, SL that will increase the LOt size ands profits -…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 2 months ago
Try 3 & 5 sma’s on the USDx. More responsive.
I’m interested in your code for comparison. SHOUT!!
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
Ea Status:
Still missing Functions/Modules:
1. MySentiment – User Parameter implementation
2. Currency-Strength – Issue not yet concluded, which CS indicator to use or its parameters.
Finished/Closed issues:
ClearMethod (CM) – Use simplex HTF CM histogram
VZO – use VZO (or ForexGT’s VolumeOsc) indicator latest version, still need s…[Read more]
- Load More