I have some problems with understanding some things about using Multi-Time frame.
I want to use 2 time-frames for my strategy: 1st will be main for entering positions (f.e. 1 min chart), and the 2nd will be for analizing some data with indicator (f.e. on 5 min chart).
In this indicator I have value that changes (f.e. it calls WhatToTrade).
Exactly what I need is to get this value from Indicator (it's custom, not standart indicator) and change one variable in my Strategy (f.e. it calls IsTradeLong).
Can somebody give me help with how to code this?
Thanks!

Comment