PureBytes Links
Trading Reference Links
|
System:
Data1 = 3-minute
Data 2 = 15-minute
Data2 has an oscillator(see code below),
if oscillator is rising, you only execute buys in Data1
How do you get the program to execute in Data1 off an INDICATOR in
Data2?
Oscillator:
Input: price(Close),Length1(5),Length2(17);
Plot1(Average(price,Length1)-(Average(price,Length2)) ,"SimpAvg1");
Plot2(0,"Zero");
Please, any help would be greatly appreciated.
Thanks -David Powell
dwpowell@xxxxxxxxxxxxxxxx
|