This guy never says his name, but he's very good at simplifying things and making them understandable.
@finnba_h3 жыл бұрын
Love it. Keen for the next one!
@TradeLikeAMachine3 жыл бұрын
Thanks. Next episode should be out tomorrow or Wednesday :)
@donshuart26032 жыл бұрын
I really like your description of volatility (versus noise) as "purposeful price action." Learning so much from your educational videos.
@mrtuanvn3 жыл бұрын
Great. Keen to see the following episodes.
@TradeLikeAMachine3 жыл бұрын
Thanks Tuan
@floydanderson86013 жыл бұрын
Am trying to combine different methods with NNFX, too bad doing this type of backtest ie optimization x6 and Walk forward x6 with different time frames would take forever to test manually on all 28 currency pairs pairs and compile. I need to learn coding on tradingview or something. Any resources anyone can share would be great. I think your way of doing things with the power of computing makes things easier and more efficient and robust than the NNFX way. I have been watching your vids for 2 hours and find it very usefull. I will backtrack and start watching from video #1 to learn what I can. Thank you very much for explaining these complex methods in simple terms. Your channel is a definate diamond in the rough.
@leonjbr3 жыл бұрын
This video has been particularly interesting and it confirms some of the thoughts I have on these topics.
@TradeLikeAMachine3 жыл бұрын
Always good when that happens!
@wanga100002 жыл бұрын
I got a quesition about using higher timeframe for filter. The assumption is that the trigger is using 15m, and the filter is using 1hr. If the current time is 16:15, should I add a 15m bias on my filter? That is, orginally we could use the filter indicator value at 12:00-13:00 (close) for 16:15. Should I re-calculate the filter indicator value at 12:15-13:15 (close)? It might give a lot of loading on coding backtest, so I want to know your opinion on this thing to let me decide if I should code this way. Thank you.
@amaldevasia41433 жыл бұрын
Can moving average cross over of ATR solve the multi symbol problem you are mentioning about
@qamer883 жыл бұрын
Hey Martyn, can same Indicator be used as a trigger for one system and as a filter for another. Or when they are created they are either filter or trigger? ( I understand that for volatility answer is obvious but for trend filters , they can be may be used as trigger too )