MTF timeframe scan output (Scanning Timeframe not Pattern with single timeframe) p2

cheap

Active Member
Re: MTF timeframe scan output (Scanning Timeframe not Pattern with single timeframe)

Just curious!

Did you solved your first problem ?
1 to 5 min. AND 10 to 15 min?
You've used buy only, there's no sell signal?
How do you use Exrem in only buy?

Exrem(buy, c) ?
or
I think you do need Sell signal
after that you can use Exrem function , isn't it ?

I had a problem with two timeframe only. and it's solved and Arrow is not repainting like yours as i can see on link.

Difference is: in my problem only two timeframe. In your problem you are using two loops.
I used this code
Code:
/// @link http://www.traderji.com/software/101822-need-your-help-multitimeframe-2.html#post1157240

Plot( C, "", colorDefault, styleCandle ); // Just to show on pane

if( Interval() < 3600 ) {
    TimeframeSet( inHourly );
    Bar60 = C > O;
    TimeframeRestore(); 

    expandmode = expandPoint;
    Bar60 = Ref( TimeFrameExpand( Bar60, inHourly, expandmode ), -1);     
} else
    Bar60 = C>O;

PlotShapes( IIF( Bar60, shapeUpArrow , shapeNone ), colorAqua );

if i use ref(c, 0) and ref(o, 0) ; and TimeFrameExpand( Bar60, inHourly, expandmode ) , Upper code doesn't work same way? So i've no idea.


I also read on internet about it.
there's they use expandfirst when end of internal is : start and vice versa,that's it no other information.
Two timeframe working with expandpoint. No idea about loop,
If upper code helps, I do think it doesn't help . your condition is different.
regards
mtftrader
Hi,
that example is not enoough, it's merely using two timeframe for generating signal .. precisely only using 1 hour signal and plotting it on lower timeframe .
can use variable to store value and then compare ..
or
in 1 min. to 15 min. ie. if any candlestick is Bullish doji hft candle .. as soon that candle made at x timeframe.. After candle formation, within 5 min. if there is Bullish candlestick on lft ... Plot arrow on that bar..

Think about now?
If you ask such question , first they misread it then try to correcting they weren't wrong.. lot of folks gonna say are you talking about 5 min. new candlle, where in question it's clearly mentioned , what is it ?

You didn't use visible area value , and still got values under candlestick?
if it's moving with candles.. something is wrong ..
btw
you used
PlotText(""+(i), b, L-2-(i), colorAqua);

inside loop?

Good to know you shared code, atleast few other folks will lead it to next stage.. and it will happen .regardless of what other person want or not! That's the power of sharing ..
Trust me , you not gonna lose anything !
I do believe you're using Ninjatrader for orderflow..
if guy try to reverse your strategy ..that folk will be the first person to lose bet , not matter what folk want !
Keep it up these innovative thoughts !
If you any other than this .. Kindly share! or atleast give bit hint ..

You're changing the ocean ! trust me, i have conversation with lot of folks .. experienced one! They have no idea trust me .. and it's basics in institutions ..
Kindly share more if possible !


let us know your ideas ..
yesterday i had conversation with someone about your topic .. couldn't able to solve it .. and i suspect that these guys too didn't read c books and programming .. matter of the fact, they have been doing it for decade..
I will just donate 5$(don't worry, you can donate 1000$ , but atleast donate something that person can drink beer of your name)..no , he doesn't need my money, he's just doing for sake of enjoyment! and it's something that fascinate me.. and no wonder! if 4 to 5 figure goes to him anyday ..
I didn't liked 10billion$ elon musk .. I love his 1$ a day , yes you heard it right! This guy spent daily only 1$ for food, survive just by eating two fruits as i saw in his many interviews.. I mean 6 figure job he can pickup easily.. guess what ??he never ever EVER be eLON mUSK that we do know a living Machine man .. he says i dont have anything to lose ,so i don't hesitate to take risk ))
. he's always helpful to me.. and always helped me in my way.. and nice human being too..
this website helped me to meet such wonderful persons ! (couple of them ) ..
Kindly donate to this website and let all people .....how to do it !
if you dont have 5$ .. donate just 1$ yes just 1$ ...

You don't know ,what 1$ has done! many kickstarter get 1$ from millions of people ! and still it's going on ...
 
Last edited:
Re: MTF timeframe scan output (Scanning Timeframe not Pattern with single timeframe)

Sorry for being late! Yes, i will share when i solve my current problem, which i'm trying to solve it
 

cheap

Active Member
Re: MTF timeframe scan output (Scanning Timeframe not Pattern with single timeframe)

Kindly do share, if you feel comfortable..
I mean, what's the reason for hiding ? if same system many people got and doing fine .
market algo gonna change.. edge gonna be ignored? who knew that, ther would be flash crash .. every hft firm thought they're hidden .....

anyways ..
I might adopt such line stuff than candle one, since it has already taken lot of movement , if you go to higher tf.;.

it would be interesting , if one can combine . ninja trader generated signals into this platform and make a calculation .. or interprete third party signal show in this platform..
 

Similar threads