@avrahambr
Don't be so naive mate.
Clearly he's a scammer.
Best posts made by mw417
-
RE: Multiple trades are created one after another?posted in Questions & Answers
Latest posts made by mw417
-
RE: Multiple trades are created one after another?posted in Questions & Answers
@avrahambr
Don't be so naive mate.
Clearly he's a scammer. -
RE: Stochastic Direction Confirmationposted in Questions & Answers
I just wanted to be explicit as there are times in the stochastic oscillator where either the %K or %D value hits the top or bottom and starts flattens out.
In which case the data being put out would satisfy %Kp = %Kc or %Dp = %Dc,
and if it satisfy this, I don't want any order being triggered.
You mentioned in point #2 you explained the condition with 'passes' or 'does not pass', but I think it goes deeper than that.
If you look at the block explanation:
It states that the yellow node is active when the 'opposite comparison is valid.'
Which means if the %Dp < %Dc is not satisfied,
then what passes next is %Dp > %Dc,
not simply that %Dp < %Dc does not pass.For example while looking to get a buy order (after %Kp < %Kc is satisfied),
I explicitly need buy orders triggering when %Dp < %Dc and as well as %Dp > %Dc is satisfied.
But what da hell do I know, I just started using this
I will look over my logic tree to weed out the redundancy for sure.
Any future post I'll utilize the tips you've given me, I think it's a better way of sharing ideas.
And I'll be sure to check out the tutorial you sent my way,
I think it'll be absolutely beneficial! -
RE: Stochastic Direction Confirmationposted in Questions & Answers
Oh this is brilliant. This is definitely along the lines of the functions I'm trying to create.
So I understand Signal line to be the %D line and since I want to be comparing previous %D values to the current %D values at one point,
I changed the Right Operand's mode to Signal line of block 2 and block 5.
Now there was another condition that I wanted to apply, which was basically taken care of because the condition blocks offered the yellow node which triggers "When the opposite comparison is valid."So the logic essentially being this:

And with your guiding help I have come up with the following:
For future reference,
how do I go about uploading indicator files back to fxdreema?
how do I go about sharing a fxdreema project link on forum posts?Always much appreciation being sent your way.
-
RE: Stochastic Direction Confirmationposted in Questions & Answers
Firstly, thanks for stopping by and taking the time to help out Sydney.
My logic is that when %K value of 3 periods ago,
(i.e. so three one hour candles on H1, three one day candles on D, etc.)
and the %D value of 3 periods ago, is higher than the current %K and %D value,
then it will be determined as it being 'pointed downward'.
Vice versa,
if the %K and %D value of 3 periods ago is lower than the current %K and %D value,
then it will be determined as it being 'pointed upward'.
The explanation might seem confusing so here's another way:Let,
K0 = current %K value
K3 = %K value of 3 period agoD0 = current % D value
D3 = %D value of 3 period agoIf
K3 > K0 and
D3 > D0, then it is upwards.
If
K3 > K0 and
D3 < D0, then it is upwards.If
K3 < K0 and
D3 > D0, then it is downwards.
If
K3 < K0 and
D3 < D0, then it is downwards.I hope I was able to deliver the right type and the amount of information you needed.
Let me know if you need any other details.
And again, thanks for helping out. -
Stochastic Direction Confirmationposted in Questions & Answers
Hey there folks,
I just got into fxdreema and I gotta say it's a great and powerful tool.
Having said that, I'm still new to the usage and the question I'm about to ask might be covered here some where but at least I wasn't able to find an answer.I'm trying to have a condition set up where if it detects that the K and D period lines are both pointed upwards it will trigger a buy.
I tried using the 'Indicator Rise' function but I don't think it's simulating my idea right.
How would I go about arranging which blocks to get the condition set up?Much thanks for everything