@javaai
Active 10 years, 3 months agosmallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
I found a bug in my code, it seems not difficult to solve. Will upload the code soon, after testing it …
Thank you for your code bro, will try this toy …
simplex replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
Thanks a lot – I appreciate that:
4 – 5 contributors of 1250 members: yes, that’s not so much, and maybe even a bit better than the average rate of most FX communities.
Not everybody around is a coder, and educating new coders really takes a considerable amount of time. Increasing the number of coders takes time.
But this forum provides a…[Read more]
simplex replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
One more thought:
Starting from my above mentioned formula:
normVolume := (currentVolume – averageVolume) / averageVolumethat would be a choice:
normVolume := 1 - ( (currentVolume – averageVolume) / averageVolume )This will provide an oscillator without a challenge – don’t know though whether it’s the oscillator you’re after.
s.
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Interesting! That Market Stats surely analyzes data on a for more detailed level. I never looked into its coding details. Would very much appreciate if you posted some results of your comparison.
s.
simplex replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
Thank you for your hint:
But yours is posted as ex4, and mine is mq4 on my disc – so I’ll clearly prefer mine for easier maintenance
.Can easily be done, but this feature is not in focus at the moment. Im trying to find an algorithm that provides an edge, visualization is a B priority at the moment.
Interesting ‘chainsaw’…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi @wjaz-fx!
I’m really pleased to hear that – that’s how it’s supposed to be.
I did this intentionally, because I did not like the indicator to redraw on each new bar. It’s supposed to remain stable until I drag the line.
Good point: will be done!
Correct: that’s a bug. Anybody around to help me debugging?
Ok – another idea? Maybe…[Read more]
simplex started the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
There was some talk recently relating volume filters for trading, but I did not find a thread focusing on this topic.
I think it was @gg53 who mentioned the usefulness of a normalized volume indicator. I’ve got a prototype in the making, not yet mature enough for posting.
Even knowing that we’re not talking about real volume in this case but…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Updated version 1.1 of my experimental RiverBed Indicator.
Modifications:
fixed bug: channels used to freeze when offset < 0
flexible extension of channels into the future
labels at channel lines
offset line is preselected now by defaultI somehow figured out that it doesn’t seem to be so important how far you’re extending the channels to…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Updated version 1.1 of my experimental RiverBed Indicator.
Modifications:
fixed bug: channels used to freeze when offset < 0
flexible extension of channels into the future
labels at channel lines
offset line is preselected now by defaultI somehow figured out that it doesn’t seem to be so important how far you’re extending the channels to…[Read more]
simplex replied to the topic Useful Links in the forum General Discussions 10 years, 5 months ago
My warmest welcome to your junior trader! Best of luck to you and your family!
simplex
simplex replied to the topic Useful Links in the forum General Discussions 10 years, 5 months ago
I’m not quite sure whether this link has been posted anywhere else on this forum. Anyhow: we had some chat these days about starting to code MQL and how to support learning to do so.
When I started coding MQL some years ago, I already had some profound knowledge in different programming languages, mostly special derivates of Visual Basic.…[Read more]
simplex replied to the topic Useful Links in the forum General Discussions 10 years, 5 months ago
I’m not quite sure whether this link has been posted anywhere else on this forum. Anyhow: we had some chat these days about starting to code MQL and how to support learning to do so.
When I started coding MQL some years ago, I already had some profound knowledge in different programming languages, mostly special derivates of Visual Basic.…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
@Anti, where was stated that ‘revisitation is highly probable’ ? Can you point me there for some background?
I’m always a bit critical of analogies between FX market behaviour and physical phenomena, yet they may be useful to find an approach to understand FX, or at least to hope so.
To force a river in its bed out of balance, a physical…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
@Anti, where was stated that ‘revisitation is highly probable’ ? Can you point me there for some background?
I’m always a bit critical of analogies between FX market behaviour and physical phenomena, yet they may be useful to find an approach to understand FX, or at least to hope so.
To force a river in its bed out of balance, a physical…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G!
Ok, let’s give it a try:
I needed a break from my integrated CIX, so played a bit with the conceptual ideas you provided here. I tried to come close to the sketches in your previous posts (here and here).
It’s not yet Christmas, but outside my window the first snow of the season is falling. So I decided to provide a toy for everybody…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G!
Ok, let’s give it a try:
I needed a break from my integrated CIX, so played a bit with the conceptual ideas you provided here. I tried to come close to the sketches in your previous posts (here and here).
It’s not yet Christmas, but outside my window the first snow of the season is falling. So I decided to provide a toy for everybody…[Read more]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G, so my tools is wrong?
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G.
I’d like to come back to your ‘riverbed’. Did you have something like this in mind when setting up this metaphor?
Let’s consider NOW (see red circle) it’s 5:08. So I marked the ranges of the latest M5, M15, M30, and M60 candles.
Latest riverbed contour in red.
s.
smallcat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G,
what do you mean with “A/M indies” ?And for absolute CS, we can get the anchor of a specified time (lets say London open of Mondays). So, this is the based time to get the bars for our calculation (we do not use the whole Bars, but just amount of candles from that time ) ? Ex.
datetime begin = D’2015.11.23 08:00′;…
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
This is the picture of the modified one …
- Load More