I am looking for examples on how to use GlobalValues to pass information from one chart to another . Any example will do or tips appreciated . For example I want to use a condition on a 5 minute chart to filter trades on a 1 minute chart so I would set a Global Variable with an EFS file on the 5 minute that would then be picked up by a strategy EFS on the lower timeframe .
Is it as simple as having an EFS on the 5 minute call setGlobalValue and an EFS on the 1 minute call getGlobalValue ?
Thanks in Advance
Is it as simple as having an EFS on the 5 minute call setGlobalValue and an EFS on the 1 minute call getGlobalValue ?
Thanks in Advance
Comment