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]
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 indicator latest version, still need suggestions for stable p…[Read more]
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 indicator latest version, still need suggestions for stable p…[Read more]
MTH2014 replied to the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 2 months ago
Hi All, please forgive me for not active in this forum lately, as usual many offline job to take care family company business that make me lowering my trading hobby.. lol.
Also please forgive me that I can’t answer your PMs or question posts, there’s too many repeated same topic questions that actually you could ‘search’ your answers.
But, lets…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
Ok with me, as long as each module/Function is stand-alone and the logic is easily inserted within it, and the return value remains the same.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
Ok with me, as long as each module/Function is stand-alone and the logic in easily inserted within it, and the return value remains the same.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
Ok with me, as long as each module/Function is stand-alone and theat logic in easily inserted within it, and the return value remains the same.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
Wrong.
1. ClearMethod is on current TF, consulting Higher TF’s for overall Trend.
2. Currency-Strength is on current TF, (optionally consulting LOWER TF for same direction confirmation).
3. VolumeOsc (or VZO) is on current TF only.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
Agree.
Check once and use RefreshRates() before each entry (OrderSend(…).
G.
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 2 months ago
Detailed FACTS doesn’t really matter.
Semantics, Point of View, and Perspective is all that matter.
I’m gone too – to reflect on other “perspectives”…
Good luck and Green Pips.
G.
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 2 months ago
In real-life, I stay away from any kind of MA. It was just an example to show that your categoric statement is mathematically wrong.
G.
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 2 months ago
1. Volume is NOT price. In Forex, Volume is market activity – the number of transactions that causes a price to move.
2. Perspective and point of view can differ. Facts can’t.
3. Indicator can “Indicate” coming event – or just follow price-action in a lagging manner, which make it useless. For that purpose you should use chart candles…[Read more]
gg53 replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 2 months ago
MA(3) uses only the last 3 values. That’s why it’s called “Moving Average”…
G.
- Load More