Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I have tried to write indicators by reference to EMA of different time frames using multiple sets of data in the same charts. But the results were not accurate in time synchronization.
I found these amazing ones. They plotted EMA 20 of time frame 15 and 60 minutes on 5-minute chart accurately and the time synchronization was precise.
I would like EMA 50 of time frame 5 and 15 minutes on 1-minute chart and SMA 20 of time frame 5 and 15 minutes on 1-minute chart. How can I write it by modifying the indicators below? I think the number of current bar and Fracportion should be changed but I didn't understand the logic behind it.
Thank you.
{EMA20 of time frame 15 minutes on 5-minute chart}
It is fairly simple when the lower time frame candles used on the chart can be combined to form larger candles. For e.g
chart time frame : 5 min
15 min : create a block of 3 five min candles and track open, high, low, close for this block.
30 min : create a block of 6 five min candles and track open, high, low, close for this block.
Please note it wont start plotting until you have enough in each block.
ADE is another option for combining inputs from multiple time frames. For e.g you can use ADE to send daily EMA to a 5 min chart.
Here is an example I coded for sending 24 Hr VWAP to a RTH chart using ADE
I was looking to get the ETH VWAP on an RTH chart for Tradestation. Since I was unable to find one, I ended up writing one using ADE. This indicator set involves a Sender on the ETH chart and Receiver on the RTH chart. Sender and Receiver could use different …