simplex replied to the topic Tick chart in main window?! in the forum Indicator discussion 10 years, 5 months ago
Hi Anti!
Why in the main window? It would visually interfere with original charts, so original charts would have to be made invisible to enhance usability. Displayed in a separate window, this would not be necessary.
I already developed a simple tick based indicator, posted somewhere around in another thread. Modifiying it to display tick prices…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Decreasing only the SL side of our trade will constantly increase the probability that the SL is hit by random price movements, while leaving the probability that TP is hit unchanged. It is clearly preferable to hit TP. So regarding probabilities, it might make sense to decrease TP in a similar manner like SL just to increase the probability…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
I guess you’re referring to threads @Saver0 started:
http://penguintraders.com/forums/topic/nature-of-markets-power-of-probability-compounding-1pip/
http://penguintraders.com/forums/topic/nature-of-markets-randomness-probability/
I also failed to find it using forum search, but asking Mr. & Mrs. Google showed me the way.
s.
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago

You beat me: thanks for shouting, G. and thanks for sharing, L. !
s.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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]
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
its a W.I.P. so the code is not finished. i have 3 additional indices added to see what it looks like. being normalized means everything is relative to normalization length so i was thinking of adding a rank based on how much it has moved and the direction it has moved from the last bar.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
Try 3 & 5 sma’s on the USDx. More responsive.
I’m interested in your code for comparison. SHOUT!!
G.
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
plugged the str weights into another one of my indices code. it should show the same direction as gtarrow aside from being squished from normalization.
if anyone wants to see the code give a shout.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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.
Lowphat replied to the topic Similarity system of stochastic in the forum Trading Systems Discussion 10 years, 5 months ago
we can probably expand what was discussed on the wormhole thread in FF showthread.php?t=511581
i experimented with confluence for entry’s. in addition to average deviation or x amount of pips away from point of interest then waiting for it to hit a support/resistance area or any other high probability turning point indication. also i used ac…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
At the current stage of development it doesn’t really make sense to introduce higher or lower timeframes. If we did, we couldn’t backtest anymore, and backtesting is most valuable when enhancing functions like dynamic SL and TP.
From my point of view, it makes sense to introduce higher or lower TF after these functions are working at a…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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, 5 months ago
Agree.
Check once and use RefreshRates() before each entry (OrderSend(…).
G.
- Load More