secondary aggregation period cannot be less than the primary aggregation period in thinkscript
Code: plot weeklyClose = close("IBM", period = AggregationPeriod.WEEK); This code plots weekly Close price for IBM. Interesting thing is that…
two different secondary aggregation periods cannot be used within a single variable in thinkscript
Another restriction is that two different secondary aggregation periods cannot be used within a single variable: Code: plot Data =…
three types of aggregation in TOS Charts thinkScript
So far, we have learned many things about the bars on charts and values which can be calculated for them.…
Swing high low extension indicator, scan, screener custom thinkorswim TOS indicator
The Swing high low extension indicator will plot lines that represent the swing high low points based on the swing…
Super Scalper indicator custom NinjaTrader NT8 indicator
Just converted this Super Scalper indicator to ninjatrader NT8 Super Scalping is the essence of the forex indicator to transform…
Multi time frame (MTF) RSI indicator for FREE custom NinjaTrader NT8 indicator
This indicator is free to use. With this MTF version RSI, you can apply any time frame of RSI to…
macd predictor indicator for cTrader cAlgo
MACD predictor is a trending indicator that give you not only what direction a forex pair is moving but also…
Multi time frame(MTF) Parabolic SAR for custom NinjaTrader NT7 indicator
With this MTF version Parabolic SAR, you can apply the following time frame of Parabolic SAR to your current chart.…
macd predictor indicator custom MT4 indicator
MACD predictor is a trending indicator that give you not only what direction a forex pair is moving but also…