PureBytes Links
Trading Reference Links
|
I thought someone asked about spreads and Ratios in ver4 it would look like
this. Perhaps someone can elaborate on the Multiplier, and how to pick an input
value.
Spread
Input: Multiplier(10);
Plot1 ((Close,Data1 * Multiplier) - (Close,Data2 * Multiplier),"Spread");
********************************************************************************
*
Ratio's
Input: Multiplier(10):
Plot1(((Close,Data1 * Multiplier)* 100) / (Close,Data2 * Multiplier),"Ratio");
You could also plot data1 and data2 as Plot3 and Plot4 and hide the price bars
on your chart. Just a thought.
"The darkest hour in any man's life is when he sits down to plan
how to get money without earning it"
Sentinel Trading
rjbiii@xxxxxxxxx
|