PureBytes Links
Trading Reference Links
|
Almost for got these.
{*****************SlingShotShort*****************************}
If Low[1] <= Lowest(Low,40) and High >= (High + .125)[1]
Then Begin
Plot1 (High,"SlingShShort");
If checkalert then alert = True;
end;
{************SlingShotLong*********************************}
If High[1] >= Highest(High,40) and Low <= (Low - .125)[1]
Then Begin
Plot1 (Low,"SlingShLong");
If checkalert then alert = True;
end;
"The darkest hour in any man's life is when he sits down to plan
how to get money without earning it"
Sentinel Trading
|