PureBytes Links
Trading Reference Links
|
Can someone suggest a method and code to record and/or display the value of
one or more indicators when EACH Buy and Sell occurs. This is not an
exploration on any one day or number of days in the past. It seems like it
is a Buy/Sell system with the desireability of recording conditions when
each B/S occurs. ValueWhen function requires that you specify the nth most
recent occurance of a "Condition". How do you record the value over every
occurance of the condition?
RSICondition = ValueWhen(BUY,RSI(),??????);
In this case RSICondition is a scalar and not an array, correct?
How would I make it an array and find every occurance??
Help!
Ken
|