Attached is a zip file containing two efs routines which show how to use a global variable to communicate information across charts within a single esignal client instance.
This global support and resistance manual marking tool, SupportResistanceTool.efs, is designed specifically for a high volume equity/stock like INTC (Intel). It's for my own trading style, which is to focus on a single instrument, and to have multiple view of that same instrument on multiple timeframes, all of which show the same global support and resistance lines.
The client module GlobalSupportResistance.efs enables all other client charts on the *same* symbol access to the global information and thus to be sychronized by drawing the same global lines on each newbar.
Read the code for some further comments. I cannot support this software, but maybe it will be useful to someone. USE AND MODIFY AT YOUR OWN RISK.
Enjoy!!
This global support and resistance manual marking tool, SupportResistanceTool.efs, is designed specifically for a high volume equity/stock like INTC (Intel). It's for my own trading style, which is to focus on a single instrument, and to have multiple view of that same instrument on multiple timeframes, all of which show the same global support and resistance lines.
The client module GlobalSupportResistance.efs enables all other client charts on the *same* symbol access to the global information and thus to be sychronized by drawing the same global lines on each newbar.
Read the code for some further comments. I cannot support this software, but maybe it will be useful to someone. USE AND MODIFY AT YOUR OWN RISK.
Enjoy!!
Comment