Mr. Hahn, glad to meet you, sort of. I have watched several of your KZbin videos; And, I must say you are an awesome instructor. Thank you for what you are doing in helping so many of us, (most of whom you will never meet personally) to be better traders.
@Hahntech Жыл бұрын
I cannot express how nice it is to receive feedback like this. Especially with the recent challenges I have been facing. I am constantly pushing myself to master new skills so I can teach a broader range of topics to a broader range of viewers. Sometimes I push a bit too hard and I get wore out. Your comments were very refreshing, like an ice cold drink on a hot afternoon. Thank you.
@tommilzsr811410 ай бұрын
gm Mr. Hahn, I am binging your videos, had began with learning TOS setup, so thank you extremely beneficial. Previous video (alert) created condition for lines L1 and L3 (copied code below) From the video @ 4:20, it appears the condition for 3 bar offset is above SMA, where the other 2 offsets (offset 1 and 2) conditions is below? L1 - def sma = Average(close, 100); L2 - def ema = ExpAverage(close, 100); L3 - def threeClossesAboveSMA = Lowest(close - sma, 3) > 0; L4 - def threeClossesAboveEMA = Lowest(close - ema, 3) > 0; L5 - # Scan to use for simple moving average L6 - plot scan = threeClossesAboveSMA; L7 - # Scan to use for exponential moving average L8 - #plot scan = threeClossesAboveEMA;
@Hahntech10 ай бұрын
Sorry but I tried my best to understand your question but I don’t think this something that be adequately addressed in the comments section of a video. I was not able to connect the context of this video to the code statements you included in your question. It seems like you modified the material I presented in this video, or perhaps you pulled those lines of code from a different video? At any rate, I am not able to understand your question. If you still need assistance I suggest you check our Q&A Forum where it is much easier to address questions of this complexity: www.hahn-tech.com/thinkorswim-forum-topics/
@sonyaontiny581 Жыл бұрын
Has anyone had the following problem? Not allowing be to add study filters. It says I don't have permission
@Hahntech Жыл бұрын
You will have to contact support to have them enable that in your account. It must be tied to something else like the Conditional Orders. Can’t imagine why else they would restrict access to study filters unless it was directly tied to conditional orders.