PureBytes Links
Trading Reference Links
|
What do I need to change for it to print MP's of 1 and -1?
if BarNumber = 1 then ClearPrintLog ;
if BarNumber = 1 then
Print(" Date Time MP Close SB1
SB2 SB3 SB4 Score C1 C2 C3
C4") ;
if BarNumber > 1 then
if MarketPosition = 0 and PointScore >= LEntScore or
MarketPosition = 0 and PointScore <= SEntScore or
MarketPosition = 1 or MarketPosition = -1 then
Print(ELDateToString(Date),"
",Time:0:0,"",MarketPosition,"",Close,"",ScoreBar1,
"",ScoreBar2,"",ScoreBar3,"",ScoreBar4,"",PointScore,"",Close
ScoreBar1 bars ago,
"",Close ScoreBar2 bars ago,"",Close ScoreBar3 bars ago,"",Close
ScoreBar4 bars ago,) ;
anyone "with their ears on" on a Sunday afternoon?
(any assistance will be rewarded with Eternal Peace and 60 anxious virgins)
|